August 2006 Commit Log

Number of Commits:
62
Number of Active Developers:
8
peterreilly 2006-08-31 22:07

allow ant to be bootstapped

47 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/condition: antlib.xml (+47 -24)
peterreilly 2006-08-31 21:42

remove equals/hashcode from Target. Bugzilla report 40207.

2 lines of code changed in:

mbenson 2006-08-31 20:40

Be more specific logging imports.

4 lines of code changed in:

mbenson 2006-08-31 19:04

Auto-discover built-in conditions added >= 1.7 from the accompanying antlib so we can stop adding junk setters to ConditionBase.

44 lines of code changed in:

mbenson 2006-08-31 16:02

ws

36 lines of code changed in:

mbenson 2006-08-31 15:37

Strike lying comment.

2 lines of code changed in:

bodewig 2006-08-30 05:21

Prepare for Antlib releases, not linked from anywhere, yet

846 lines of code changed in:

mbenson 2006-08-29 18:51

compromise with DD

2 lines of code changed in:

mbenson 2006-08-29 14:43

moved space append so that final deletion is unnecessary.

Minor javadoc and formatting changes.

7 lines of code changed in:

antoine 2006-08-29 11:03

added a link to the manual of the beta

5 lines of code changed in:

kevj 2006-08-29 01:51

as requested a refactoring that doesn't use indexOf - test passes with 1.7.0Beta1

23 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/condition: AntVersion.java (+23 -11)
mbenson 2006-08-28 20:54

move last comment to appropriate section.

2 lines of code changed in:

mbenson 2006-08-28 19:59

some ws

3 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Ant.java (+3 -3)
mbenson 2006-08-28 19:53

<zip filesonly="true"> included empty directories. Bugzilla report 40258.

23 lines of code changed in:

  • WHATSNEW (+2)
  • src/etc/testcases/taskdefs: zip.xml (+11)
  • src/main/org/apache/tools/ant/taskdefs: Zip.java (+6 -4)
  • src/testcases/org/apache/tools/ant/taskdefs: ZipTest.java (+4)
mbenson 2006-08-28 19:39

make whenempty-related tests antunit-esque in preparation for their new friend

36 lines of code changed in:

  • src/etc/testcases/taskdefs: zip.xml (+36 -1)
  • src/testcases/org/apache/tools/ant/taskdefs: ZipTest.java (-6)
mbenson 2006-08-28 19:15

ws

4 lines of code changed in:

  • src/etc/testcases/taskdefs: zip.xml (+4 -4)
kevj 2006-08-28 07:52

fixed AntVersionTest failures with Beta1 - this should fix the problem, let me know if it still breaks for you

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/condition: AntVersion.java (+1 -1)
antoine 2006-08-28 03:20

some minor edits

8 lines of code changed in:

antoine 2006-08-27 20:09

preparation for beta release

152 lines of code changed in:

peterreilly 2006-08-25 22:36

fix for 40228, add code to introspectionhelper to make addconfigured higher priority than add, and add addconfigured to chainedmapper

75 lines of code changed in:

peterreilly 2006-08-25 20:42

sync contributors.xml

4 lines of code changed in:

kevj 2006-08-25 09:01

refactoring DirectoryScanner to reduce duplicated code, tests all pass

29 lines of code changed in:

kevj 2006-08-25 08:51

use array version of tokenize path for rtrim

7 lines of code changed in:

bodewig 2006-08-25 03:54

fix line-ends

0 lines of code changed in:

bodewig 2006-08-25 03:46

re-generate site

48 lines of code changed in:

bodewig 2006-08-25 03:45

update Antlib status

9 lines of code changed in:

bodewig 2006-08-24 20:18

Use a more specific URL, don't shout that loud

14 lines of code changed in:

bodewig 2006-08-24 20:11

deprecate .NET tasks

25 lines of code changed in:

bodewig 2006-08-24 20:09

Move some non-breaking (IMHO) changes down, whitespace

53 lines of code changed in:

peterreilly 2006-08-23 22:32

[PATCH] bugzilla 40238 - nested macrodef

5 lines of code changed in:

stevel 2006-08-23 14:52

update jsch version.



I'd move to xerces 2.8.0 if there was a consistent release of the api and impl artifacts, as it is 2.6.2 is the one to use.

2 lines of code changed in:

stevel 2006-08-23 14:47

move up to maven 2.0.4

2 lines of code changed in:

stevel 2006-08-23 12:36

bug ID#38732 , rmic task doesn't work with -Xnew and JDK 6.0



