Stefan Bodewig
fa99b4cc44
Make <rexec> use the protocol directly, when possible. Also, did the command attribute actually work? PR: 26632
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277913 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
de95ac9a0e
Make Solaris detect Ant jar files as jar files, PR: 32649
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277889 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
2f35469477
Sort echoproperties output in text mode as well as XML.
PR: 18976
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277886 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
c2b495458c
merge condition else="" to 1.6 branch
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277884 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Peter Reilly
e4f83986d9
move -noclasspaht and -nouserlib to ant 1.6
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277877 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Peter Reilly
c286aab923
moving -noclasspath and -nouserlib
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277876 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
9363746565
Doc update.
bug "rmic always compiles on Java1.5"
http://issues.apache.org/bugzilla/show_bug.cgi?id=33862
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277812 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
03c4f14818
add verbose attribute to <subant> task
PR: 33787
Obtained from: Craig Ryan, Frank Somers
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277799 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jacobus Martinus Kruithof
589e48aa3c
PR: 33770
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277794 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
5061e731c3
1. Add Kevin Greiner's FixCrLfFilter (slightly modified)
2. Adapt FixCRLF the task to use the filter (single set of fixcrlf code)
3. Implement ChainableReader in FixCRLF so that the existing taskdef
will be recognized as a nested element in a filterchain.
PR: 33155
Submitted by: Kevin Greiner
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277787 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
c5fc0e2e08
move isfileselected to 1.6 branch
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277784 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
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