Erik Hatcher
2951c7eaf6
copy selectors/available from main build to account for new conditiosn
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275239 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Erik Hatcher
62329a4577
hopefully fix Gump
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274539 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Erik Hatcher
3abecbb4fb
migrated Ant XDoclet code here, to maintain it easier
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274536 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Erik Hatcher
dbf3ccbed9
hopefully fix the Gump build
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274263 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
11736bd911
remove properties generation to see if that fixes gump runs
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274013 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
af891549ea
added license and logging to indexgen
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273982 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
cb95928378
added index generation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273981 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
51d7950abd
output troubleshooting info
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273973 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
bec4aaee40
friendly target to Gumpify
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273903 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
8cd86b3ffa
added mergedir
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273767 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
f0e6d6d58b
now conditional exclusions are taken into account. this was a cut-and-paste from Ant's main build file - hopefully i snagged all the right stuff (at least it worked when I removed the StarTeam API from my ANT_HOME/lib).
this is also a major refactoring of the build file. don't let the mess at the top scare you - just look at the "gen" target and then the results in the build/gen directory.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273755 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
ba934f9ce0
not quite complete, but committing to show the gen2 target syntax. the conditional excludes from the main build file need to be added to the fileset of <antdoclet> so this can be run without a full binary (and I mean *full*) distribution of Ant, including all the 3rd party dependencies (or faked versions thereof)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273751 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Steve Loughran
1c40506949
little trick to allow <ant> callers to spec a classpath for their own stuff, cos I am trying to invoke this from axis, with mixed results.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273299 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
ebdf3b5ae3
Bringing HEAD up to speed with the code I used to generate Appendix E of the infamous Java Development with Ant book.
TODO: Convert to the new XDoclet, start progressing this to the mainstream so that Ant 1.6 can have code-generated documentation finally.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273112 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Magesh Umasankar
6bd8d6e938
Merge changes made to 1.5 Beta2.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272967 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
5b5bf65caa
Add log4j jar to make it easier to compile separate to the myrmidon proposal.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271965 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
87dfa8df78
Made it possible for users to overide build proeprties and default to using the log4j in myrmidon so it builds out of the box.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271761 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
95dbd84d6e
Substantial refactoring.
Added datatype defaults.properties generation as well as xdocs for them. Created wrapper task somewhat similar to Darrell DoBoer's in mymidon (although his is still slicker!).
Since its already processing all of Ant's main source code, I added in generation of todo lists of both Ant and this proposal - into two separate directories.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271732 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
f29de55fee
"default" is a good standard target name - makes running "ant clean default" possible :)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271680 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
cb2a0a80b1
Applied Bill's DVSL work and template patch. Also added "docs" target to main build.xml to <ant> to the HTML generation build.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271637 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
9f7f6c9aba
made it easier to short-circuit and only run one class, no need to prefix package info
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271595 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
5634baae78
open 'er up! lets just see what shakes out from this.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271583 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
2d9c339208
Fixed some issues with defaults.properties generation. Fixed issue with build having to be run twice because of directory being removed from the path (*arg*!).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271581 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
a2e24afd0b
First pass at XDoclet generation of Ant task documentation.
(sorry for the multiple commits, still getting a lock error on big commit attempts)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271570 13f79535-47bb-0310-9956-ffa450edef68
24 years ago