April 2004 Commit Log

Number of Commits:
101
Number of Active Developers:
5
bodewig 2004-04-30 06:21

Add pointer to JReleaseInfo, submitted by Thomas Cotting

84 lines of code changed in:

mbenson 2004-04-29 22:10

Remove unused import.

0 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Exit.java (-1)
mbenson 2004-04-29 21:25

Restore Task inheritance to Exit/<fail>.

107 lines of code changed in:

  • docs/manual/CoreTasks: fail.html (+11 -8)
  • src/etc/testcases/taskdefs: fail.xml (+42 -9)
  • src/main/org/apache/tools/ant/taskdefs: Exit.java (+39 -11)
  • src/testcases/org/apache/tools/ant/taskdefs: FailTest.java (+15 -2)
peterreilly 2004-04-29 10:13

Describe relative file behaviour in <import> task.

4 lines of code changed in:

mbenson 2004-04-28 18:08

<fail> accepts nested conditions.

PR: 19220

188 lines of code changed in:

  • WHATSNEW (+2)
  • docs/manual/CoreTasks: fail.html (+39 -2)
  • src/etc/testcases/taskdefs: fail.xml (+52)
  • src/main/org/apache/tools/ant/taskdefs: Exit.java (+48 -13)
  • src/testcases/org/apache/tools/ant/taskdefs: FailTest.java (+47 -1)
peterreilly 2004-04-28 11:44

update WHATSNEW

3 lines of code changed in:

peterreilly 2004-04-28 09:01

File paths to imported build files should not be canonicalized

PR: 28505

Obtained from: Jesse Glick

39 lines of code changed in:

  • src/etc/testcases/taskdefs/import/symlinks/d1: p1.xml (new 4)
  • src/etc/testcases/taskdefs/import/symlinks/d2: p2.xml (new 1)
  • src/etc/testcases/taskdefs/import/symlinks/d3a: p3.xml (new 1)
  • src/main/org/apache/tools/ant/taskdefs: ImportTask.java (-9)
  • src/testcases/org/apache/tools/ant/taskdefs: ImportTest.java (+33 -1)
bodewig 2004-04-28 06:18

Anton Mazkovoi has provided the base for PR 24697

0 lines of code changed in:

mbenson 2004-04-27 18:14

Move Process stream closure into a new public static method,

closeStreams(Process).

PR: 28565

20 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Execute.java (+20 -7)
mbenson 2004-04-27 15:30

More typo corrections (not mine).

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Execute.java (+2 -2)
mbenson 2004-04-27 15:24

Fix typo.

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Execute.java (+1 -1)
mbenson 2004-04-27 15:23

Close process streams in waitFor(Process).

PR: 28565

7 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Execute.java (+7)
bodewig 2004-04-27 07:45

@since

1 lines of code changed in:

bodewig 2004-04-27 07:44

forkstyle -> forkmode

34 lines of code changed in:

jhm 2004-04-27 05:14

Missing '<' in @text-example.

2 lines of code changed in:

mbenson 2004-04-26 19:23

Document DateSelector pattern attribute for 1.6 in HEAD

2 lines of code changed in:

mbenson 2004-04-26 19:22

Full HEAD/1.6 sync

5 lines of code changed in:

mbenson 2004-04-26 17:49

Add a Location member to oata.Target, with the appropriate settor & gettor.

PR: 28599

26 lines of code changed in:

mbenson 2004-04-26 16:15

More merges

5 lines of code changed in:

mbenson 2004-04-23 19:33

Make <apply> differentiate between empty and up-to-date filesets/lists.

PR: 23734

36 lines of code changed in:

peterreilly 2004-04-23 16:56

JDependTask did not close an output file

PR: 28557

Obtained from: Jeff Badorek

83 lines of code changed in:

mbenson 2004-04-23 15:15

More HEAD to 1.6 cleanup

7 lines of code changed in:

mbenson 2004-04-23 15:03

