Stefan Bodewig
41b4662f9a
very experimental WiX task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276334 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jan Materne
ff5aeaff36
Remove doubles.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276332 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jan Materne
9d7309a0ef
Add hostname/timestamp from Jeff Tulley. Remove authors (like in java files).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276331 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
e5f8b04097
Use addMapper instead pf createMapper as suggested by Peter
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276329 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
b561447312
Don't delete existing file when trying to update a read-only archive, PR: 28419
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276327 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
bb473f44f2
Some doc tweaks and a new goal
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276324 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
6dbabcb776
Add nested mappers to xslt, PR: 11249
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276322 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
990243c785
Set context classloader in <xslt>, PR: 24802
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276320 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
ba3f838776
Merged the subclass-friendly <junit> version into 1.6 branch
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276319 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
021fdf251c
Add forkStyle attribute to <junit> with possible values of once,
perTest and perBatch.
once will create a single Java VM for all forked tests, perTest is
what we have traditionally (and the default), perBatch uses a VM per
<batchtest>.
Actually, this is not entirely true since only tests with the same
configuration of filtetrace and haltonfailure and friends can run
inside the same VM, so we may end up with mutliple VMs anyway - but
once really should be a lot faster than perTest in general.
Based on
PR: 24697
Submitted by: Anton <anton at atlassian dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276317 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
cca008dd00
Capture stderr in <sshexec>, PR 28349
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276315 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
5ee9f7e6b5
-breakiterator fixes by Jack Woehr
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276313 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
0b8142a736
and one more wrong license
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276311 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
451b75d335
Fix line-ends, one more wrong license
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276310 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
487c38e91f
Adapt the OS/2 wrapper scripts to the new launcher.
PR: 28226
Submitted by: Zdenek Wagner <wagner at cesnet dot cz>
Adapted to new license while I was at it.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276309 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
267fb740f2
new attributes for the tests: hostname and timestamp.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276308 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jan Materne
6f099c2277
Add macrodef-solution to 'propertycopy'. Thanks Stefan
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276305 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
dcc4fb26fb
Fixed <import>'s "optional" attribute.
Reported by: Nick Gianakas
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276304 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
7d1c3c7746
Fixed "optional" attribute.
Reported by: Nick Gianakas
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276303 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
17e505e629
enable gcj's java -> native compilation.
Submitted by: Arnaud Vandyck <arnaud dot vandyck at ulg dot ac dot be>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276301 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
f7d96a02a8
book-keeping
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276300 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
4041791887
less noisy verbose mode for <scp> by Rami Ojares
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276298 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
83b7e75aa8
Add special local/remote variants of the file and todir attributes to
explicitly state what is local or remote.
Document verbose attribute.
Submitted by: Rami Ojares
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276297 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
cf1b1d6359
Add RedHat S/390 hint submitted by Jack Woehr
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276295 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
fa462555f0
2004
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276294 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
3a8b2fb428
Cleanup.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276293 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
4f1b9e1156
Spelling corrections and minor wording change.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276292 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
89ab1168c9
Don't die if the ant.file property hasn't been set.
Jelly's Ant tag library currently doesn't set this property and each
<ant> task used in Jelly will result in an NPE otherwise.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276290 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
e33f1d105f
Add pattern attribute to DateSelector. Document granularity attribute.
Submitted by: David Kavanagh
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276289 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
8ec6497d89
Add progress report to <scp>.
Submitted by: Rami Ojares
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276288 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
13eae87a1a
Expose MacroDef from MacroInstance
PR: 28242
Reported by: Darin Swanson
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276286 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
3e41fe6d69
add jack to contributors
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276284 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
4b2cd31d48
remove refernce to optional.jar in "unable to create task/type" message
Obtained from: Jack J. Woehr
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276283 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
c92c5c3633
Document build.clonevm
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276282 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
adde2729f2
Clarify that antstructure isn't really that useful, PR: 27735
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276280 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
9b0ab4b26d
Make contributing to Ant easier for Eclipse users
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276279 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
8195ed0fa7
Fix the previous change; handle invalid URLs and 1.2 compatibility.
Submitted by: Martijn Kruithof, Rainer Noack
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276278 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
831857b1f3
One Gus is enough (PR: 28169)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276276 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
9557aed0f0
UNC pathnames did not work for ANT_HOME or -lib locations on Windows.
PR: 27922
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276275 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
eb85ba43d4
fix mailing list address
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276273 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
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
Matthew Jason Benson
e8acf2f075
Forgot manual page.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276269 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
327f55746e
Add Windows 2003 support to getProcEnvCommand() + minor refactoring.
PR: 28067
Submitted by: Irene Rusman
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276268 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
Stefan Bodewig
46e87d8cdb
Try to make Gump happy
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276265 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
1b510286c2
Whitespace changes only
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276264 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
1b72f9a649
Add Windows 2003 support to getProcEnvCommand() + minor refactoring.
PR: 28067
Submitted by: Irene Rusman
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276263 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
a6c07f5d48
Minor corrections
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276262 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
2d25bc6890
I do not like the current process of marking incompatibility, as it is a dog to use from programmatic task access. We should validate immediatly before execution instead. This commit is not a fix, merely a partial workaround.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276261 13f79535-47bb-0310-9956-ffa450edef68
21 years ago