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
23 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
23 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
23 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
23 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
23 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
23 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
23 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
23 years ago
Erik Hatcher
2d12131d81
documented (not sufficiently, but its at least a start) the new nesting patternset and corrected copyright
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272044 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Diane Holt
03302b660a
Fix examples so they don't get filtered when we gen the
release (PR #7450 ). Other minor edits.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272027 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Diane Holt
039517550f
Add a little to the -projecthelp stuff, some more about if/unless,
fix a few typos, etc.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272026 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
da3f4b2eb5
2002
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272019 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
c7594db418
Fix example to use valid XML.
Submitted by: pedro_cristian@yahoo.fr
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272018 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
a94e3de322
Rename the attribute of <javac>'s <compilerarg> from implementation to
compiler.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272017 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
fc7e3b1fd4
revert <javac>'s fork attribute to a true boolean and add executable
attribute to set the path to the compiler.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272016 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
2cf032e2ec
EJB hot deploy tool, contributed by Christopher A. Longo - cal@cloud9.net
(sorry for the multi-step commit - darn lock files!)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272014 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
ee1f70b4c9
bit more detail on target names
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271989 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
62e7dc5ae2
style sheet control; you can point to anyhting or turn it off completely.
nb, can we make this a logger and not a listener?
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271988 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
af4d6ce54f
Fix a typo (and do a little verbiage clean-up) and
get rid of a pick&put booboo.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271957 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
b6e0d9de30
Add <loadproperties> and new vss* tasks to tables (tasksoverview).
Add <basename>/<dirname> (WHATSNEW) and do a little clean-up
(group new-tasks bullets, spelling/grammar/etc.), but didn't
go wild.
Fix spacing for usinglist.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271956 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
eba35ca5ba
documentation for vsscreate.
PR: 7153
Submitted by: Gary Weaver <Gary_Weaver@srspos.com>
Also made the date field update itself instead of outdated.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271952 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
879077fa37
add umask and chmod capability to <ftp>
Submitted by: Jay van der Meer <jvandermeer2@comcast.net>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271938 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
808b91716a
enable <javac>'s source attribute for jikes as well.
PR: 7002
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271934 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
a3a87dda9f
restore alphabetical order
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271933 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
ceba17b25d
documentation for xmlcatalog
Submitted by: dion@multitask.com.au
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271932 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
84b1cad0c6
additional vss tasks (add and cp).
not really tested, but they look the same as all the other vss tasks
that went in untested 8-)
PR: 7153
Submitted by: Nigel Magnay <Nigel.Magnay@Parsec.co.uk>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271930 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
28a5e32d4d
Ooops, bit by < and > (been a long day...)
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271914 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
b7c5e2bdc6
Dang, missed one.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271913 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
e68b5a29ea
Add the listfiles attribute -- but mostly, clean this puppy up!
(defaultexcludes, good grief... :)
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271912 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
0f96ff5c24
Just when you think you've remembered everything...
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271911 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
e26cc1f992
Fix typo.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271910 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
cf83aba68a
Finally add the new <basename> and <dirname> tasks. (yay!)
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271908 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
bece717997
Add Stefan's note wrt needing junit.jar and <junit> class files
in the same classpath. (And the usual compulsive clean-up :)
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271905 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
37cd9404c7
New attribute - ignoreSstemClasses - added to <available>.
PR: 6031
Submitted by: peterj@liberate.com (Peter Janes)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271903 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
a5ec3f179d
Ah! cruel ones, leave me alone now
While I murmur a little and ponder
Anti-Spam
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271885 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
86e9227f69
folow the new image url
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271854 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
1f8fb3f579
Dreaded 2002
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271842 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
b88e105282
* Add a link to external dependency page.
* Remove unnecessary trailing spaces in junit.html.
Submitted by:
Ylan Segal <ylan@digiworks.tv>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271841 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
3629ace7b0
Clarify the shell-script-running stuff a bit. (faq.{xml,html})
Add needed jars for <junitreport> to lib deps table. (install.html)
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271840 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
947301c212
fixing two typos ("please" and "weblogic"). changing case of JBoss to the jboss.org case.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271805 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
bd0662b8fa
commit the rest of Jeff Tulley's patches for Novell NetWare.
Submitted by: Jeff Tulley <JTULLEY@novell.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271787 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
f2a501a5cc
tuning the start page; including a link to the web page. Can you believe the docs didnt really have one anywhere obvious till now.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271786 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
607f967fef
Note the dependency of JavaClassHelper with bcel.jar
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271785 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
0beb8afac0
Missed adding Filter Chain earlier.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271784 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
f9c551b16e
Promote Filter Reader proposal to main trunk.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271759 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
83b9942620
The always entertaining 2002 patch of the morning.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271720 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
4ab1950bd8
Zip task
duplicate (attribute): behavior when a duplicate file is found. Valid values are add, preserve, and fail. The default value is add.
zipgroupfileset (nested fileset): allows for multiple zip files to be merged into the archive. Each file found in this fileset is added to the archive the same way that "zipfileset src" files are added.
Jar task
duplicate/zipgroupfileset: same as in Zip task
filesetmanifest (attribute): behavior when a Manifest is found in a zipfileset or zipgroupfileset file is found. Valid values are skip, merge, and mergewithoutmain. mergewill merge all of manifests together, and merge this into any other specified manifests mergewithoutmain merges everything but the Main section of the manifests. Default value is skip
manifest (existing attribute): this attribute now also accepts the name of a jar added through a fileset. If its the name of an added jar, the task expects the manifest to be in the jar at META-INF/Manifest.mf
Submitted by: Brian Deitte <bdeitte@macromedia.com>
PR: 5667, 5036
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271698 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
a91adaf451
Netware support in Ant's path tokenizer code.
Submitted by: Jeff Tulley <JTULLEY@novell.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271625 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
df47422dab
logo on start page, bit of troubleshooting on the feedback page before the mail list; platform issues page
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271619 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
64a4e9eb2d
for IE and Konqeror
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271616 13f79535-47bb-0310-9956-ffa450edef68
24 years ago