allow ant to be bootstapped
47 lines of code changed in:
remove equals/hashcode from Target. Bugzilla report 40207.
2 lines of code changed in:
Be more specific logging imports.
4 lines of code changed in:
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:
ws
36 lines of code changed in:
Strike lying comment.
2 lines of code changed in:
Prepare for Antlib releases, not linked from anywhere, yet
846 lines of code changed in:
compromise with DD
2 lines of code changed in:
moved space append so that final deletion is unnecessary.
Minor javadoc and formatting changes.
7 lines of code changed in:
added a link to the manual of the beta
5 lines of code changed in:
as requested a refactoring that doesn't use indexOf - test passes with 1.7.0Beta1
23 lines of code changed in:
move last comment to appropriate section.
2 lines of code changed in:
some ws
3 lines of code changed in:
<zip filesonly="true"> included empty directories. Bugzilla report 40258.
23 lines of code changed in:
make whenempty-related tests antunit-esque in preparation for their new friend
36 lines of code changed in:
ws
4 lines of code changed in:
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:
some minor edits
8 lines of code changed in:
preparation for beta release
152 lines of code changed in:
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:
sync contributors.xml
4 lines of code changed in:
refactoring DirectoryScanner to reduce duplicated code, tests all pass
29 lines of code changed in:
use array version of tokenize path for rtrim
7 lines of code changed in:
fix line-ends
0 lines of code changed in:
re-generate site
48 lines of code changed in:
update Antlib status
9 lines of code changed in:
Use a more specific URL, don't shout that loud
14 lines of code changed in:
deprecate .NET tasks
25 lines of code changed in:
Move some non-breaking (IMHO) changes down, whitespace
53 lines of code changed in:
[PATCH] bugzilla 40238 - nested macrodef
5 lines of code changed in:
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:
move up to maven 2.0.4
2 lines of code changed in:
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:
remove blank line (test from ubuntu dev box)
1 lines of code changed in:
fix testcases with default target
4 lines of code changed in:
better formatting of the error text
1 lines of code changed in:
s/cvs/svn/ and some other tweaks
11 lines of code changed in:
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:
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:
Fix IDL/IIOP handling of rmic-with-backwards compat; added tests for everything working.
42 lines of code changed in:
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:
make XML decl accessible
11 lines of code changed in:
Providing more information in case a regexp impl is unavailable for unexpected reasons.
24 lines of code changed in:
run-single-test should write TEST-*.xml to the correct place.
1 lines of code changed in:
Some Javadoc corrections.
48 lines of code changed in:
s/,/;/
1 lines of code changed in:
correct typo and translate a German article to the English equivalent. ;)
2 lines of code changed in:
Add a note to the _svn-Hack of Subversion 1.3.
16 lines of code changed in:
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:
#40281: "Cannot resolve path" error thrown gratuitously.
12 lines of code changed in:
JUnit 3.8.2 bugfix update.
6 lines of code changed in:
Minor updates.
3 lines of code changed in:
Noting that apt is unnecessary in JDK 6.
3 lines of code changed in:
Mention of #39683.
3 lines of code changed in:
do not add directories when filesonly is true.
9 lines of code changed in:
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:
update due to personal experience
15 lines of code changed in:
make the existing getCommandLine method a decent extension point for the Java task
33 lines of code changed in:
Avoid a useless exception being (sometimes) thrown if a <java fork="true"> task is halted with Thread.stop().
4 lines of code changed in:
make sure streams are closed, PR 40197, Submitted by Dave Brosius
8 lines of code changed in:
How could I forget this? Document the <diagnostics> task.
35 lines of code changed in:
point to where the xsd lives.
2 lines of code changed in: