173 Commits

Author SHA1 Message Date
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
2002-03-28 23:11:08 +00:00
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
2002-03-27 14:32:19 +00:00
Stefan Bodewig
da3f4b2eb5 2002
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272019 13f79535-47bb-0310-9956-ffa450edef68
2002-03-25 10:50:09 +00:00
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
2002-03-25 10:39:56 +00:00
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
2002-03-24 14:51:14 +00:00
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
2002-03-22 08:43:14 +00:00
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
2002-03-21 09:47:35 +00:00
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
2002-03-21 08:33:56 +00:00
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
2002-03-20 00:02:15 +00:00
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
2002-03-18 02:44:31 +00:00
Magesh Umasankar
1f8fb3f579 Dreaded 2002
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271842 13f79535-47bb-0310-9956-ffa450edef68
2002-03-14 01:43:35 +00:00
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
2002-03-14 01:01:18 +00:00
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
2002-03-09 22:25:45 +00:00
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
2002-03-04 08:49:35 +00:00
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
2002-03-03 06:52:07 +00:00
Jon Skeet
15c82156f5 Fixed (another) problem of <tt>...<tt> screwing up the rest of the page.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271608 13f79535-47bb-0310-9956-ffa450edef68
2002-02-28 18:35:15 +00:00
Jon Skeet
db934d825c Fixed problem of <tt>...<tt> screwing up the rest of the page.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271607 13f79535-47bb-0310-9956-ffa450edef68
2002-02-28 18:33:10 +00:00
Steve Loughran
eb67d9f5c9 doc improvements
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271606 13f79535-47bb-0310-9956-ffa450edef68
2002-02-28 18:26:57 +00:00
Stefan Bodewig
cf72dc9e50 Add an attribute to avoid <junit>'s classpath magic.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271554 13f79535-47bb-0310-9956-ffa450edef68
2002-02-26 10:11:19 +00:00
Stefan Bodewig
939e7c021e Move the <exclude> patterns for <javac> and <junit> to external
patternsets so that they are in one place instead of repeated up to
three time.

update link for BSF.

Add pointer to JDepend in the Library Dependencies section.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271512 13f79535-47bb-0310-9956-ffa450edef68
2002-02-22 15:38:03 +00:00
Stefan Bodewig
a7f9947566 year 2002 squad at work.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271508 13f79535-47bb-0310-9956-ffa450edef68
2002-02-22 09:20:34 +00:00
Steve Loughran
3a60c3af7e Utility task to list all your current properties along with unit tests, as written by Matt Albrecht . Added a prefix to save a subset of the properties for the very silly. Left it in optional.jar although it has no dependencies.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271507 13f79535-47bb-0310-9956-ffa450edef68
2002-02-22 08:29:37 +00:00
Steve Loughran
13fd7b8d53 minor tweaking
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271506 13f79535-47bb-0310-9956-ffa450edef68
2002-02-22 06:45:09 +00:00
Steve Loughran
9bfe594477 bit more detail on dependencies
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271505 13f79535-47bb-0310-9956-ffa450edef68
2002-02-22 06:44:54 +00:00
Erik Hatcher
6cbeee38fa Here goes: propertyfile refactoring to hopefully fix all outstanding issues with it. "now" and "never" were removed as operations (didn't make sense). "never" was removed as a value (it caused a null pointer exception anyway).
Other code cleanup (axing "m_" prefixes).

Added "unit" attribute to <entry> defaulting to DAY. This was essentially the previous default, but it was far too confusing.

Test cases beefed up to consider several scenarios.

There may be more changes needed to satisfy other use cases, and certainly some previous (undocumented) behavior has been changed (for the better!).

Is there a use-case for "never" as a value?


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271503 13f79535-47bb-0310-9956-ffa450edef68
2002-02-22 01:53:36 +00:00
Stefan Bodewig
17832b2eea <path> is not a task but a data type - and all data types can be used
outside of targets.

<typedef> is another task that may be used outside of targets.

I "fixed" that by replacing path with typedef in Steve's text, but we
really should talk about data types here as well - unfortunatley we
don't talk about data types in the manual at all, so it takes a bigger
effort.

Some year 2002 bugs.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271491 13f79535-47bb-0310-9956-ffa450edef68
2002-02-21 10:00:17 +00:00
Steve Loughran
80b247061b things to find out when you look at the source
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271460 13f79535-47bb-0310-9956-ffa450edef68
2002-02-21 06:24:54 +00:00
Stefan Bodewig
d3cd72efd0 <regularexpression> --> <regexp>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271430 13f79535-47bb-0310-9956-ffa450edef68
2002-02-19 16:48:47 +00:00
adammurdoch
e0fef5cf64 * Added new combined email task, which replaces the old <mail> and
<mimemail> tasks.

* Deprecated <mimemail> task, and old SendEmail and MimeMail classes.

Submitted by Rob Oxspring <roxspring@yahoo.com>.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271148 13f79535-47bb-0310-9956-ffa450edef68
2002-02-05 09:32:48 +00:00
Stefan Bodewig
8bad90e21d Sometimes, all you need is a pedant ;-)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271138 13f79535-47bb-0310-9956-ffa450edef68
2002-02-04 11:03:04 +00:00
Stephane Bailliez
777b00eee6 Fix HTML title to be more useful for indexing.
PR: 5020
Reported By: jesse.glick@netbeans.com (Jesse Glick)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271132 13f79535-47bb-0310-9956-ffa450edef68
2002-02-03 22:11:39 +00:00
Magesh Umasankar
dc9feca6e3 Misspelt words corrected.
PR: 6203

