Diane Holt
a459897fab
Do a bit of clean-up on <buildnumber>/<changelog> docs;
add them to the tasks tables; add <buildnumber> to the
core tasks list.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272119 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
317e64c590
Source sections are <pre/> and thus should not have all that surrounding whitespace.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272118 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
6e56b4522a
Reflected across from 1nt1.x tree...
Rename basedir to dir and make it default to basedir if not specified
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272117 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
ded098d539
Rename basedir to dir and make it default to basedir if not specified
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272116 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
ac786e670b
Ignpore all elisp files, IDEA project files and pif files
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272115 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
25329a8822
Bad, Copyright, bad <thwackthwack>!
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272114 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
098f15932f
Document <dirset> and new <dirset>/<filelist> support for
<path> and <pathconvert> (and clean that puppy up!).
PathConvert.java is comment changes only, no code.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272113 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
04b0589bc9
Oops.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272112 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
833ffeb507
Change name of task page to "My First Task" so that we can have a taskwriters howto that lists lifecycle and configuration explanations
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272111 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
3bfd726b3d
Replace index.xml with a merge of
* ant1 frontpage
* original design doc for myrmidon
* some other random thoughts
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272110 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
8c937e3761
Add a few more items to the TODO list. Specifically
* Optional dependencies (will use if present but fine if not present)
* Converting Ant1.x mail tasks to myrmidon
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272109 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
8abcb93e20
Patch to enable JOnAS for <serverdeploy> (PR 7633). Supplied by Cyrille Morvan.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272108 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Darrell DeBoer
a08711cd91
* Added <ant1.antcall> task, and test. <ant1.ant> and <ant1.antcall> now
share a common abstract base class.
* Fixed <ant1> test files so that they run under Ant1.4, for checking.
* Fixed build so that ant1_todo.atl only includes the correct files.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272107 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Darrell DeBoer
83061b17b0
* i18n of Ant1Compatibility layer (except stuff stolen directly from Ant1 -
need to look at refactoring Ant1 to allow extension without cut&paste).
* Updated todo and regenerated docs.
* Javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272106 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
18234144e7
Carry across changelog enhancements
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272105 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
3d3b941aa7
Fix bug where a log of a single file without other logs in between would only retrieve first change
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272104 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
1bec7214b9
Add support for nested filesets that allow selection of which files ou want to perform cvs log on
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272103 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Darrell DeBoer
2f3ac92eb4
* Added test for Ant version, so that Ant1Compat tests now run automatically
when run under Ant1.5.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272102 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Darrell DeBoer
ab2c4e4c2e
* Added nested <condition> element to IfTask, to allow any arbitrary condition
to be used in <if>. Tests updated for new functionality.
* Ant1 conversion stylesheet uses nested <is-set> condition on <if>,
to replicate Ant1 behaviour of 'if=' and 'unless=' on targets.
* ant1compat antlib generated as part of standard build.
* Minor build cleanup: ${custom-tasks-dir} -> ${build.custom-tasks} for
consistency.
* Ant1CompatProject now uses ProjectHelper for property resolution, rather than
trying to duplicate Ant1 behaviour.
* Added tests for Ant1 Compatibility layer. These have been exclude from regular
build, as they fail when run under Ant1.4.1, because the JUnit task *always*
places ant.jar *first* in the JUnit classpath. Tests work under Ant1.5alpha,
since it adds ant.jar *last* by default. (Tests also function correctly by
invoking JUnit directly - or with Intellij JUnit integration).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272101 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
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