May 2004 Commit Log

Number of Commits:
43
Number of Active Developers:
4
peterreilly 2004-05-31 08:21

Add a binary flag to the concat task

PR: 26312

149 lines of code changed in:

peterreilly 2004-05-28 15:23

change message of recursive loading of antlibs to include

the original location from where it was loaded.

12 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Definer.java (+12 -9)
peterreilly 2004-05-28 08:20

typedef: check for recursive loading of xml files/resources (aka antlibs)

typedef: do not throw an NPE if attempting to load a file that does not exist

26 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Definer.java (+26 -1)
peterreilly 2004-05-27 15:42

opps: missed these

5 lines of code changed in:

peterreilly 2004-05-27 14:38

add implicit element to macrodef

PR: 25633

379 lines of code changed in:

bodewig 2004-05-27 07:06

Don't try to add or remove shutdown hooks while the hook is running. Remove a processes.wait that won't ever return as far as I can tell.

35 lines of code changed in:

peterreilly 2004-05-26 12:25

macrodef manual page: the text element was described twice

also the element name description was a little confusing

1 lines of code changed in:

bodewig 2004-05-25 12:12

Push fix for PR#22150 to 1.6.2

6 lines of code changed in:

bodewig 2004-05-25 11:48

Push fix for PR#17934 to 1.6.2

11 lines of code changed in:

bodewig 2004-05-25 11:36

Use the same class as JavaEnvUtils to check for 1.5+

1 lines of code changed in:

jhm 2004-05-25 10:23

new tasks and project: emma, refactorit + jam

237 lines of code changed in:

peterreilly 2004-05-25 08:25

remove stephan's work-arounds

65 lines of code changed in:

peterreilly 2004-05-25 07:48

Opps, forgot to add DynamicConfiguratorNS

51 lines of code changed in:

jhm 2004-05-25 06:30

Add reflectant task

70 lines of code changed in:

bodewig 2004-05-25 06:23

temporary fix until Peter adds DynamicConfiguratorNS

82 lines of code changed in:

peterreilly 2004-05-24 15:09

DynamicConfiguratorNS

Initial code for dynamicConfiguratorNS.

Change from patch the qualified name is given and

not the prefix.

PR: 28426

86 lines of code changed in:

peterreilly 2004-05-20 08:34

build.xml source=1.2 does not work for javac 1.4.0

use a presetdef depending on the java version

28 lines of code changed in:

peterreilly 2004-05-18 09:03

resolve changes in WHATSNEW with 1.6 version

7 lines of code changed in:

peterreilly 2004-05-18 08:33

update WHATSNEW for jesses fixes

13 lines of code changed in:

peterreilly 2004-05-18 08:14

Javadoc syntax error corrections

PR: 28998

Obtained from: Jesse Glick

9 lines of code changed in:

peterreilly 2004-05-17 13:43

better diagnostics from XmlLogger.java

PR: 28993

Obtained from: Jesse Glick

20 lines of code changed in:

peterreilly 2004-05-17 13:30

Fix use of hashcode in MacroDef

Logger code uses the macrodef as a key in a map before it is fully

configured so the hashcode had changed while the object was

in the map

PR: 28993

Obtained from: Jesse Glick

8 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: MacroDef.java (+8 -15)
peterreilly 2004-05-17 13:22

Permit building under JDK 1.5

PR: 28996

Obtained from: Jesse Glick

5 lines of code changed in:

peterreilly 2004-05-17 10:40

Ignore built distributions for cvs

PR: 11557

Obtained from: Jesse Glick

1 lines of code changed in:

peterreilly 2004-05-17 10:35

Remove redundant <hr> from javah.htm

PR: 11559

Obtained from: Jesse Glick

0 lines of code changed in:

peterreilly 2004-05-17 10:12

Misc. corrections in SignJar.java

PR: 28999

Obtained from: Jesse Glick

3 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: SignJar.java (+3 -6)
bodewig 2004-05-13 07:06

cosmetics

6 lines of code changed in:

bodewig 2004-05-13 07:05

Add docs for <indexjars>

41 lines of code changed in:

bodewig 2004-05-13 07:01

Make tests pass on MacOS X.

CVS: ----------------------------------------------------------------------

CVS: PR:

CVS: If this change addresses a PR in the problem report tracking

CVS: database, then enter the PR number(s) here.

CVS: Obtained from:

CVS: If this change has been taken from another system, such as NCSA,

CVS: then name the system in this line, otherwise delete it.

CVS: Submitted by:

CVS: If this code has been contributed to Apache by someone else; i.e.,

CVS: they sent us a patch or a new module, then include their name/email

CVS: address here. If this is your work then delete this line.

CVS: Reviewed by:

CVS: If we are doing pre-commit code reviews and someone else has

CVS: reviewed your changes, include their name(s) here.

CVS: If you have not had it reviewed then delete this line.

5 lines of code changed in:

bodewig 2004-05-13 07:01

test1 failed unless it was the first test to run.

CVS: ----------------------------------------------------------------------

CVS: PR:

CVS: If this change addresses a PR in the problem report tracking

CVS: database, then enter the PR number(s) here.

CVS: Obtained from:

CVS: If this change has been taken from another system, such as NCSA,

CVS: then name the system in this line, otherwise delete it.

CVS: Submitted by:

CVS: If this code has been contributed to Apache by someone else; i.e.,

CVS: they sent us a patch or a new module, then include their name/email

CVS: address here. If this is your work then delete this line.

CVS: Reviewed by:

CVS: If we are doing pre-commit code reviews and someone else has

CVS: reviewed your changes, include their name(s) here.

CVS: If you have not had it reviewed then delete this line.

8 lines of code changed in:

peterreilly 2004-05-11 16:49

antlib: allow a typedef in an antlib to override the classpath

unittests to follow

20 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: DefBase.java (+20 -13)
jhm 2004-05-11 16:37

hint to projects.xml; os-specific configuration

43 lines of code changed in:

jhm 2004-05-11 15:54

New article about Ant in Java-Spektrum 5/04.

53 lines of code changed in:

bodewig 2004-05-11 11:53

2004

1 lines of code changed in:

bodewig 2004-05-11 11:46

Assertions require fork

4 lines of code changed in:

peterreilly 2004-05-10 09:19

Concat throws ArrayIndexOutOfBounds with fixlastline

PR: 28820

Reported by: Andre Vanha

3 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Concat.java (+3 -1)
mbenson 2004-05-07 18:10

Yuji Yamano

0 lines of code changed in:

mbenson 2004-05-07 18:00

Fix echotest example.

Submitted by: Yuji Yamano

2 lines of code changed in:

jhm 2004-05-07 12:36

Antworks/Centipede; BuildMonkey; sync table layout of projects/external

203 lines of code changed in:

mbenson 2004-05-06 19:43

Make sure CLASSPATH is set before attempting to change it;

make sure --mixed option is available to cygpath before using it.

4 lines of code changed in:

  • src/script: ant (+4 -2)
mbenson 2004-05-06 16:42

Cygwin/UNC ANT_HOME compatibility using mixed paths on NT-family systems.

17 lines of code changed in:

  • src/script: ant (+17 -6)
jhm 2004-05-06 09:08

Link Check

66 lines of code changed in:

jhm 2004-05-06 06:05

Update the external image-task.

53 lines of code changed in:

April 2004 »

Generated by StatSVN 0.3.2-SNAPSHOT