adammurdoch
5913c19759
Forgot to remove these when they were moved to antlib.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272178 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
a64cb53667
Checkstyle fixes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272176 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
3432c43ba0
Slight reorg of methods between context and service classes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272170 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
56c025c679
Clean up mutant bootstrap
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272169 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
9c0d2b9733
Write a basic task that prints out extension and package specification data for a library or set of librarys
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272164 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
2db2db4628
Update to latest ant binaries to get new manifest data
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272163 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
a0dde3035f
Upgrade to new extensions package to get the specifications parser and data holder
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272162 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
0de17bca25
Log errors rather than ignoring them.
Submitted by: dion@multitask.com.au via "Vincent Massol" <vmassol@octo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272158 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Darrell DeBoer
2a91ac371e
* Fixed a bunch of checkstyle violations (mostly
javadoc)
* Added basic javadoc target to build.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272154 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
13236d1572
Add an example that will draw out problem with entry with 0 changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272146 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
a4019bb13b
Make sure the parser works when there is no changes for an entry.
Reported By: Vincent Massol
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272145 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
5e98e67898
*** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272138 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
03184992c3
*** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272137 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Darrell DeBoer
66d9400a3b
Better Ant1-style configuration in compatibility layer,
as JUnit task relies on child elements being created before,
but configured after, the parent.
Build "test" target now passes when run through Myrmidon.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272136 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
ead2fe108e
Copy across some todos from the actionlist
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272135 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
4e90f37bae
Add a blurb about schedulers, test engines, install toools and so forth reusing myrmidon
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272134 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
cd18fd06e4
*** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272133 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
2db42da13c
Expand the XPath todo to note that we could use it to do antcalls
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272132 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
05f85418a2
Add a todo for XPath like structures for tasks
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272131 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
eac03a504a
Add a TODO for writing an Embeddor HOWTO and assign it to me.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272130 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
04aa34610e
Add a new TODO
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272129 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
90c469486c
Updating Excalibur to the i18n lib grabbed directly from Myrmidon.
Thanks Peter ;-)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272125 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Darrell DeBoer
78f2da01c3
* New ProjectBuilder which programmatically converts from Ant1 to Myrmidon
project, rather than using a stylesheet. (This is now the default builder for
".xml" files.)
* Removed xml-apis.jar and xalan.jar, and added jaxp.jar back in. Hopefully, this
will keep us out of avoid jar version hell.
* Added more stuff to the ${java.class.path} property available to ant1 tasks.
* Can now fully build Myrmidon using Ant1 compatibility layer. All test bar one
(Ant1CompatTestCase) pass when run using Myrmidon.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272123 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
03daeaf3d1
Add a basic page about configuring tasks in myrmidon.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272121 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
8c0f3fd0c1
Start to integrate documentation about
* Configuring tasks
* Types/Roles
* Converter architecture
It is woefully incomplete but got sick of looking at it. Hopefully uploading it will make me more likely to work on it ;)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272120 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
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
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
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
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
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
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
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
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