Kevin Jackson
6b023e669d
fixed AntVersionTest failures with Beta1 - this should fix the problem, let me know if it still breaks for you
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@437589 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
52b18b628c
some minor edits
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@437517 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
322bcb80ff
preparation for beta release
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@437449 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
08bfc05623
fix for 40228, add code to introspectionhelper to make addconfigured higher priority than add, and add addconfigured to chainedmapper
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@436992 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
b84aee88b2
sync contributors.xml
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@436935 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Kevin Jackson
21a1b3cfb4
refactoring DirectoryScanner to reduce duplicated code, tests all pass
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@436724 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Kevin Jackson
19397fb959
use array version of tokenize path for rtrim
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@436720 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
6c024b2bd2
fix line-ends
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@436634 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
d0281846d0
re-generate site
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@436633 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
8b423a68b1
update Antlib status
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@436632 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
e8b96f4bf2
Use a more specific URL, don't shout that loud
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@434506 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
bd6384b62c
deprecate .NET tasks
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@434500 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
d878e4e83a
Move some non-breaking (IMHO) changes down, whitespace
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@434498 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
1595e25b55
[PATCH] bugzilla 40238 - nested macrodef
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@434226 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
c69bcdce12
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.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@434056 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
977d31e2ff
move up to maven 2.0.4
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@434055 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
8431ffa9d9
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.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@434030 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
29fface4fb
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.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@434029 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Kevin Jackson
3af802db9e
remove blank line (test from ubuntu dev box)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@433942 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Kevin Jackson
b048f28e2e
fix testcases with default target
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@433857 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
52032432d7
better formatting of the error text
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@433796 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
c70a410ae7
s/cvs/svn/ and some other tweaks
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@433795 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
9ae85e523b
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.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@433794 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
7bf41207e0
change error code of the launcher. We could change it from 2, its now in a constant where we can tune it.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@433793 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
99abfd7bf5
Fix IDL/IIOP handling of rmic-with-backwards compat; added tests for everything working.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@433792 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
1c397e43c2
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.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@433701 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
9b30afed0e
make XML decl accessible
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@432871 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jesse N. Glick
136c2556cc
Providing more information in case a regexp impl is unavailable for unexpected reasons.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@432728 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jesse N. Glick
188671d571
run-single-test should write TEST-*.xml to the correct place.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@432720 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jesse N. Glick
69c95afa02
Some Javadoc corrections.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@432709 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
5ff3e7a45c
s/,/;/
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@432589 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
1b98ed72cd
correct typo and translate a German article to the English equivalent. ;)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@432588 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
973f53b4aa
Add a note to the _svn-Hack of Subversion 1.3.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@432534 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jesse N. Glick
1a81cc1fdf
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.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@432410 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jesse N. Glick
869b123c04
#40281 : "Cannot resolve path" error thrown gratuitously.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@432379 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jesse N. Glick
5db007f358
JUnit 3.8.2 bugfix update.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@431469 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jesse N. Glick
225a932751
Minor updates.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@431468 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jesse N. Glick
8e437c7397
Noting that apt is unnecessary in JDK 6.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@431467 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jesse N. Glick
2116286ce4
Mention of #39683 .
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@431458 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
43b12b92d9
do not add directories when filesonly is true.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@430489 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
4f0e88ae00
reintroduced a blurb about the mail headers, explaining how the return-path header helps find out which email address is subscribed.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@430452 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
5ebd52b83b
update due to personal experience
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@430216 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
32077adf88
make the existing getCommandLine method a decent extension point for the Java task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@430111 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jesse N. Glick
9b29322cc4
Avoid a useless exception being (sometimes) thrown if a <java fork="true"> task is halted with Thread.stop().
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@429887 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
0c7b42e074
make sure streams are closed, PR 40197, Submitted by Dave Brosius
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@429237 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
7b2bcde38e
How could I forget this? Document the <diagnostics> task.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@428733 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
ea4819ff2d
point to where the xsd lives.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@428417 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
d4b2ec4b55
whitespace only
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@426649 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
8a7b803fb1
avoid NPE in border-cases
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@426648 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
9d42b05f17
- back to File-based algorithm
- cpu enhancement
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@426494 13f79535-47bb-0310-9956-ffa450edef68
19 years ago