Stefan Bodewig
4c5c8d89be
Moved the instantiation of the RE matcher to a factory. Users can now
choose an implementation of there own by setting a system property.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268264 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
c1080f1b8a
Update of the .NET tasks.
Submitted by: Steve Loughran <steve_l@iseran.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268253 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
11d0ab8dca
Updated documentation for "ant.project.name"
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268246 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Jon Scott Stevens
93d7ec1e6f
minor typo fixes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268219 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
b86a0a2830
Add a passive mode option to <ftp>
Submitted by: Stuart Roebuck <sr@adolos.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268189 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
98b1db9d01
Make **/CVS/** a pattern in the list of default excludes instead of
**/CVS/*. This is to support users using cvs edit.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268180 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
e64c186c50
Documentation for the antlr task.
Submitted by: Erik Meade <emeade@geekfarm.org>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268178 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
a9cc5fd794
Make the buildfile searching only start on demand, introduced a new
command line argument -file.
Suggested by: Jose Alberto Fernandez <JFernandez@viquity.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268167 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
bd8fc7d5c8
New tasks csc and ilasm for Microsoft's .NET SDK.
Submitted by: Steve Loughran <steve_l@iseran.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268165 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
fdb394b4a7
Updated documentation for cvs task.
Submitted by: Julian M. Savage <jsavage@fisci.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268162 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
08eef4e8a6
Changes to <propertyfile>
1) documentation.
2) default to String type if type is omitted.
3) use Properties.store (or .save) to write the property file.
Submitted by: Jesse Tilly <JTilly@hoteltools.com>
I've modified Jesse's original patch to make it compile on JDK 1.1.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268153 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
5f4068bcc6
There are four compiler choices, not three.
Submitted by: Nico Seessle <nico@seessle.de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268150 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
f5817800d7
Fixed typo. The joy of having two active branches: twice and only twice.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268146 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
f842127c52
Added pointer to the second mailing list archive.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268144 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
fd6b7a8152
And correcting the documentation of includes versus <include> in the
main branch as well.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268142 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
6103df477a
Added a nested prefixedfileset element to <war>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268136 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
6f18050729
Added an output attribute to <java>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268135 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
73db4788f6
Reinstate javadoc's failonerror attribute.
Requested by: Corey Puffalt <corey@kelman.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268134 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
16a8fc3a57
Remove documentation for failonerror attribute of javadoc. It doesn't
exist anymore.
Submitted by: Corey Puffalt <corey@kelman.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268129 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
1375c85ac2
javadoc correction to ExecTask
Submitted by: Jesse Glick <Jesse.Glick@netbeans.com>
Make Path use getCanonicalPath throughout.
Submitted by: Vincent Bergbauer <vincent_bergbauer@yahoo.com>
Remove deprecation warnings in SignJar
Submitted by: KC Baltz <KBaltz@responsenetworks.com>
Give user a clue if the classic compiler can not be found.
Submitted by: Erik Meade <emeade@geekfarm.org>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268128 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
e876237361
Documentation for native2ascii task
Submitted by: Andrew Sudell <asudell@Op.Net>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268127 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
09e39b702c
Update locations of the latest release
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268118 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
c98b458614
Update documentation for Filter task
Update documentation date
Submitted by: Gero Vermaas <Gero.Vermaas@sun.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268116 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
99f3f52ede
Ensure the output of the modern compiler is going to be redirected as
well.
Prepare for a second release candidate build.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268110 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
786f238656
Documented Ant's built in properties.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268104 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
70958ae9f3
Add documentation for wlrun and wlstop tasks
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268095 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
533852ac99
Document the <doclet> nested element for Javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268094 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
8402298bc5
Changed examples to use copy and delete instead of copydir and deltree.
Submitted by: Lee Breisacher <LBreisacher@seagullsw.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268087 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
e88e9617e2
Added a location attribute to <property> to provide easy access to the
Project.resolvePath functionality to the user.
Submitted by: Jose Alberto Fernandez <JFernandez@viquity.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268082 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
d8bff4d35a
Added a nested sysproperty element to <java>. This allows the user to
set system properties even in non-fork mode.
Submitted by: Jose Alberto Fernandez <JFernandez@viquity.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268080 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
8e8cf291a5
Made destdir in <javac> optional - don't use the -d switch at all if
this one hasn't been given.
Submitted by: Alexander Pokahr <5pokahr@informatik.uni-hamburg.de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268079 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
fd1daa717e
Documentation change, javac.destdir is no longer required.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268076 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
c23f0f5faa
Synced the documentation for <javac> with the implementation.
Reported by: Ernst de Haan <ernst@jollem.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268071 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
glennm
cf33deb63e
Updated the copy and merge task docs to include the includeEmptyDirs
attribute.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268069 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
e13d922745
Documentation for the perforce task.
Submitted by: Joe Walker <Joe.Walker@barclaycard.co.uk>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268067 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
35195cb135
Fixed documentation for <antcall>
Submitted by: Nico Seessle <nico@seessle.de>,
Diane Holt
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268063 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
glennm
9f766c7fa0
Removed dir attribute from Copy and
Move tasks. Now you can only copy
or move entire directories with
nested FileSets.
Prompted by a patch submitted by
Nico Seessle.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268061 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
a063472791
Fixed type on jlink documentation.
Submitted by: Steve Zindel <steve.zindel@semrev.ch>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268060 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
47dce162e8
Allow the user to specify a classpath to <junit> even if fork="off".
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268059 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
glennm
38c1cabaac
Consolidation of Copyfile, Copydir, Delete, Deltree, and Rename into
Copy, Move, and Delete tasks.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268051 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
33107ab100
- Add new attributes onerror= (continue, stop, abort) to <sql>
- Add new nested element <transaction> to <sql> which allows executing
multiple transactions, multiple files on the same connection.
- Added documentation on sql.html
- Modified AntClassLoader.java to send most of the "loading class..."
messages to MSG_DEBUG instead of MSG_VERBOSE. So that it does not
cluter debugging other tasks.
- Add new attributes 'rdbms="product"' and 'version="release"'
if those versions do not match what is returned by the connection, the
task will be skipped.
Submitted by: Jose Alberto Fernandez <JFernandez@viquity.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268049 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
37ed344b38
Enable redirecting either the output or error or both from a cvs command to a file.
Example usage:
<target name="diff">
<cvs command="diff" output="patch.txt"/>
</target>
Submitted by: Julian M. Savage <jsavage@fisci.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268048 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
63a3e9609b
Documentation for the JavaCC task, changed the location where the
generated file will be placed if no directory has been specified.
Submitted by: Adam Murdoch <adammurdoch@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268046 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
0b508c3284
Add a file attribute to echo to have a simple task that can create
files on the fly.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268043 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
3f2688a0ed
Added a refid attribute to property.
Submitted by: Vincent Bergbauer <vincent_bergbauer@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268042 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
e6a52064b9
Allow the driver for <sql> to be loaded from a different CLASSPATH.
Submitted by: Julian M. Savage <jsavage@fisci.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268039 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
67eceb37c1
Third try to fix a typo.
Submitted by: Nico Seessle <nico@seessle.de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268037 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
b4a550aafc
Second try to fix a typo.
Submitted by: Nico Seessle <nico@seessle.de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268036 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
e5d53ff1e6
Fix minor typo
Submitted by: Nico Seessle <nico@seessle.de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268029 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
054a8aba2a
Documentation update
- Put UpToDate in the correct sort-order
- Added docs for antcall-task
- Added docs for mail-task (copied from javadoc's)
- Removed <b></b> and colons from <h3>Parameters:</h3> and
<h3><b>Description:</b></h3>
- Removed 'illegal' high ASCII-Values from the file to make MS IE and
Homesite (CSE HTML Validator) happy
Added Nico as an author :-)
Submitted by: Nico Seessle <nico@seessle.de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268028 13f79535-47bb-0310-9956-ffa450edef68
25 years ago