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
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
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
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
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
Stefan Bodewig
ba5b2b8d7c
New task <native2ascii>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268023 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
683a5f1433
New task <uptodate> that set's a property if a given target file is
newer than a given set of source files.
I've taken the freedom to merge ideas submitted by William and Hiroaki
and to throw in some of my own.
Submitted by: William Ferguson <williamf@mincom.com>,
Hiroaki Nakamura <hnakamur@mc.neweb.ne.jp>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268019 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
7ee8e30cd0
<ant> now copies the definitions of data types to the child project as
well.
Reported by: Jose Alberto Fernandez <JFernandez@viquity.com>
<ant> now checks it isn't calling the target it is nested into.
Submitted by: Nico Seessle <nico@seessle.de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268014 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
a341406b28
Fixed a link.
Submitted by: Diane Holt <holtdl@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268013 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
4a9c1fbf6e
Added dir attribute to <junit> and documentation for the one of <java>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268012 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
d36ee0d77c
Added verbose and depend attributes to <javac> along with yet another
undocumented magic property (YAUMP?) build.compiler.fulldepend that
triggers Jikes' +F option.
Submitted by: Sean Brandt <sean@fuzzymagic.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268011 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
fef46698fb
Make <war> use the .war directory layout. Don't ask me where my mind
has been.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268010 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
9490ce8f93
Ant will now scan for build.xml in the parent directory (directories)
as well.
Added -debug and Project.MSG_DEBUG to make -verbose less verbose. Many
messages really rather belong into a DEBUG category.
Submitted by: Jason Dillon <jason@planet57.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268009 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
8c59db7895
Allow tasks to be added at runtime and only fail if they cannot be
found at runtime.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268005 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
f0282fd8b1
Various checks for required attributes and better error messages added.
Submitted by: Nico Seessle <nico@seessle.de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268002 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
20a1e91d17
New tasks <war> and <unwar>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267998 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
34d011b22d
Make <echo> accept #PCDATA.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267994 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
b42831ce4b
Added value attribute to <available>.
Submitted by: Glenn McAllister <glennm@ca.ibm.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267991 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
6ecbe24218
Moved ${} expansion and task evaluation to runtime.
This has a lot of consequences, most notably those listed in
WHATSNEW. This also affects the behavior of several other tasks like
<available> who will now do their job at runtime instead of parser
time as well.
I've changed the version number in build.xml to reflect this bigger
change.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267988 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
3aaf6e364a
Removed some unused files and added a pointer to the mailing list
archive at covalent.net.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267986 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
b61e78e9a6
Changed -projecthelp to show targets that have a description before
the other targets.
Submitted by: Marcel Schutte <marcel@schutte.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267983 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
f6745b24f5
New task <jlink>.
Many thanks to Patrick C. Beard <beard@netscape.com> for allowing his
original jlink code to be placed under the Apache Software License.
Submitted by: Matthew Kuperus Heun <matthew.k.heun@gaerospace.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267982 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
b95c44d8aa
Fixed broken link to <execon>. Reinstated alphabetical order of
built-in tasks.
Submitted by: Diane Holt <holtdl@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267981 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
a192c1f16e
New task <fail> which does nothing but throw an exception.
Submitted by: Nico Seessle <nico@seessle.de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267974 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
505d4a8c1d
Removed <filesetref> and <patternsetref> everywhere, <fileset> and
<patternset> support the refid attribute directly instead.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267973 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
ff810113da
Removed all nested <classpathref> elements in favor of <classpath
refid="...">.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267970 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
982db474ca
Added a type attribute to <execon> and <chmod>. It can take the values
"file", "dir" and "both" and deteremines, whether the task should work
on plain files only (the default), directories only or both.
Suggested by: Peter Donald <donaldp@mad.scientist.com>,
Kitching Simon <Simon.Kitching@orange.ch>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267969 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
e8d2007cff
Add a nested <path> element to <path>. This means one path can include
another path (by reference as well as literally, although I doubt the
latter is of any use). Circular references should be caught.
Suggested by: Barrie Treloar <Barrie.Treloar@camtech.com.au>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267962 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
7d54561b80
Added support for data types to be defined at the project level. The
currently implemented data types are <path>, <fileset> and
<patternset>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267959 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
29217089f5
Corrected example in "Writing your own task" to use <taskdef> as a
child of <project> instead of <target>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267958 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
1f04dfb4f5
Added encoding attribute to <javac>.
Submitted by: Hiroaki Nakamura <hnakamur@mc.neweb.ne.jp>,
Eric VanLydegraf <ericv@kinzan.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267954 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
62961601ad
Added support for jvc (Microsofts Java compiler) to <javac>.
Submitted by: Nico Seessle <nico@seessle.de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267953 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
a5fc8cdc68
Fixed some typos.
Submitted by: Steve Sonntag <VTAG@novell.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267949 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
7ac63c0bc2
Improvements to Zip and Jar tasks
This patch improves the robustness and error reporting of these tasks
especially when no files are to be included in the archives.
Submitted by: Jesse Glick <Jesse.Glick@netbeans.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267947 13f79535-47bb-0310-9956-ffa450edef68
25 years ago