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
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
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
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
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
adammurdoch
1e0690bc78
* Updated todo list.
* Removed the 'differences to ant1' blurbage from index.xml.
* Regenerated HTML.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272036 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Darrell DeBoer
214bb47106
Converted Ant1 Compatibility layer README to xdoc,
and updated the docs.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271949 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
1a4bd56dde
Some small doc updates.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271836 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
52926715b4
VFS Tidy-ups:
* Added FileObject.copy().
* Renamed <v-copy> task attributes file -> srcfile, tofile -> destfile, todir -> destdir.
* Moved provider instantiation out of DefaultFileSystemManager, and into
myrmidon-aware VfsManager. Providers are instantiated using the TypeManager.
The list of providers isn't configurable yet.
* Some support for %nn encoded URI (not quite complete).
* Zip file system now handles zip files from any file system, not just local
files. Still read-only at this stage. Uses a truely dodgy and very temporary
replication mechanism.
* Zip file system now handles relative paths in URI (e.g. zip:relpath.zip), that are
resolved against the base dir.
* Fixed bug in resolving names against the root file of a file system.
* Changed behaviour of FileName.resolveName( ".." ) for the root file of
a file system.
* Added more test cases.
* A bucketload of other minor changes.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271803 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
cad63fce0b
Doc updates.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271717 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
ea28bed05b
Document the new conditions.
More todo list updates.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271708 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
74a7d1b01f
* Add more stuff to todo list.
* Fix format of an example on the VFS page.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271665 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
b5cece0fb1
Update generated docs.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271659 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
1e18358da6
* Started writing up the VFS and the data types.
* Moved selectors into their own package.
* Added <is-empty> selector.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271599 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
3c3d9033a4
Added more stuff to the todo list.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271578 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
abda44570c
Some doco updates.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271568 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
8b39211862
A project may now have a name attribute.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271304 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
ec9816997d
Initial cut of a very basic intro to Myrmidon.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271284 13f79535-47bb-0310-9956-ffa450edef68
24 years ago