Merge Windows UNC fix to 1.6 branch

3 lines of code changed in:

mbenson 2004-04-23 14:44

Don't tell people what you're not giving them;

it only makes them feel cheated.

1 lines of code changed in:

bodewig 2004-04-23 14:26

Make attribute und element names in <scriptdef> lowercase (like <macrodef> does) to avoid problems with name="Foo" -> the task X doesn\'t support the attribute foo

5 lines of code changed in:

bodewig 2004-04-23 14:18

Make attribute und element names in <scriptdef> lowercase (like <macrodef> does) to avoid problems with name="Foo" -> the task X doesn\'t support the attribute foo

5 lines of code changed in:

bodewig 2004-04-23 10:03

Implement jar index for referenced jars, PR: 14255

209 lines of code changed in:

bodewig 2004-04-23 07:33

The small things you find when reviewing code

17 lines of code changed in:

mbenson 2004-04-22 21:36

Merge Redirector bugfix to 1.6 branch.

5 lines of code changed in:

mbenson 2004-04-22 20:27

Make ContainerMapper abstract; move chained/composite behaviors to

subclasses ChainedMapper and CompositeMapper, respectively.

246 lines of code changed in:

mbenson 2004-04-22 20:18

Incorporate <waitfor> to improve the chances of a pass on Windows. :(

Also make the failures more instructive for redirect* testcases.

128 lines of code changed in:

  • src/etc/testcases/taskdefs: java.xml (+128 -56)
stevel 2004-04-22 14:48

Purge of many (but not all) the if-java-1.1 tests in the ant code. I left those in the tests in, and I left the javac and javadoc tests in, as they are more complex. This is the simple set.

21 lines of code changed in:

stevel 2004-04-22 14:03

A new uptodate test that includes granularity. the

intent is to move all date tests to this single place, to eliminate inconsistencies.

The only place I use it is signjar, which, by virtue of the fact there is no signjar test, means I know it wont break the tests.

Also, cleaned up the reflection hacks for 1.1.

72 lines of code changed in:

stevel 2004-04-22 12:41

One less complaint from jikes about code style.

3 lines of code changed in:

jhm 2004-04-22 09:57

Fix syntax errors in examples.

4 lines of code changed in:

bodewig 2004-04-21 07:18

don't depend on jre being lowercase, PR: 25798

5 lines of code changed in:

bodewig 2004-04-21 07:12

One not too much

1 lines of code changed in:

mbenson 2004-04-20 21:39

Add <touch> <filelist> support to 1.6 branch.

2 lines of code changed in:

mbenson 2004-04-20 19:29

Add resource support to <loadproperties>.

PR: 28340

147 lines of code changed in:

mbenson 2004-04-20 19:27

Switch getParentFile(File) to delegate to File.getParentFile() and deprecate.

5 lines of code changed in:

  • src/main/org/apache/tools/ant: Main.java (+5 -6)
mbenson 2004-04-20 17:41

Removed v1.14 conflict indicator.

0 lines of code changed in:

mbenson 2004-04-20 15:42

Add nested text support commentary to HEAD.

51 lines of code changed in:

mbenson 2004-04-20 15:26

Typo correction.

1 lines of code changed in:

stevel 2004-04-20 15:02

move to the Java1.2 implementation.

13 lines of code changed in:

jhm 2004-04-20 14:45

Document the use of @{attributes} inside <attribute/> definition.

30 lines of code changed in:

bodewig 2004-04-20 13:25

Generate proper file URLs in AntClassLoader#getResource, PR: 28060

8 lines of code changed in:

bodewig 2004-04-20 12:48

Various typo fixes by Jesse Glick, PR: 28480

12 lines of code changed in:

bodewig 2004-04-20 07:27

Document yet another classloading quirk within <junit>, PR: 24646

76 lines of code changed in:

bodewig 2004-04-20 06:52

Minor formatting changes

6 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Java.java (+1 -1)
  • src/main/org/apache/tools/ant/taskdefs/optional/junit: JUnitTask.java (+5 -5)
bodewig 2004-04-20 06:24

<assertions> inside <java> or <junit> didn't work, PR: 27218

74 lines of code changed in:

jhm 2004-04-20 05:46

28479: NetBeans ships 1.6.1. Thanks Jesse

2 lines of code changed in:

stevel 2004-04-19 15:40

removing one line

1 lines of code changed in:

stevel 2004-04-19 15:10

show the alternate invocation mechanism does work. hmm.

16 lines of code changed in:

stevel 2004-04-19 14:25

Javadocs and some refactoring. tmpDir is now validated and used consistently where properties files are created.

75 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/junit: JUnitTask.java (+75 -18)
stevel 2004-04-19 13:42

This is a test that demonstrates that assert checks dont get through properly. Fix in progress.

73 lines of code changed in:

stevel 2004-04-19 13:41

accessor to arguments

10 lines of code changed in:

mbenson 2004-04-16 22:48

Replaced "The".

1 lines of code changed in:

mbenson 2004-04-16 22:43

More cleanup.

8 lines of code changed in:

mbenson 2004-04-16 21:21

Clarify use of the depends attribute with regard to overridden targets.

PR: 27116

39 lines of code changed in:

bodewig 2004-04-16 14:17

very experimental WiX task

13 lines of code changed in:

jhm 2004-04-16 11:50

Remove doubles.

0 lines of code changed in:

jhm 2004-04-16 11:47

Add hostname/timestamp from Jeff Tulley. Remove authors (like in java files).

44 lines of code changed in:

bodewig 2004-04-16 09:59

Use addMapper instead pf createMapper as suggested by Peter

2 lines of code changed in:

bodewig 2004-04-16 09:35

Don't delete existing file when trying to update a read-only archive, PR: 28419

12 lines of code changed in:

bodewig 2004-04-16 09:12

Some doc tweaks and a new goal

8 lines of code changed in:

bodewig 2004-04-16 08:36

Add nested mappers to xslt, PR: 11249

113 lines of code changed in:

bodewig 2004-04-16 07:48

Set context classloader in <xslt>, PR: 24802

23 lines of code changed in:

bodewig 2004-04-16 07:06

Merged the subclass-friendly <junit> version into 1.6 branch

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/junit: JUnitTask.java (+1 -1)
bodewig 2004-04-15 13:53

Add forkStyle attribute to <junit> with possible values of once,

perTest and perBatch.



once will create a single Java VM for all forked tests, perTest is

what we have traditionally (and the default), perBatch uses a VM per

<batchtest>.



Actually, this is not entirely true since only tests with the same

configuration of filtetrace and haltonfailure and friends can run

inside the same VM, so we may end up with mutliple VMs anyway - but

once really should be a lot faster than perTest in general.



Based on



PR: 24697

Submitted by: Anton <anton at atlassian dot com>

369 lines of code changed in:

bodewig 2004-04-14 16:13

Capture stderr in <sshexec>, PR 28349

3 lines of code changed in:

bodewig 2004-04-14 15:42

-breakiterator fixes by Jack Woehr

79 lines of code changed in:

bodewig 2004-04-14 15:36

and one more wrong license

13 lines of code changed in:

bodewig 2004-04-14 15:35

Fix line-ends, one more wrong license

13 lines of code changed in:

bodewig 2004-04-14 15:33

Adapt the OS/2 wrapper scripts to the new launcher.



PR: 28226

Submitted by: Zdenek Wagner <wagner at cesnet dot cz>



Adapted to new license while I was at it.

54 lines of code changed in:

stevel 2004-04-14 15:19

new attributes for the tests: hostname and timestamp.

32 lines of code changed in:

jhm 2004-04-14 06:40

Add macrodef-solution to 'propertycopy'. Thanks Stefan

23 lines of code changed in:

mbenson 2004-04-13 21:46

Fixed <import>'s "optional" attribute.

Reported by: Nick Gianakas

3 lines of code changed in:

mbenson 2004-04-13 21:42

Fixed "optional" attribute.

Reported by: Nick Gianakas

1 lines of code changed in:

bodewig 2004-04-13 11:40

enable gcj's java -> native compilation.



Submitted by: Arnaud Vandyck <arnaud dot vandyck at ulg dot ac dot be>

37 lines of code changed in:

bodewig 2004-04-13 11:30

book-keeping

4 lines of code changed in:

bodewig 2004-04-13 11:20

less noisy verbose mode for <scp> by Rami Ojares

18 lines of code changed in:

bodewig 2004-04-13 11:09

Add special local/remote variants of the file and todir attributes to

explicitly state what is local or remote.



Document verbose attribute.



Submitted by: Rami Ojares

88 lines of code changed in:

  • docs/manual/OptionalTasks: scp.html (+45 -3)
  • src/main/org/apache/tools/ant/taskdefs/optional/ssh: Scp.java (+43 -5)
bodewig 2004-04-13 10:36

Add RedHat S/390 hint submitted by Jack Woehr

24 lines of code changed in:

bodewig 2004-04-13 07:15

2004

1 lines of code changed in:

mbenson 2004-04-12 18:33

Cleanup.

2 lines of code changed in:

mbenson 2004-04-08 17:19

Spelling corrections and minor wording change.

4 lines of code changed in:

bodewig 2004-04-08 14:58

Don't die if the ant.file property hasn't been set.



Jelly's Ant tag library currently doesn't set this property and each

<ant> task used in Jelly will result in an NPE otherwise.

5 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Ant.java (+5 -3)
mbenson 2004-04-07 22:46

Add pattern attribute to DateSelector. Document granularity attribute.

Submitted by: David Kavanagh

67 lines of code changed in:

bodewig 2004-04-07 13:30

Add progress report to <scp>.



Submitted by: Rami Ojares

135 lines of code changed in:

peterreilly 2004-04-07 12:39

Expose MacroDef from MacroInstance

PR: 28242

Reported by: Darin Swanson

7 lines of code changed in:

peterreilly 2004-04-07 12:13

add jack to contributors

0 lines of code changed in:

peterreilly 2004-04-07 12:11

remove refernce to optional.jar in "unable to create task/type" message

Obtained from: Jack J. Woehr

8 lines of code changed in:

bodewig 2004-04-06 14:09

Document build.clonevm

53 lines of code changed in:

bodewig 2004-04-06 13:48

Clarify that antstructure isn't really that useful, PR: 27735

13 lines of code changed in:

bodewig 2004-04-06 13:18

Make contributing to Ant easier for Eclipse users

2 lines of code changed in:

mbenson 2004-04-05 21:26

Fix the previous change; handle invalid URLs and 1.2 compatibility.

Submitted by: Martijn Kruithof, Rainer Noack

15 lines of code changed in:

  • src/main/org/apache/tools/ant/launch: Locator.java (+15 -11)
bodewig 2004-04-05 12:17

One Gus is enough (PR: 28169)

0 lines of code changed in:

mbenson 2004-04-02 20:20

UNC pathnames did not work for ANT_HOME or -lib locations on Windows.

PR: 27922

15 lines of code changed in:

bodewig 2004-04-02 12:09

fix mailing list address

2 lines of code changed in:

mbenson 2004-04-01 19:11

I/O-intensive processes hung when started by Execute.spawn()

PR: 23893/26852.

Submitted by: Daniel Spilker

16 lines of code changed in:

peterreilly 2004-04-01 13:06

<parallel>: failonany was tested even if the task succeeded.

PR: 28122

Reported by: Oliver Dungey

5 lines of code changed in:

March 2004 »

Generated by StatSVN 0.3.2-SNAPSHOT