Jacobus Martinus Kruithof
|
215a221e46
|
Moving self to PMC member.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@329987 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Jan Materne
|
e463367b71
|
Change to use of AntLib.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@329556 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Jan Materne
|
7a806d447f
|
Mask quotes. Dont use properties in the example.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@329554 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Jan Materne
|
a61e9e65f1
|
Add two examples for copying ResourceCollections - one simple and one RC with restrict+sort.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@329552 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Stefan Bodewig
|
e3707fdec8
|
resource collections for [bg]unzip2?
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@329409 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Stefan Bodewig
|
c21b522b7b
|
add a few more checks
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@329407 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Jan Materne
|
9157b76077
|
"Update" the example output.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@329389 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Jan Materne
|
b4b0a55f5a
|
Revert my previous change and place a note why we leave apply=Transform.class.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@329387 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Alexey N. Solofnenko
|
1019168a0b
|
2005
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@329249 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Alexey N. Solofnenko
|
6f8402d926
|
Bugzilla 28773
* added support for nested filesets into DotnetResource
* fixed problem when compiling with several references
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@329234 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Jan Materne
|
c5d224e2fa
|
Class Transform is deprecated for a long time, functions are in ExecuteOn - why not use the class directly (instead of inherited one).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@328892 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Antoine Levy-Lambert
|
d6f02d26e6
|
make AntlibTest pass on gump
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@328721 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Antoine Levy-Lambert
|
e02b442a00
|
use FileUtils in a static way - submitted by Kevin Jackson
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@328709 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Antoine Levy-Lambert
|
ca03664e2f
|
remove call to deprecated method ProjectHelper.parsePropertyString - submitted by Kevin Jackson
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@328708 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Antoine Levy-Lambert
|
660e304bec
|
remove FileUtils - submitted by Kevin Jackson
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@328707 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Matthew Jason Benson
|
a360e39fa7
|
<delete failonerror="false" /> was still failing.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@328172 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Matthew Jason Benson
|
d3b91deae0
|
Revert previous change; apparently I am unhinged because I can't see how it's
happening but I'm getting ConcurrentModificationExceptions willy-nilly.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@328166 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Matthew Jason Benson
|
34e64ebd16
|
Bugzilla 37184; submitted by Frank Harnack. Also replaced extra listener Vector instances by synchronization for ConcurrentModificationException guards.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@328083 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Peter Reilly
|
642fd3b8ce
|
bugzilla 37184: multiple calls to addlistener for introspection helper objects
reporter: Frank Harnack
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@328081 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Stephane Bailliez
|
348ec2c27e
|
Fix example by adding the UK iso3166 code
PR: 37040
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@327677 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Stephane Bailliez
|
32f2e37a95
|
JDK 1.2 is EOL and documentation is no more available. Point to JDK 5 API
PR: 37203
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@327676 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Stephane Bailliez
|
f358c00ade
|
Fix performance issue with StringBuffer.toString() on JDK 5.
PR: 37169
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@327675 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Matthew Jason Benson
|
dfc1bee394
|
Add debugging messages for Gump failure.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@327253 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Stefan Bodewig
|
9f5ab4ebed
|
revert parts of rev 327004
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@327090 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Antoine Levy-Lambert
|
c6e453b42b
|
solve problem refering jars specfied by Class-Path attribute in manifest of a ant task jar file, when this ant task jar file is located in a directory with space. Bugzilla Report 37085.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@327062 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Antoine Levy-Lambert
|
44cf7f076c
|
solve problem refering jars specfied by Class-Path attribute in manifest of a ant task jar file, when this ant task jar file is located in a directory with space. Bugzilla Report 37085.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@327061 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Antoine Levy-Lambert
|
d6bf14f707
|
solve problem refering jars specfied by Class-Path attribute in manifest of a ant task jar file, when this ant task jar file is located in a directory with space. Bugzilla Report 37085.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@327058 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Antoine Levy-Lambert
|
1e2699687e
|
solve problem refering jars specfied by Class-Path attribute in manifest of a ant task jar file, when this ant task jar file is located in a directory with space. Bugzilla Report 37085.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@327056 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Antoine Levy-Lambert
|
5d1a7711e3
|
instantiate a FileResource when setSrc(Resource) is called. Otherwise a number of tests break.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@327004 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Stefan Bodewig
|
5e755270ba
|
only one setSrc method, otherwise it is not predictable which one is picked by IntorspectionHelper
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@326984 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Stefan Bodewig
|
a855a6dbfa
|
make <apply parallel="true"> work again even if only filesets but no other resource collections have been specified
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@326980 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Stefan Bodewig
|
27f9f065c8
|
tweak a backwards incompatibilty in <tar>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@326976 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Stefan Bodewig
|
e7e85f299e
|
provide more information
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@326804 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Antoine Levy-Lambert
|
65d50bad90
|
Bugzilla 30962. cvschangelog problem with CVS version >= 1.12.x
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@326723 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Stefan Bodewig
|
b5fcf10604
|
add resource collection support to tar
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@326643 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Stefan Bodewig
|
1400dc3c1b
|
better return the correct size
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@326640 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Stefan Bodewig
|
976ce81377
|
more docs and tests
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@326639 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Stefan Bodewig
|
cf5c5625e9
|
more docs and tests
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@326636 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Jan Materne
|
9b2c22b77a
|
Bug 36053 + some more additional infos to <echo>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@321319 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Jan Materne
|
b3f047d2e8
|
add to external task page: LaTeX Task, nsd2LaTeX Task, Optistic IDX Java IDE
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@321317 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Jan Materne
|
a5e5e89b11
|
change ApacheCon image from EU to US; regenerate site
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@321177 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Jan Materne
|
cc5fb2f272
|
fixing spell error
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@321172 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Jan Materne
|
d08491a7dd
|
Some words to if/unless on targets
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@321171 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Jan Materne
|
b443192f7a
|
example for relative directories
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@321170 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Stefan Bodewig
|
f274cd81ed
|
was fixing the wrong directory
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@320656 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Stefan Bodewig
|
a96627738d
|
Now that resources become available in more tasks, throw in a couple of new resources, including tarfileset
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@314776 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Steve Loughran
|
4af209f564
|
echoXML does property expansion, does not print the XML header when appending. There is some defect here wherein some tailing spaces get into every printed node, so <e>value</e> goes to <e>value </e>
; I havent tracked it down yet.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@312750 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Matthew Jason Benson
|
0b9934f2c3
|
fix typo. submitted by Gisbert Amm.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@312673 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Matthew Jason Benson
|
7e5b16974f
|
misspelled class name + merge 2 lines
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@307120 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Matthew Jason Benson
|
b3826a9397
|
s/CODE/code/g
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@307118 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |