Sam Ruby
d0660478f8
eliminate deprecated usage of items attribute
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267591 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Sam Ruby
35c0faa1a2
1) Correct potential infinite loops when parsing invalid Java source
2) Correct Stefano's mailing address
3) Correct handling of escaped quotes in strings
4) Return exit code from the exec'd process as it may be useful
Submitted by: Michael Smith <michael@sneakerlabs.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267590 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Sam Ruby
1af1e04eef
Fixed javadoc so that it doesn't go into an infinite loop on lines such as:
tmpExcludes.addElement("**/"+tok.nextToken().trim()+"/**");
(currently found in org.apache.tools.ant.taskdefs.Copydir)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267589 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Sam Ruby
956f4eec6c
remove reference to obsolete antRun.bat
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267588 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Arnout J. Kuiper
2869feaa95
Added some comments to some examples.
Fixed the name ordering I broke with the previous checkin.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267587 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Arnout J. Kuiper
ea918a10c8
Updated the manual to contain info on the pattern based directory scanning.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267586 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Arnout J. Kuiper
1844a85f5f
Made tasks able to use the new pattern based directory scanning, while
retaining backwards compatibility.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267585 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Arnout J. Kuiper
23a03fcf16
Initial checkin
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267584 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Sam Ruby
110a40d71a
Credit where credit is due. I see some content here that I can trace
back to Duncan's original documents.
<p>Names are in alphabetical order.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267583 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Sam Ruby
d84932f8b0
Restore support for > 9 parameters on exec calls on Windows
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267582 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Sam Ruby
5d4e93228c
Merge classpath+sourcepath for jdk 1.1
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267581 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Sam Ruby
ad0ebdf6e0
Place dist in the same place as the other jakarta projects.
Restore original name of ant.jar as it is used in the ant batch and
shell scripts, as well as in numerous other build.* files.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267580 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Sam Ruby
b9bd3705f0
JDK 1.1.8 apparently doesn't like self referencial imports
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267579 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Sam Ruby
8c796fb38a
More ant.home cleanup
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267578 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Sam Ruby
d904d0c097
Ensure quoted strings for javadoc are interpreted properly by the shell
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267577 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Costin Manolache
b0bde55505
Added TaskAdapter - allows use of external Beans, without requiring them to
extend Task or have any ideea that Ant will use them.
The only requirement is to have a
void execute() throws Exception
That allows Tomcat ( and other projects) to define normal Beans and still
be able to script them.
The usage is identical with normal Task-extending Beans.
Also fixed bootstrap.sh.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267576 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Stefano Mazzocchi
f1ac33a129
transformed tabs into spaces...
BTW, Sam, my tests show the pumping threads
slow down the process to half of its original speed,
we should use a better method for this...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267575 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Stefano Mazzocchi
1ee4709de6
used the new boolean method
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267574 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Stefano Mazzocchi
b4bb2d2fbb
transformed tabs into spaces for more portable look
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267573 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Stefano Mazzocchi
4e7ce7833d
added ability to fork the JVM for those processes that call System.exit(), also added the JVM arguments
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267572 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Stefano Mazzocchi
65d02e393d
cleaner use of the Java API and added the "TODAY" stamp, used mainly in documentation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267571 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Stefano Mazzocchi
c697c4d2d0
updated task list
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267570 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Stefano Mazzocchi
f5a5cef905
new task: delete single file (strangely it was missing)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267569 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Stefano Mazzocchi
d4110f6b4e
centralized and more generic method for evaluating boolean attributes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267568 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Stefano Mazzocchi
bcc17b93f0
removed these: mixing the GPL with BSD is bad, no matter what...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267567 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Stefano Mazzocchi
62fcabf8c0
small cleanups
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267566 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Stefano Mazzocchi
ec22350dec
MUCH! improved documentation (also up-to-date with latest changes)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267565 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Stefano Mazzocchi
6616ff5ed9
some nice intro (preparing for a decent distro)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267564 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Stefano Mazzocchi
6f9b741e90
new build file (hopefully better)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267563 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Sam Ruby
a037ae329b
Simultaneously consume both the stdout and stderr during exec calls
(StreamPumper code based on org.apache.jasper.compiler.JikesJavaCompiler)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267562 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Sam Ruby
0218e3ecae
Better support for jdk1.2, keep the generated source files and put them in
a separate folder
Submitted by: Ludovic Claude <lc@websitewatchers.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267561 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Sam Ruby
b139901cab
Main: fixed a pb with the -D parameter
Project: prints the os as well as jdk version
taskdefs.Exec: Fixed issues with Win95
Submitted by: Ludovic Claude <lc@websitewatchers.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267560 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Stefano Mazzocchi
46534f2b3d
Added the ability to dump everything to a file.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267559 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Stefano Mazzocchi
fd287b3a80
new javadoc task now extends exec and spawns another JVM to go around the system.exit() problems
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267558 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Stefano Mazzocchi
edb71783ad
removed security manager
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267557 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Stefano Mazzocchi
ee9453f4f4
updated readme
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267556 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Sam Ruby
fd883b6209
Copydir shouldn't warn that it is doing what is requested
Submitted by: Glenn Twiggs <Glenn_Twiggs@bmc.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267554 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Sam Ruby
fbf3fee31b
Allow jakarta-ant to be build into an "ANT_HOME" structure in place.
Move implicit tasks into an explicit init target
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267552 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Sam Ruby
282f346ca2
Misc doc, scoping, style and error recovery issues
Submitted by: Kare Nuorteva <kare@satama.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267551 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Sam Ruby
7932c703d2
Make system self contained, bootstrapable, and buildable on both
Windows and Unix platforms.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267550 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
James Duncan Davidson
bce31805e9
initial checkin
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267549 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
James Duncan Davidson
2b39260c16
Really just a test of notifications
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267548 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
James Duncan Davidson
0694c10509
Flesh out readme and testing putback notifications
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267547 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
James Duncan Davidson
e7e011e61c
Initial revision
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267546 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
No Author
96d856e389
New repository initialized by cvs2svn.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267545 13f79535-47bb-0310-9956-ffa450edef68
26 years ago