Stefan Bodewig
a1a3ac5d3d
copy2license.pl
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@439448 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
d5fa871520
<zip filesonly="true"> included empty directories. Bugzilla report 40258.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@437804 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
12de66bc12
make whenempty-related tests antunit-esque in preparation for their new friend
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@437799 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
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
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
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
e0ab0539c4
Expressing a <dirset> as a string should show matching dirs, not files!
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@425875 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
a1608d62d4
Bug 21042 "Setting XSL parameter to input filename when processed whole directory."
* changed from File.getParent() to String.substring() to avoid changing between / and \
* "dir" defaults to '.' instead of empty string, so dir+'/'+name would not result in an absolute path
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@423009 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
303b70f86b
Bug 21042 "Setting XSL parameter to input filename when processed whole directory."
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@422692 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
f6c650f5ae
2006
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@422621 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
bf042df7ec
Bug Report 40021. The noframes option was not working at all.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@421327 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
b19ac2c39b
Fix JUnitReport with includes.
Bug Report 40022
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@421315 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jacobus Martinus Kruithof
176b11946b
manifest issues
br: 37548
Still not totally convinced that the line is not allowed to be 74 bytes long (including eol)
But the specs allow to cut off early, except for the name. So name is allowed to by 70 bytes
long, and only if the name is 70 or 69 bytes long the line will be 74 (73) bytes long. Else
it will be shorter than 72 bytes including eol.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@420638 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
3e1cde904e
Let the base class do the job.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@420576 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
370ae530e4
Bug 35850
<subant> now supports nested <target> elements as <ant> does.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@420569 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
33aa821b3e
A super-call is ok here so you'll get the "standard" behaviour you expect from other BuildFileTests.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419882 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
af89f6061e
roll back deletion of public teardown operator, with a comment as to why it is needed
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419846 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
5d0494a994
purge some spurious methods
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419538 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
b5aad81339
Remove methods with just super()-calls. (Don't know any more why I added them...)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419535 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
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
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
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
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
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
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
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
Stefan Bodewig
c719b4d427
2006
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@413799 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
731eadf2ee
Fix for SystemId of stylesheet
Bugzilla 39407.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@412369 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
ea67f0d44a
ReplaceTokens should allow properties files.
Bugzilla 39688
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@412040 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Kevin Jackson
1746e40634
use fileutils.resolveFile
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@411724 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
88f1be2d04
Add support to define the stylesheet as a resource in <xslt>
Bugzilla Report 39407
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@409378 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Kevin Jackson
46f43ccaa9
tests for antversion condition
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@409339 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
1d3df84f02
2006
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@405626 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
35a452e2ac
Adding a new non-static method, isFailure() to Execute. As well as simplifying a common operation, it is a foundation for instance specific logic to decide if an execute failed, which could be of use in VMS land.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@405524 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
72b360356e
removal of the jprobe and metamata tasks.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@405267 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
b1d4f59db3
tests for PR 38732
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@398177 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
5d443a11d9
tests for PR 38973
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@398164 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
df3fb58d79
Remove xslp usage from ant.
Bugzilla 23455.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@395723 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
688242497c
2006
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@395230 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Kevin Jackson
b72ef6bd53
2 more tests for bug#32738
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@395169 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
e29ca54fbb
add a copy dirset test
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@393299 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
eeda02e875
provide magic properties to control javac
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@393282 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
ede6a9b30b
a test for the suite() method, passes if JUnit4 is not around
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@392052 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
49727a3da8
allow ressource collections for source files in <javadoc>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@392027 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jacobus Martinus Kruithof
b73a6c6b82
Improved use of MagicNames for ant internal properties
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@388834 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
72a6e5e9df
No, it isnt the fact that I declare things through a property file either.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@386330 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
33d6bd4ce0
Matt's proof my bug doesnt exist, as a unit test. Given the bug doesnt exist, w.t.f. is wrong with my task?
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@386329 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
ca49e8ec2b
make packagenames optional
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@382928 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
fdade0537c
2006
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@381261 13f79535-47bb-0310-9956-ffa450edef68
20 years ago