Matthew Jason Benson
14211b597a
I/O-intensive processes hung when started by Execute.spawn()
PR: 23893/26852.
Submitted by: Daniel Spilker
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276272 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
5ecbfc2436
<parallel>: failonany was tested even if the task succeeded.
PR: 28122
Reported by: Oliver Dungey
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276270 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
fefa29d940
ProjectComponent incorrect compare used in logging
PR: 28070
Obtained from: Matt Small
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276266 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
b0507d4451
Add <redirector>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276257 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
e4209b284c
filterset used by filtertask doesn't respect loglevel
PR: 27568
Obtained from: Marcel Schutte
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276250 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
a38273bbf4
ant -p swallows (configuration) errors silently.
PR: 27732
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276246 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
e3ce39634b
Allow setting of uid and gid in a tarfileset - in addition or in place
of user and group.
PR: 19120
Reported by: Dale Sherwood
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276236 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
54b827ff4f
Don't swallow the stack trace if a Java program throws an exception.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276233 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
2d3188c5d2
NPE while useing -listener for commons logger.
There is a difference between using a -logger and -listener.
The former may use a log file and the latter does not get this set.
The commons logger code assumes that it is passed the log stream in
both cases.
The fix is just to initialize the out and err streams in the commons
logger class.
PR: 27373
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276225 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Matthew Jason Benson
996e16066a
Add "negate" attribute to <propertyset>s.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276224 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Matthew Jason Benson
ce89090b46
Nested file mappers; container mapper.
PR: 26364
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276223 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
cd466ddf6c
exec task outputted two redundant trailing newlines
PR: 27546
Reported by: marcel at schutte dot com
Obtained from: Martijn Kruithof
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276221 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
8892a1ce64
doc fix for starteam tasks
PR: 27554
Obtained from: Alexz Machinski
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276219 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
2b5378f47a
add fix for 26765
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276215 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
c619bba33f
doc fixes for javadoc
PR: 27284
Obtained from: Jesse Glick
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276206 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
9e3bcc1668
update WHATSNEW
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276203 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
ac5e9903db
opps
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276199 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
f1cc5cb1b1
mention file nested element to filelist
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276196 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
3ce4e1260a
tagdiff.xsl update
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276192 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
afe94812e0
Xerces-J 2.6.2
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276183 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Matthew Jason Benson
6483e38771
Add nested <mapper>s to <pathconvert>.
PR: 26364
Submitted by: Peter Reilly
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276173 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
be91e2871f
<apply> with nested <filelist> didn't check out-of-dateness.
PR: 26985
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276168 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
7617c7398a
A new roundup attribute on <zip> and related task can be used to
control whether the file modification times inside the archive will
be rounded up or down (since zips only store modification times with
a granularity of two seconds). The default remains to round up.
PR: 17934
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276167 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
3e7907c855
Fix for duplicate targets in the build file.
In ant 1.5 these were not allowed.
In ant 1.6, with import file's targets being allowed to
be overridden, duplicate targets where incorrectly allowed
in normal build files.
The fix just checks if the duplicate target is defined
in an imported file or in a "main" file.
Reported by: Dominique Devienne
See: http://marc.theaimsgroup.com/?t=107705039100004&r=1&w=2
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276165 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Steve Loughran
fd9f899c2d
documented
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276161 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
57c40e724d
Docs fixes for xmlvalidate.html
PR: 27092
Obtained from: Jesse Glick
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276152 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
8942563e9c
typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276151 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
e5fc964411
Throw build exception if name attribute is missing in a patternset
PR: 25982
Obtained from: Jose Alberto Fernandez
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276149 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
a0c2e2864e
MacroDef did not allow attributes named 'description'.
PR: 27175
Reported by: Jayson Raymond
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276144 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
41d2a975a6
add bugzilla report 27162
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276142 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
959fd0f7c0
separate 1.6 changes from 1.7 (cvs head) changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276141 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Matthew Jason Benson
e435980752
Cause AntLikeTasksAtTopLevelTest to pass on cygwin.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276131 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Matthew Jason Benson
f6c034b007
TokenFilter.ReplaceString only replaced the first occurrence.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276118 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
bbd6a3bd9e
fix for macrodef broken @@ escape handling
PR: 27069
Reported by: Daniel Spilker
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276111 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
9ac23b1ec1
update WHATSNEW - subant haalt on failure
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276105 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Matthew Jason Benson
1f6115c62f
Redirector exhibited inconsistent behavior with regard to split
output. When sent to file only, files would be created in all
cases; when split file-property, files were only created if
writes were performed.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276096 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
122793e23e
Add retroactively fix of bug 26642, possibility of running programs
in directories having non ascii names
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276088 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
87c50a6404
Separate 1.6.0 to 1.6.1 changes from the other changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276087 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
0c757a017b
comment on groovy support
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276077 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
c2e7261d51
Make license upgrade more prominent
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276042 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
918cac2917
Make failure to display the splash screen non-fatal.
I've tested this with JDK 1.4 and the java.awt.headless system
property set to true as well as a Unix box running without an X
server. While the former throws an Exception in the constructor of
SplashScreen, the later throws an Error in the constructor of
ImageIcon.
PR: 11482
Fix a copyright year mistake introduced in revision 1.9 at the same time.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276038 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
dbc7f86dea
added new license
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276036 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stephane Bailliez
e15f867c9a
PR: 19301
Use xalan extensions to replace strings and avoid a stack overflow when doing deep recursions.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276028 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
49e25589bc
Upgrade to Xerces-J 2.6.1
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275993 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
6c29f89924
Fail with a useful error message when the user asks us to fork a
process in a directory that doesn't exist.
PR: 25455
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275988 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
ded399dd7b
The gcj compiler adapter failed if the destdir didn't exist.
PR: 25856
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275986 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
46a9d8a1c5
<java> ignored the append attribute.
PR: 26137
Submitted by: Emmanuel Rayzal <emmanuel at ukibi dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275982 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
5ec7e1db1b
Add a new cvsversion task
Modify CvsChangeLog to accept a branch as the tag attribute
ChangeLogTask.java now inherits from AbstractCvsTask
PR: 13510
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275969 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
ca50596b98
Document Java 1.5 support
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275964 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
8b3eb53866
added textname attribute
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275953 13f79535-47bb-0310-9956-ffa450edef68
22 years ago