Submitted by: cyrille_list@ingenosya.com (Cyrille Morvan)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271129 13f79535-47bb-0310-9956-ffa450edef68
2002-02-03 21:26:18 +00:00
Magesh Umasankar
48de0c3b86 Websphere Support Documentation
Submitted by: "Holger Engels" <hengels@mercatis.de>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271100 13f79535-47bb-0310-9956-ffa450edef68
2002-02-03 02:36:53 +00:00
Conor MacNeill
334597d246 Add Support for JOnAS EJB server
Submitted by:	 Cyrille Morvan <cyrille_list@ingenosya.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271069 13f79535-47bb-0310-9956-ffa450edef68
2002-02-02 11:04:43 +00:00
Stephane Bailliez
8d226e312c Fix some documentation issues.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271029 13f79535-47bb-0310-9956-ffa450edef68
2002-02-01 00:26:33 +00:00
Stephane Bailliez
2678f50fe7 Updated documentation for SOS
Submitted by: jesse@cryptocard.com (Jess Stockall)
Best thanks to Erik.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271028 13f79535-47bb-0310-9956-ffa450edef68
2002-02-01 00:02:24 +00:00
Stephane Bailliez
65dd2140a7 comment parameter documentation
Submitted by: stevec@ignitesports.com (Steve Cohen)
PR: 5930


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271025 13f79535-47bb-0310-9956-ffa450edef68
2002-01-31 22:52:19 +00:00
Erik Hatcher
8dc6be273c SourceOffSite tasks submitted by Jesse Stockall <jesse@cryptocard.com>.
The sos.html file is slightly out of synch with the actual attributes - but Jesse will submit updated documentation soon.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271021 13f79535-47bb-0310-9956-ffa450edef68
2002-01-31 19:47:40 +00:00
Stefan Bodewig
f5a525c370 filling my role as post-commit script ;-)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271018 13f79535-47bb-0310-9956-ffa450edef68
2002-01-31 09:24:16 +00:00
Stephane Bailliez
4e15b5f434 Add a note to users so that they are aware of this cross platform
problem for line terminator and the differences between
regular expressions libraries.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271013 13f79535-47bb-0310-9956-ffa450edef68
2002-01-30 21:32:08 +00:00
Stefan Bodewig
17208490a1 make documentation match the code.
The sentence I've removed must be a left-over from the time before the
newenvironment attribute has been added.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271002 13f79535-47bb-0310-9956-ffa450edef68
2002-01-29 16:47:32 +00:00
Stefan Bodewig
4687c7dd41 add environment variable support to <junit> if VM is forked.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271001 13f79535-47bb-0310-9956-ffa450edef68
2002-01-29 16:35:46 +00:00
Erik Hatcher
8217bd377d added <dtd> documentation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270790 13f79535-47bb-0310-9956-ffa450edef68
2002-01-19 21:19:42 +00:00
Stefan Bodewig
1c54377d1d Copyright statement police catching up with latest commits 8-)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270772 13f79535-47bb-0310-9956-ffa450edef68
2002-01-16 11:25:49 +00:00
Stephane Bailliez
59c8791c70 Add additional StarTeam tasks
PR: 5650
Submitted by: stevec@ignitesports.com (Steve Cohen)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270763 13f79535-47bb-0310-9956-ffa450edef68
2002-01-14 22:25:56 +00:00
Stefan Bodewig
b6a3e9df36 License police on documentation files:
(1) Make sure there is a Copyright notice on all visible files.

(2) Make sure all years in which the file has been modified are
listed.

(3) Make sure the format is consistent, i.e. separate consecutive
years with a dash, not a comma.

When Stephane changed starteam.html it has been 2001 in France but
2002 in Australia - does that mean we add 2002 to the Copyright line
or not?  ;-)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270652 13f79535-47bb-0310-9956-ffa450edef68
2002-01-10 08:48:33 +00:00
Stephane Bailliez
f87b5ed775 - Add "label" attribute on checkout per request from Greg Frank - checks out a specific view label.
- Add "recursive" attribute as in the deprecated <starteam> task.
- Add "forced" attribute as in the deprecated <starteam> task and avoid checking StarTeam statuses when true.
- Make sure all exceptions are caught on execution and rethrown as build exceptions.
- Fixed a bug (using the "forced" attribute) which were causing files to be incorrectly not checked out when a rootLocalFolder was specified because the StarTeam file statuses were being checked in relation to the default directory.
- Fixed a bug where files were deleted immediately after being checked out when a rootLocalFolder was specified because the task erroneously thought the file was not under starteam control.
- Code layout to fix weird indent issues.

PR: 5583
Submitted by: stevec@ignitesports.com (Steve Cohen)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270490 13f79535-47bb-0310-9956-ffa450edef68
2001-12-31 20:15:57 +00:00
Steve Loughran
8542c23978 add detail on the nested elements; wrapping a few lines in the process.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270381 13f79535-47bb-0310-9956-ffa450edef68
2001-12-26 20:37:10 +00:00
Steve Loughran
414d204102 we will have no tabs here!
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270368 13f79535-47bb-0310-9956-ffa450edef68
2001-12-24 03:20:19 +00:00
Stephane Bailliez
63b2c1c40a Major refactoring of Starteam tasks.
This is based on the original submission from the CruiseControl project.
Original <starteam> task has been deprecated
Starteam tasks now resides in the starteam package rather than scm.
Submitted by: stevec@ignitesports.com (Steve Cohen)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270254 13f79535-47bb-0310-9956-ffa450edef68
2001-12-18 22:18:17 +00:00