Fixed by writing a new adapter, xnew, that extends the forking adapter and sets the -Xnew argument. Tests supplied, though the old test, the one that would fail on java1.6, is still there.



Also made the name matching code of rmic locale-independent.

118 lines of code changed in:

kevj 2006-08-23 06:45

remove blank line (test from ubuntu dev box)

1 lines of code changed in:

kevj 2006-08-23 03:13

fix testcases with default target

4 lines of code changed in:

  • src/etc/testcases/taskdefs/optional/unix: symlink.xml (+3)
  • src/etc/testcases/taskdefs/optional/vss: vss.xml (+1 -1)
stevel 2006-08-22 23:18

better formatting of the error text

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: ExecTask.java (+1 -1)
stevel 2006-08-22 23:12

s/cvs/svn/ and some other tweaks

11 lines of code changed in:

stevel 2006-08-22 23:07

This is slick. Instead of printing ANT_HOME/lib in the message, we print the real directory set where libs can be added. And, if ant.home is not set, we decide this is an IDE and tell the user that too.

43 lines of code changed in:

stevel 2006-08-22 23:04

change error code of the launcher. We could change it from 2, its now in a constant where we can tune it.

13 lines of code changed in:

stevel 2006-08-22 23:02

Fix IDL/IIOP handling of rmic-with-backwards compat; added tests for everything working.

42 lines of code changed in:

stevel 2006-08-22 17:19

Pre-beta commits of some local changes I've had on my system.



here, java returns the exit code in an exit status exception, which extends BuildException. This lets tasks that want a particular exit code catch it and filter out values.

4 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Java.java (+4 -1)
bodewig 2006-08-19 20:13

make XML decl accessible

11 lines of code changed in:

jglick 2006-08-18 21:21

Providing more information in case a regexp impl is unavailable for unexpected reasons.

24 lines of code changed in:

jglick 2006-08-18 20:45

run-single-test should write TEST-*.xml to the correct place.

1 lines of code changed in:

jglick 2006-08-18 20:07

Some Javadoc corrections.

48 lines of code changed in:

mbenson 2006-08-18 14:08

s/,/;/

1 lines of code changed in:

mbenson 2006-08-18 14:06

correct typo and translate a German article to the English equivalent. ;)

2 lines of code changed in:

jhm 2006-08-18 09:37

Add a note to the _svn-Hack of Subversion 1.3.

16 lines of code changed in:

jglick 2006-08-17 22:17

Minor optimization to save maybe 1-2Mb of heap used to create a 30Mb ZIP file.

(extraFields is usually empty, so leave null unless really needed.)

Heap usage from <zip> still intense, however - some ZipEntry's (another 1-2Mb)

but mostly String's (9Mb!) from all the FileSet's which are kept in memory.

For the same 30Mb (compressed) ZIP file, need about 15Mb heap at peak.

Not clear whether that could be improved without breaking B/C. Another day.

12 lines of code changed in:

jglick 2006-08-17 20:23

#40281: "Cannot resolve path" error thrown gratuitously.

12 lines of code changed in:

jglick 2006-08-14 23:24

JUnit 3.8.2 bugfix update.

6 lines of code changed in:

jglick 2006-08-14 23:23

Minor updates.

3 lines of code changed in:

jglick 2006-08-14 23:18

Noting that apt is unnecessary in JDK 6.

3 lines of code changed in:

  • docs/manual/CoreTasks: apt.html (+3 -1)
jglick 2006-08-14 22:47

Mention of #39683.

3 lines of code changed in:

mbenson 2006-08-10 19:10

do not add directories when filesonly is true.

9 lines of code changed in:

antoine 2006-08-10 17:37

reintroduced a blurb about the mail headers, explaining how the return-path header helps find out which email address is subscribed.

51 lines of code changed in:

antoine 2006-08-10 02:39

update due to personal experience

15 lines of code changed in:

bodewig 2006-08-09 18:43

make the existing getCommandLine method a decent extension point for the Java task

33 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Java.java (+33 -33)
jglick 2006-08-08 23:43

Avoid a useless exception being (sometimes) thrown if a <java fork="true"> task is halted with Thread.stop().

4 lines of code changed in:

bodewig 2006-08-07 04:18

make sure streams are closed, PR 40197, Submitted by Dave Brosius

8 lines of code changed in:

stevel 2006-08-04 14:23

How could I forget this? Document the <diagnostics> task.

35 lines of code changed in:

stevel 2006-08-03 14:52

point to where the xsd lives.

2 lines of code changed in:

July 2006 »

Generated by StatSVN 0.3.2-SNAPSHOT