Diane Holt
e98e1462b5
(Oh what the hell -- if the coding sucks, it can get backed out
or corrected :)
Added:
- new DirSet datatype
- support for DirSet and FileList to <path>
- support for DirSet and FileList to <pathconvert>
(Note: The added support for FileList doesn't have anything
to do with DirSet, I just figured while was there, might as
well add that as well.)
Will put through doc/testcases stuff in a separate commit.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272100 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
e3909b82b1
Move samples into new directory
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272099 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
8da2c23572
Move documentation build instructions into main build file.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272098 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
c4586b5d4d
Use ant.properties rather than .ant.properties
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272097 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
4c3fb2798f
Remove audit report build file
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272096 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
98801ee840
Merge jdepend report generation into main build file.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272095 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
0044f24ca6
Load settings from ant.proeprties rather than .ant.properties to make it easier to use for windows users
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272094 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
48d9c64882
Ignore all elisp and a few other typers of files
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272093 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
d11461fa75
final static --> static final to follow JLS recomendations
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272092 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
285778b957
Under deian the tools.jar is put in a different location - *sigh*
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272091 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
99f9052c7c
More Ant1 compatability
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272090 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
3dee9e7266
documenting classpathref
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272089 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
40cd098a8e
Restyle doc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272088 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
df1067a7b4
days --> daysinpast in example
added banner for nested elements
Submitted by: Diane Holt
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272087 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
9b1b4ea944
Again with the fixing of the speling.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272086 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
0436e4cac3
Typo fix.
DEFAULT_PROPRTY_NAME --> DEFAULT_PROPERTY_NAME
Submitted by: Erik Hatcher
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272085 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
1f1768b196
Integrate Buildnumber task.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272084 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
524770094f
Arrrg the dreaded copyright !
Thanks diane for reminding me ;)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272083 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
30ed6af0fb
Aaaaargh -- forgot the #@%! copyright.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272082 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
178a39c5d4
Add an initial example of straight <include>/<exclude> so it's
clear how to do it that way, then chain the <patternset> one
off of that. (Suggested by Dominique Devienne.)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272081 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
7262a21ade
Document one omre attribute of changelof.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272080 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
a5de2285bb
Add a daysinpast to support the use case of the maven tool
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272079 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
56573abb5d
Rats! -- forgot to doc it. (See: P4Base.java, rev 1.12)
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272078 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
baba61c5e0
Update the documentation again for daysinpast
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272077 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
00eaa5164a
Add sample of output to task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272076 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
d6a075ba90
Add in all the classes for the changelog task.
I believe they *should* compile under 1.1 - can someone check ?
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272075 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
bd397529d8
Add in ChangeLog documentation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272074 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
22cb6c5dbe
Integrate changelog task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272073 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
16a57441b2
Add failOnError attribute (submitted by Steven Tamm -- PR #7549 ).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272072 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
454c12b7fe
Make sure XSL resources are available for Junit task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272071 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
1a2722cfc5
Sync with Ant1 changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272070 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
d42faeefd8
New utility class that deals with the specifics of a Java
installation:
* Moved JVM version detection code from Project to the new class.
* Unified the "find executable" methods and factored them into the new
class.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272069 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Darrell DeBoer
7c531e59a9
* Ant1CompatProject now provides a hacked "java.class.path" property,
which includes the ant1compat.atl file. This is closer to what's expected
by Ant1 build files.
* antlib.xml typedefs everything it needs, in preparation for building with
myrmidon.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272068 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Darrell DeBoer
d2c225e370
* Added new task <ant-call> to core, which can execute a named target
in the current project, or any referenced project.
* <ant1.ant> now works by executing AntTask.
* Fixed minor bug in DefaultClassloaderManager which was causing NPEs
in URLClassLoader.
* DefaultTaskContext now removes properties when they are set to null.
(rather than throwing a NPE inside HashMap).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272067 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
90933557a1
Condition changes:
* Split <is-set> into <is-set> and <is-true> conditions. <is-true> uses the
converter to determine whether something is 'true', so is a little fussy.
* Moved <uptodate> and <equals> into antlib, and made <uptodate> a condition.
* Added <type-available> condition, which checks whether a particular
type is defined.
* Fixed <not> to actually work.
* Added test cases for some of the conditions.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272066 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
7b8efdc41e
Switch on the 'build' antlib.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272065 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
718c935c49
Moved PathUtil.addJavaRuntime() into a new <java-runtime> FileList implementation.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272064 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
ddfae9eb98
Moved across converter messages that were left behind.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272063 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
4df16b96b0
Update the example of the changelog task to use start/end date filtering
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272062 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
8e820f665b
Update the changelog task to allow filtering by dates
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272061 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
4502ac160a
restyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272060 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
06a74e6e03
the start of a testcase - currently contains nothing! ;)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272059 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
6742c9e8fa
Add in a basic MasterConverter
Not used in ant but will be used by outside users of the library.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272058 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
6a1b5a52ba
Add a simple date converter
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272057 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
28571c488f
fixed typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272056 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
8fd84b21a3
JDK 1.1
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272055 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
1910108c77
improve (at least I hope so ;-) the "Writing your Own Tasks" section.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272054 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
00988f5180
Refactoring of server deployment task. Renamed from <ejbdeploy> to <serverdeploy>. Moved to new j2ee package so its not EJB-centric. Submitted by Christopher A. Longo - cal@cloud9.net
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272053 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
7bbeedd21a
pointer to Joseph Shelby's series.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272052 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Jon Skeet
5d02c8e3ae
Fixed up JavaDocs so they build without errors. The main changes were:
o Capitalisation. Please capitalise the first word of a new sentence, otherwise break-iterator complains.
o @created tags. These aren't valid JavaDoc, and the info is in CVS anyway...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272051 13f79535-47bb-0310-9956-ffa450edef68
24 years ago