Matthew Jason Benson
b49a9ef6f2
<echoproperties> setPrefix javadoc claimed null or empty prefix would be
ignored; instead an error was thrown. Bugzilla report 39954.
Submitted by Ivan Ivanov.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419276 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
94e4ecf005
bugzilla report 38175; javacc needs a jdk version attribute for java1.5 support.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419220 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Kevin Jackson
46c57322cc
fix GUMP failures
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419189 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Kevin Jackson
30a41589b4
move validation of properties into private method
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419143 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
df25e856f6
made all the protected methods public. Because ProjectTest was trying to call protected methods, and rather than selectively open up the methods, I made the whole set of asserts and operations open.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419119 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
63013f44f3
adding ability to set the location when creating this
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419108 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
9103590149
bug 35607 ; Ant Get task downloads unmodified files when useTimestamp=true
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419104 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
4ce923bc7d
bug 36033; javadocs incorrect
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419097 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
891efe5573
Add link to "antcount" as requested by Patrick Martin.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419034 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jacobus Martinus Kruithof
7030e8de61
Fix for pr:39946
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@418839 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
8793957204
given the task is out, the docs should be purged too.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@418789 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
e7734def8b
add support to nested XSL parameters in junitreport, Bugzilla 39708
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@418420 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
f274a4b1ad
missing s in javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@418383 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
58763ac857
message of Marc Guillemot on dev list, adding WebTest
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@418369 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
761201eca2
If the class invoked by the <java> task threw a ClassNotFoundException,
this was misinterpreted as the specified class itself not being found.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@418146 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
87c740f8a7
make helpers final (HELPERS); put static stuff before instance-level stuff.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@417600 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
fe2d7e6728
allow @s before the "real" one in scp uris. Bugzilla 38082.
Submitted by Michael Montuori/Robert Anderson.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@417590 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
8d20a46835
<fixcrlf> now supports an outputencoding attribute. Bugzilla report 39697.
Submitted by Stephen Goetze
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@417584 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Conor MacNeill
a6e9a55f65
Correct issues in Contributors files
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@417494 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Kevin Jackson
fe678d1937
roll back deprecation of Project.resolveFile, revert prior changes to code
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@417126 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jacobus Martinus Kruithof
18784a313b
Removed support for Xalan1.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@417020 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
3454a2bdc2
Only DL if the _artifact_ was not found;
taskdef anytime the _antlib_ wasn't found.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@416831 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
d6c1221db2
rename get-m2 dest.dir to m2.dest.dir for better portability;
<fail unless=""> is more compact than a nested <not><isset /></not> in fetch/pickDest
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@416830 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
68f12c8172
Extracted get-m2.xml from fetch.xml; modified so that a single run is
sufficient even when DLing the m2 tasks.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@416828 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
03ac32942c
ws
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@416815 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
fa9b956a31
ignored optional jars
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@416788 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
468476bd2a
renaming the .cvsignore files into .svnignore
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@416510 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
0cf9258105
added some files to exclude
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@416276 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
3671e1c97a
mail from Brian Agnew on the users list
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@416243 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
2b20e49c11
as usual
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@416236 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
a1448bb07d
Little something to make it easier for things that subclass main to change its exit behaviour. Its been on my HDD for a while. If people object to it, I'll roll it back, as its not anything I'm actively using...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@416182 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
094e4cb81a
FileUtils.close
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@416181 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
9e440d1f14
trying to get this to work. it is now in the jar.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@416180 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
0d2a7bd4fa
typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@416179 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
9f80d97b98
sort declarations
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@416168 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
6fdc02e7b2
lets evaluate properties inline. Incidentally, <scriptdef> and the like Do Not do this. Too late to change now, probably.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@416163 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
ddcddd098e
add since doc for subant
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@416042 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
e9910f7bda
Update info on AntXtras
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@415901 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
ead9482eb3
2006
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@415899 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
26666f6c70
How scriptdef handles namespaces in element types.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@415841 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
a7a552988f
extending scriptdef
1. nested text gets passed to self.text
2. a fail(String) method takes on the work of throwing exceptions even in languages that dont make it easy to throw BuildExceptions
I have antunit tests for these in the antbook source tree, but not moved them into ant's codebase yet.
Issue: should nested text be something that must be enabled explicitly via a nestedText attribute in scriptdef?
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@415817 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
ac92e4e6bd
add tempfile deleteOnExit. PR# 39842. Submitted by Patrick Martin (then slightly modified).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@415695 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
5405bd41c9
add <javadoc verbose> setting
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@415682 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
d2bcd0ad05
mention [PATCH] in BZ
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@415679 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Kevin Jackson
b51e242d8d
test was failing on osx, change to use StringUtils - test now passes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@415545 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
62cfecef3b
add in script languages
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@415443 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
1ac9c0aeab
add in script language versions
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@415442 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
abc3a785cf
request of Wascally Wabbit
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@415345 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jacobus Martinus Kruithof
cf36820272
Closing some streams in Manifest, patch kindly provided by John Sisson.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@414940 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
becf501f26
Add a note about unsubscribe from the mailinglist.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@414520 13f79535-47bb-0310-9956-ffa450edef68
19 years ago