Stefan Bodewig
7bb2ccf52f
Make native2ascii a full-blown facade task, add docs
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277573 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
9e260d7fa3
diagnostics should list lib dir too.
Refactored the constants in the launcher for better sharing.
I worry about the hard coded file separator there (/),
so replaced in the code, but left the constant in,
in case someone was using it.
Updated WHATSNEW. Added which.jar to the fetchables.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277559 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
31002342d8
WHATSNEW: reference has a project
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277534 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
d932b15e38
Merge length task to 1.6 branch
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277528 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
5947ffd64f
Added else attribute to condition task.
PR: 33074
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277520 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jesse N. Glick
88c3b313e0
Permit <java fork="true"> to accept standard input from console.
PR: 24918
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277513 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
16ce691886
move change to 1.6
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277508 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
7eb0b80596
move change to 1.6
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277507 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
3da9613b9d
bad link in docs to the enhancement page in bugzilla
PR: 33252
Obtained from: Jason Pyeron
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277506 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
4b31229f36
Show touch changes as merged.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277505 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
10f5f4e6c2
Show merged pvcs doc changes.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277501 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
6fb3f8afee
Show exec's searchpath attribute as merged.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277497 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
c1cadae30e
Merge basic switch to java.io.tmpdir via FileUtils.createTempFile(...)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277494 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
d797bb645d
Catch up merges
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277492 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
376c6e414b
Merged DependScanner losing its private basedir member.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277486 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
cc6d26121c
Merge "Wrapper scripts did not detect WINNT value of dynamic OS environment
variable when logged into workstations using Novell authentication."
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277482 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
1f3ad29924
Grammar
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277478 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
d798ef1327
Document description NPE; move FileUtils.createNewFile(2 param) to 1.6 branch;
correct libraries from getlibraries.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277477 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
23a1c7d3a7
Make apply's dest attribute optional.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277464 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
4c77f5ea1b
<available> returned false positives when checking a file
passed in with the current basedir leading twice.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277462 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
8d72468ce0
Add support of zip comment.
PR: 22793
Obtained from: Larry Shatzer
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277383 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
ff0cfb8ee7
propertyset references did not handle nested propertyset references
Reported by: Matthew Nelson
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277378 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
e76559e2f3
Silently ignore messages being written to System.err/out while a Listener is processing a different message
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277362 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
d17115ff6d
Some formatting changes and removing some duplicates
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277361 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
0d08780618
Allow references to keep references to the project that
they were created in and use that project to deference the reference.
PR: 25777
Obtained from: Jesse Glick
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277352 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
eb6d37b3cf
JDK 1.2's javac doesn't understand -source if forked, either - PR 32948
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277349 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
6d857af2bf
Try to harmonize bootclasspath and build.sysclasspath a bit more, there are still some more tasks to handle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277348 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
3d350f4b83
Write two EOF blocks for tar rather than one
PR: 28776
Obtained from: Oliver Rossmueller
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277339 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
507b3d6eea
jikes supports -bootclasspath
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277334 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
322d8cef7f
fix for infinite loop on incorrect tar files
PR: 29877
Obtained from: Ray Waldin
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277329 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
7344dfed03
Added bugrep # to clone entry.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277321 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
6ca8466008
Add clone task.
PR: 32631
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277320 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
f3af5a6f26
Add length task to Ant.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277277 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Antoine Levy-Lambert
6e72941062
Make it possible to create manifest only jars with the option duplicate="preserve"
PR: 32802
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277264 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
813c7581a8
<setproxy> fails to provide password authentication on some JDKs.
The patch provided in the bug report looked very similar to something
I once had to do in production code, when Ant's original code wasn't
enough. I forgot about it when we switched to commons-httpclient
shortly thereafter.
PR: 32667
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277255 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
0c24993c98
<scp> using <fileset> doesn't work with OpenSSH 3.9 (and later?).
PR: 31939
Submitted by: Casper Groenen <cgroenen at xebia dot com>
Atsuhiko Yamanaka <ymnk at jcraft dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277253 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
4f6e3a6865
update for mapper changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277243 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
52a9f601c1
Document Kaffe rmic changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277208 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
8d0f8b3967
Merged Executor to 1.6 branch
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277205 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
1ddaea8055
touch gets nested mapper plus verbose, mkdirs, and pattern attributes.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277197 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jacobus Martinus Kruithof
66cbfe3354
typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277193 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jacobus Martinus Kruithof
069a16ffb9
PR: 32566
Updated whatsnew for modified replace
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277192 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
5cf848fdb5
URL#getFile does not output a nice filename
for files with spaces, and absolute windows filenames.
So use the FileUtils#fromURI() instead.
PR: 32508
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277189 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
6d6bbfeb10
with the bugzilla change 30161 it is not necessary to place
Path.systemClasspath in the antclassloader
Doing so causes resources to appear twice
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277160 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
60059dafe8
If junittask is loaded by a different classloader than the
project classloader, set the junittask classloader as the
parent of the classloader used to load the tests, otherwise
the tests will not see the classes in ant-junit.jar and the
classes loaded with the tests will use a different junit.jar
than the junit used by junittask and will be not be compatible.
PR: 28474
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277138 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
5766a65012
use absolute path instread of canonical path in subant
PR: 30438
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277091 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
4d34b03883
added isfileselected test
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277088 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
42613f4d35
remove mention of issigned task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277087 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
6a3d5030bb
add new preservelastmodified attribute to signjar
PR: 30987
Obtained from: Ignacio Coloma
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277079 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
070278beb2
Added isSigned condition and task and signedselector selector
PR: 32126
Obtained from: Tarlika Elisabeth Schmitz
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277064 13f79535-47bb-0310-9956-ffa450edef68
21 years ago