Steve Loughran
9de16e2c05
moved <taskdef> to the end, as per Stefan's suggestion.
I note that now the error is so long that it fills a screen; we could tidy it up some
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271146 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
c32a301126
cvs update -dP -pedantic ;-)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271145 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
a7f0867fda
Fix single-file fileset functionality. Did this ever work (,Peter)?
XP-style: added test case to detect bug, then fixed it. Also, trying to break out of the mould of the "testN" test case names - too brittle and non-descriptive.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271143 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
50ae1d32f6
A framed version of the JDepend stylesheet.
Submitted by: Jeff Tulley (jtulley@novell.com )
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271142 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
8fa296bb51
New attributes to tarfileset to allow equivalent of tar -P option
PR: 5874
Submitted by: Stefan Heimann (mail@stefanheimann.net )
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271139 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
8bad90e21d
Sometimes, all you need is a pedant ;-)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271138 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
07b48c8512
Change Jar so empty jars are not rebuilt
PR: 6069
Submitted by: jesse.glick@netbeans.com (Jesse Glick)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271136 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
786e2e2e1c
Prefix attirubte for tar task
PR: 6054
Submitted by: mail@stefanheimann.net (Stefan Heimann)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271134 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
390132ed55
Add a getResource method. I would rather prefer to
load resource this way than assuming the JVM is the
root directory.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271133 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
be89ba348b
Fixing #$!@ Copyright issues.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271130 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
b5388a1350
Temporary update to use the same style as log.xsl which is closer to
the Jakarta style. Those are the stylesheets used to generate reports for audit, metrics, coverage
recently sent to ant-dev
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271127 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
9b1632dc47
Copyright fix; minor message corrections.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271126 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
fff434e903
Clean up of some of the javadoc and style issues in the depend code
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271118 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
f9e2c884ba
handy helpful tips for users, along with a 'please leave us alone' plea
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271117 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
26bfd9b1ec
The pattern definition **/._* has been added to the default excludes list.
PR: 5886
Requested by: gerti-apache@bitart.com (Gerd Knops)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271097 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
541c011990
Add -id option
PR: 4572
Submitted by: Steven E. Newton (snewton@io.com )
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271090 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
96f9f0ceb4
Since Project.getProperties now returns a cloned hashtable, should
avoid using it for property replacement.
Project.replaceProperties now passes its properties map to ProjectHelper's
main replaceProperties method rather than calling the simple version which
just called back to project.getProperties().
The simple version in ProjectHelper now calls Project.replaceProperties
rather than calling Project.getProperties.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271073 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
d957fa1151
Fix -jar option to be appended rather than prepended
as specified in usage command line since the parsing
for jvmtype is broken in JDK < 1.4.0.
I filled bugs 139128 and 139129 to Sun for this.
Reported by: christophe.aubry@temis-group.com (Christophe Aubry)
PR: 5307
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271071 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
a92bca05d0
Clean up ejbjar task a little
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271070 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
334597d246
Add Support for JOnAS EJB server
Submitted by: Cyrille Morvan <cyrille_list@ingenosya.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271069 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
f68b0093bd
Keep the constructor chain alive.
PR: 4928
Submitted by: acl1@notes.ntrs.com
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271066 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
0fb624e936
Check for null value introduced.
PR: 5374
Submitted By: cer@acm.org (Chris Richardson)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271061 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
00013b4e5c
Name is optional for <project>
PR: 5028
Submitted by: jesse.glick@netbeans.com (Jesse Glick)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271052 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
7b13cb943f
update copyright
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271048 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
f52ac98213
- Try to close the file rather than relying on finalization.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271044 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
b57651f539
Add -propertyfile command-line option.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271043 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
d65cafdcec
adding destFile naming scheme to tar, for consistency with the zip family and other tasks. I know Costin thinks we do this deliberately, just to break his builds, so even though I have updated the manual and the test cases, I have commented out the deprecated message which users should get when they use the tarfile attribute. Which means old builds still work, but the old params are no longer documented for new users.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271035 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
158906d666
test returns false (not an exception) if either file is missing, this provides better update semantics
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271034 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
dd38c61aec
two new attrs to loadfile to make it more flexible in feeding other tasks
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271033 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
6eafb817a2
test now works on my box, maybe we will scrape through GUMP now.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271032 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
52f94cbb4c
Qualify total time spent on build with proper English.
PR: 5901
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271027 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
db236f25e6
Accidentally overwrote the patch that Stephane had applied. Hav emerged it now.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271024 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
dc060b5ab0
AnsiColorLogger is an extension of DefaultLogger. It provides colorized
messages based on the message level.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271022 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
8dc6be273c
SourceOffSite tasks submitted by Jesse Stockall <jesse@cryptocard.com>.
The sos.html file is slightly out of synch with the actual attributes - but Jesse will submit updated documentation soon.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271021 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
536c872b8b
part two of the patch to make Jakarta-Regexp tests pass
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271020 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
e3b9832459
Make tests pass on Linux as well (by not expecting them to pass).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271019 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
f5a525c370
filling my role as post-commit script ;-)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271018 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
e27d594005
Fixes should be in all related testcases now.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271017 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
fb9e213501
Fixed time formatting.
Submitted by: ruchet@besancon.sema.slb.com (stephane ruchet)
PR: 5901
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271016 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
e0c5a1f097
- Added some more tests. All tests that fail have
not been commented but rather modify to trigger
once they are fixed.
If Unix people could tests and make sure that they
pass on Unix that would be nice.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271015 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
ea5618017b
Remove inefficient property access
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271012 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
36f330fdee
Discard the previous commit comments, it is due to a mistake.
The code has been changed to enable UNIX_LINE for line terminator.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271011 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
a8965dadde
Prepare for changing listener interface and event types.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271009 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
a384f8aa37
Move weblogic deployment tool over to FileUtils
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271008 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
6c242cf4d1
a little more cleanup
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271007 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
7c50981b05
superfluos line
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271006 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
17243cca1d
Add a new "os family" win9x. If I had a decent name for Windows that
is NT or 2000 or XP I would have added a family as well 8-)
Take advantage of that new family in Execute.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271005 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
fa9eca56a6
* refactor <filesmatch> condition to take advantage of FileUtils.
* improve FileUtils.contentEquals by adding two additional shortcut
tests.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271004 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
487989a059
make Execute support Windows XP.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271003 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
4687c7dd41
add environment variable support to <junit> if VM is forked.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271001 13f79535-47bb-0310-9956-ffa450edef68
24 years ago