Stefan Bodewig
03c6952a50
Optionally create javadocs for packages that only contain a
package.html file.
PR: 25339
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278005 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
bff90f2861
swallow sun.reflect lines when filtertrace is true, PR 22758, Submitted by Emmanuel Bourg <ebourg at apache dot org>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277999 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jesse N. Glick
2bde11ddeb
Backdating "since" notices for #24918 (console input for <java fork="true">): 1.7 -> 1.6.3.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277998 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Peter Reilly
04330159c2
<macrodef> with default values set by properties would be
seen as new definitions when called twice with different properties.
This was confusing so the definitions are now treated as similar.
PR: 31215
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277968 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jacobus Martinus Kruithof
6df0d9abe2
PR: 33361
In ant 1.7 the security manager will, unless explicitly created to allow
System.exit veto a System.exit. This allows ant to continue its run when
a java program started via the java tasks in nonforked mode without
failonerror set calls System.exit. For java tasks in forked mode nothing
changes. For java tasks with failonerror set this was already the existing
behaviour.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277964 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
4c695bbb72
References may point to files with spaces in their names, quote them
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277947 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
6c0ec57e6e
split extraoptions in <csc>, PR 23599
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277937 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
4ac9a8932c
More VAJ URL encoding issues
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277934 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
55969a2dae
<cab> should now deal with file names containing spaces.
PR: 17182
Submitted by: Jay Peck <jpeck at afsimage dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277930 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
3cdc6a2b69
Document sync's preserveintarget, PR: 21832
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277921 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
39a8bb4be6
Make the framed JUnit report deal with multiple reports for the same testcase.
PR: 32645
Submitted by: Yves Martin <yves dot martin at elca dot ch>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277916 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
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
21 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
21 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
21 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
21 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
21 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
21 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