August 2002 Commit Log

Number of Commits:
48
Number of Active Developers:
8
costin 2002-08-30 23:27

Patch from Nicola.



It adds support for multiple values.

( I am not sure if this is the right place - I would try to

return a vector/enumeration/[] - and then have a generic solution

that would turn this into a string. Until I find a better solution

I'll leave the code unchanged )



Bug 11789

48 lines of code changed in:

  • proposal/embed/src/java/org/apache/tools/ant/taskdefs/optional: JXPath.java (+48 -4)
costin 2002-08-30 23:11

Added velocity and jexp dynamic properties.



Started a bit of support for jxpath set.

332 lines of code changed in:

costin 2002-08-30 23:10

Moved from discovery - it'll be the start on discovering the tasks.

0 lines of code changed in:

costin 2002-08-30 23:09

Added support for velocity and jexl.



I'm just playing around to see how the API works, I'll try to move

all those deps out of embed later.

22 lines of code changed in:

costin 2002-08-30 23:08

Added examples for velocity and jexl properties.



Started to add jxpath set ( I also have some work on jndi properties and set,

but in j-t-c repo ).

25 lines of code changed in:

sbailliez 2002-08-30 08:54

Add quotes when %JAVA_HOME% contains spaces

Submitted by: Patrick Luby <patrick.luby@sun.com>

2 lines of code changed in:

ehatcher 2002-08-29 17:14

More patches (+ test cases!) from Eric Pugh on the <image> task.



sorry for the multiple commits - getting lock errors otherwise

0 lines of code changed in:

  • src/etc/testcases/taskdefs/optional/image/src: badimage.jpg (new)
ehatcher 2002-08-29 17:13

More patches (+ test cases!) from Eric Pugh on the <image> task.

137 lines of code changed in:

  • build.xml (+2)
  • src/etc/testcases/taskdefs/optional/image: image.xml (new 53)
  • src/etc/testcases/taskdefs/optional/image/src: largeimage.jpg (new)
  • src/main/org/apache/tools/ant/taskdefs/optional/image: Image.java (+15 -6)
  • src/testcases/org/apache/tools/ant/taskdefs/optional/image: ImageTest.java (new 67)
donaldp 2002-08-26 09:40

Add a link to ant eater.



Submitted by: jefft@apache.org (Jeff Turner)

254 lines of code changed in:

ehatcher 2002-08-23 17:25

changes submitted by Eric Pugh improving the <image> task. dest is now destdir - this breaks backwards compatibility, but its still in alpha so no worries.

121 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/image: Image.java (+113 -28)
  • src/main/org/apache/tools/ant/types/optional/image: Scale.java (+8 -3)
ehatcher 2002-08-23 00:40

Fix PDF mangling

1 lines of code changed in:

sbailliez 2002-08-22 19:23

More batch hacking. JAVACMD was reset each time and was jumping right off without

appending tools.jar



Reported by Brian DeWeese <brd1_reuters@yahoo.com>

12 lines of code changed in:

stevel 2002-08-22 18:24

Costins need reminded me to turn on the java version specific system library stuff; though I would still like a good test for this.

1 lines of code changed in:

costin 2002-08-22 17:34

Add an extra attempt to load tools.jar

6 lines of code changed in:

costin 2002-08-22 17:32

Allow the task type to be set from a differnet package. That elminate

the need to have RuntimeConfigurable2 in the same package.



PR:

Obtained from:

Submitted by:

Reviewed by:

1 lines of code changed in:

  • src/main/org/apache/tools/ant: Task.java (+1 -1)
costin 2002-08-22 17:31

If no logger is set, default to system.out instead of ignoring the

message.



This happens when ant is embeded ( if no logger is set ).



PR:

Obtained from:

Submitted by:

Reviewed by:

6 lines of code changed in:

costin 2002-08-22 17:21

Added org.w3c.dom too.

1 lines of code changed in:

costin 2002-08-22 17:09

Few fixes ( I hope it won't brake anything ).



Added 'org.sax' and 'sun.reflect' to the list of system pacakges. There are

problems when using JDK1.4 with 'endorsed' not set up corectly. This allows

using a different parser, but doesn't allow the overriting of system classes.



Made loadClass synchronized. Yes, it must be - there is a race condition,

we check if the class was not loaded and then load it, but 2 threads

may end up loading the class, and the second will get an exception.

This happen when using tomcat in ant for example - probably other

multithreaded tasks as well.



I left the stack trace in, it shouldn't happen in normal cases ( AFAIK ),

but when something strange happens it helps a lot to know what was wrong.

8 lines of code changed in:

bruce 2002-08-20 21:53

Correct javadoc strings on methods that list deselected files and

directories to indicate that they do in fact list files that have

NOT been selected.



Submitted by: JimWright@quick.cz (Jim Wright)

12 lines of code changed in:

bodewig 2002-08-18 18:16

2002

2 lines of code changed in:

sbailliez 2002-08-16 15:31

Clean up batch scripts with simplified syntax to avoid problems with some

w2k boxes and 4nt.

PR:11478, 11250

Submitted by: Patrick Luby <patrick.luby@sun.com>

53 lines of code changed in:

sbailliez 2002-08-15 22:00

Add missing rmicoptions setter

PR: 9830

Submitted by: hengels@mercatis.de (Holger Engels)

8 lines of code changed in:

sbailliez 2002-08-15 10:25

Make junit report more informative when looking for xalan

PR: 11067

Reported by: stevel@apache.org (Steve Loughran)

2 lines of code changed in:

sbailliez 2002-08-15 08:18

Siwtch to strict dtd.

The escaping has been removed because this case is not adressed by the

xslt specs. Xalan 2.4D1 unescape &amp in the attribute while Saxon 7.1 does.

See PR 1604 for more information.



PR: 11701

Submitted by: ville.skytta@iki.fi (Ville Skytt?)

6 lines of code changed in:

sbailliez 2002-08-14 23:35

Ooops. Bad IDEA configuration ruined the imports.

8 lines of code changed in:

sbailliez 2002-08-14 23:13

The date format seems to be in 24h format (did not have time to browse all

docs but this is what I get on my machine so far) though it is clear that unlike

all cvs commands the timezone is in UTC so I added an additional setup

to configure the format with the utc timezone.



The hour format has been changed from hh to HH to accomodate 24h.



PR: 11582

Reported by: m.mehrmann@fernuni-hagen.de (Mathias Mehrmann)

14 lines of code changed in:

sbailliez 2002-08-14 22:20

Fix the xsl to produce a valid html

(I changed the font size since it was not that readable for me, switched to a

loose dtd otherwise we have to work more on the html and I encoded

the entity '&' so that it is correct in the html attribute.)

PR: 11701

Submitted by: ville.skytta@iki.fi (Ville Skytt?)

53 lines of code changed in:

ehatcher 2002-08-14 14:28

Why this has not been done before is beyond me, but its something I can't live without! :)



I typically have properties that refer to a JAR file, but its very difficult to construct a fileset to copy it or include it in a WAR/EAR - so this change fixes this. <fileset file="${some.jar}"/>



If this change is ok with everyone I'll take care of documenting it.

11 lines of code changed in:

sbailliez 2002-08-13 18:31

Revive int constructor for 1.4 compatibility

PR: 11207

Reported by: martin.brehovsky@sun.com (Martin Brehovsky)

10 lines of code changed in:

costin 2002-08-13 17:12

Check in 11644. Thanks Nicola.



XMLDOC is a typedes that can be used in the embed proposal.

It loads an xml file as a DOM, thus making it available to jxpath.



Note:

This is different from the XML task that loads each element

as a property. Eventually we should merge the 2 - after 'embed'

is proposed for the main branch and if it is accepted.



Note2: It would be interesting to explore the other side of

jxpath, i.e. setting. And then saving the xml file.

12 lines of code changed in:

stevel 2002-08-12 05:05

JNI++ pointer; moved jing into its right place (didnt notice it was alpha sorted before; sorry)

65 lines of code changed in:

stevel 2002-08-10 07:06

here is the bugfix. concatSystemClasspath returns a new classpath, so if jasperc was in ant's lib it got lost along with everything else.

5 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/jsp/compilers: JasperC.java (+5 -1)
stevel 2002-08-10 07:04

this patch does not fix the failing of jspc test, it fixes two other bugs in bugzilla -NPE on inclusion of non jsp file, and webapp attr broken.

34 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/jsp: JspC.java (+34 -19)
stevel 2002-08-10 07:03

cleanup

0 lines of code changed in:

stevel 2002-08-10 05:18

two new tests

20 lines of code changed in:

  • src/etc/testcases/taskdefs/optional: jspc.xml (+20)
bodewig 2002-08-09 13:57

Only set jikes.class.path if JIKESPATH is defined.



Submitted by: Patrick Luby <patrick.luby@sun.com>

15 lines of code changed in:

  • src/script: ant (+15 -12)
bodewig 2002-08-09 08:49

Make <arg line="''"/> closer to what a shell would do.



PR: 5906



Don't use <arg line="..." />!

46 lines of code changed in:

bodewig 2002-08-09 07:57

Fix a problem with HOME containing spaces on Cygwin.



PR: 10654

5 lines of code changed in:

  • src/script: ant (+5 -4)
bodewig 2002-08-09 07:08

Make <available> less noisy.



Merged from the 1.5 branch.

6 lines of code changed in:

ehatcher 2002-08-08 19:05

MailLogger documentation patch

11 lines of code changed in:

costin 2002-08-08 17:07

Submited the patch from Patrick.





1. Removes the extraneous "cd `dirname $PRG`" line that causes the

script to break when Ant is invoked with from a relative path

(i.e. ../jakarta-ant/bin/ant).



2. Properly quote all environment variables that may contain paths.

The script would break if any of these environment variables

contained paths with spaces in them (a common occurrence on Windows).



3. Invoke Java using the "exec" shell command. There really is no need

to create a child process to run the JVM and by using the "exec"

command, there is less chance that killing the script will fail to

kill Ant.



PR:

Obtained from:

Submitted by: Patrick Luby <patrick.luby@sun.com>

Reviewed by:

16 lines of code changed in:

  • src/script: ant (+15 -18), antRun (+1 -1)
ehatcher 2002-08-08 14:35

Applied patch from Romin Irani, thanks

6 lines of code changed in:

bodewig 2002-08-08 07:49

add copyright line, remove stray ^Ms

9 lines of code changed in:

bruce 2002-08-08 05:47



Added a check on Property names using the "if" and "unless" attributes

for the selector tag, so that selectors that it contains are made

conditional.

149 lines of code changed in:

conor 2002-08-06 23:42

Include underlying exception message in exception. Makes it simpler to debug

2 lines of code changed in:

conor 2002-08-06 05:14

Keep the kids happy - they need a project too.

1 lines of code changed in:

  • src/main/org/apache/tools/ant: Task.java (+1)
bodewig 2002-08-05 08:34

Put JspcTest at the end to ensure we run all other tests in Gump.

3 lines of code changed in:

donaldp 2002-08-01 04:40

Add a getter for linkname.



Submitted by: njoneill@llnl.gov

10 lines of code changed in:

July 2002 »

Generated by StatSVN 0.3.2-SNAPSHOT