Matthew Jason Benson
015ec69fd1
Add preservelastmodified attribute to fixcrlf.
PR: 25770
Submitted by: Yuji Yamano
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277778 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
81197f555a
Get with usetimestamp did not work when local timestamp roughly >= now.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277761 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
4c83562c6c
On DOS and Netware, filenames beginning with a drive letter
and followed by a colon but with no directory separator following
the colon are no longer (incorrectly) accepted as absolute pathnames
by FileUtils.normalize() and FileUtils.isAbsolutePath(). Netware
volumes can still be specified without an intervening separator.
UNC pathnames on Windows must include a server and share name, i.e.
"\\a\b" to be considered valid absolute paths.
FileUtils.resolveFile() promised to return absolute files but
did not always do so.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277759 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
43cb5f9b25
get with usetimestamp did not work on Java 1.2 .
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277740 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
7bc776c2d5
parsersupport
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277736 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
97150b670e
fixcrlf gets a new attribute to make it easier to fix a single file. no nested filesets for <fileset file>, see.
Also put the schemavalidate in the right place in WHATSNEW.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277731 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
b8c3a33e2c
debug=false breaks Symantec compiler
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277727 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
d23feed981
Update with <schemavalidate>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277717 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
595133b251
Pathconvert no longer requires that one of (targetos|pathsep|dirsep)
be set; platform defaults are used when this is the case.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277715 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
83c26f549b
NPE when when <presetdef> tries to configure a task that
cannot be instantiated.
PR: 33689
Reported by: Steve Loughran
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277704 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
a18bd33107
On second thought, this seems to be the real fix for
PR: 33412
when updating an archive, we never want to drop files from the
original archive, no matter what the current default excludes setting
says.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277701 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
2a7681820f
Allo zip to store files with size between 2GB and 4GB
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277688 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
782e451151
<zip> update ignored defaultexcludes, PR 33412
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277685 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
c798cf3db8
Don't close SocketClients if connect has failed, PR 33618
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277682 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
c7039d12ff
The bug was only in HEAD
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277655 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
6c3ce08d1e
Really output time, when you say so
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277654 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
c9028f9f98
Tighten security by sending storepass and keypass to signjar
via the input stream of the forked process.
Also, create signjar's helper ExecTask instance directly rather than by
typedef discovery mechanisms.
PR: 33433
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277629 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
8d779414b7
Added loginputstring attribute to redirector.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277628 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
cee53a4634
Commandline.describeCommand() methods would attempt to describe
arguments even when none, other than the executable name, were present.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277627 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
bec41871b5
diagnostics probes temp dir by writing a file to it.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277618 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
13b07b313f
Make javah a facade task, support kaffeh
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277590 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
3e94ca9450
Add recurse attribute to filterset.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277580 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
1225a5a849
Added level attribute to zip & subclasses.
PR: 25513
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277577 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
f5b5a8b53c
Add nested header element to the mail task.
PR: 24713
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277575 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
e7fb957041
typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277574 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
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