600 Commits

Author SHA1 Message Date
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
2f31d0c964 Add encoding attribute to copy/move so that filtered operations work
on encodings different than the platform's default as well.

PR: Christopher Taylor <cstaylor@nanshu.com>

some year 2002 fixes.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271540 13f79535-47bb-0310-9956-ffa450edef68
2002-02-25 11:03:40 +00:00
Erik Hatcher
9ba6e21502 Added documentation for the new prefix attribute
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271527 13f79535-47bb-0310-9956-ffa450edef68
2002-02-24 04:18:56 +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
a14b034437 add pointer to miniRMI.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271497 13f79535-47bb-0310-9956-ffa450edef68
2002-02-21 12:41:34 +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
0b8d5fcec1 being rigorous
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271462 13f79535-47bb-0310-9956-ffa450edef68
2002-02-21 06:39:30 +00:00
Steve Loughran
3947893793 little bit of extra detail on the example.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271461 13f79535-47bb-0310-9956-ffa450edef68
2002-02-21 06:25:16 +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
01b79d1810 Add a new <contains> condition that looks for substrings.
Names are open to discussion, of course.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271444 13f79535-47bb-0310-9956-ffa450edef68
2002-02-20 08:36:27 +00:00
Stefan Bodewig
cd5968cb24 dreaded year 2002 bug 8-)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271442 13f79535-47bb-0310-9956-ffa450edef68
2002-02-20 07:16:25 +00:00
Diane Holt
a5a45c152d Grrrf - meant to take out Description "task" (since it's not, it's a "type").
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271439 13f79535-47bb-0310-9956-ffa450edef68
2002-02-20 01:44:53 +00:00
Diane Holt
b648964434 So of course, I forget the big one (doh!).
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271438 13f79535-47bb-0310-9956-ffa450edef68
2002-02-20 01:20:24 +00:00
Diane Holt
77f3cb57b8 Make things a bit easier for people to find -- hopefully, anyway :)
(And the usual sorts of while-I'm-here-type clean-up).
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271437 13f79535-47bb-0310-9956-ffa450edef68
2002-02-20 01:16:20 +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
Stefan Bodewig
368861fc98 improve example of manifest task.
Submitted by:	hboutemy@business-village.fr


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271428 13f79535-47bb-0310-9956-ffa450edef68
2002-02-19 15:22:55 +00:00
Stefan Bodewig
022ed20a99 Add compiler attribute to <javac> that allows users to override
build.compiler on a task by task basis.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271362 13f79535-47bb-0310-9956-ffa450edef68
2002-02-15 13:42:53 +00:00
Stefan Bodewig
0e63e7acbb Show how to avoid the -sourcepath switch in <javac>
Submitted by:	Alex Rosen <arosen@silverstream.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271355 13f79535-47bb-0310-9956-ffa450edef68
2002-02-15 07:22:01 +00:00
Stefan Bodewig
271c73b91c Allow -sourcepath for <javac> to be set explicitly.
PR: 5268
Submitted by:	Alex Rosen <arosen@silverstream.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271351 13f79535-47bb-0310-9956-ffa450edef68
2002-02-14 17:34:19 +00:00
Diane Holt
fa3f35098e Maybe this will help as well.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271307 13f79535-47bb-0310-9956-ffa450edef68
2002-02-13 04:35:57 +00:00
Diane Holt
a533063b71 Apply a band-aid to a nasty open wound.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271306 13f79535-47bb-0310-9956-ffa450edef68
2002-02-13 03:51:58 +00:00
Erik Hatcher
b720f6461e Documenting a feature that had been previously added (oops!).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271248 13f79535-47bb-0310-9956-ffa450edef68
2002-02-09 22:34:38 +00:00
Diane Holt
77f2c0563f Put the old cruft back in (and devote some otherwise better-used energy
on cleaning it up).
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271224 13f79535-47bb-0310-9956-ffa450edef68
2002-02-08 21:07:21 +00:00
Diane Holt
e14c6af66c Ack! -- can't believe I forgot to update the copyright.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271160 13f79535-47bb-0310-9956-ffa450edef68
2002-02-05 20:34:29 +00:00
Diane Holt
5e16daf1e7 Fix the 'dir' attribute description, and usual general clean-up.
Also removed the block of deprecated attrs, since they were old
enough to qualify for social security :)
PR: 5777
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271159 13f79535-47bb-0310-9956-ffa450edef68
2002-02-05 20:21:59 +00:00
Conor MacNeill
d9b8ac29f2 Fix typo in documentatin of SQL task
PR:	6245
Submitted by:	info@juxti.com (eliot)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271152 13f79535-47bb-0310-9956-ffa450edef68
2002-02-05 12:58:22 +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
Magesh Umasankar
9cc0ee59d9 Document new attributes.
PR: 5874

Submitted by: Stefan Heimann (mail@stefanheimann.net)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271141 13f79535-47bb-0310-9956-ffa450edef68
2002-02-04 21:50:42 +00:00
Magesh Umasankar
865ddb50ce Fix title Strings
PR: 5020

Submitted by: jesse.glick@netbeans.com (Jesse Glick)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271140 13f79535-47bb-0310-9956-ffa450edef68
2002-02-04 20:57:49 +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
Magesh Umasankar
786e2e2e1c Prefix attirubte for tar task
PR: 6054

Submitted by: mail@stefanheimann.net (Stefan Heimann)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271134 13f79535-47bb-0310-9956-ffa450edef68
2002-02-03 22:23:37 +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
Stephane Bailliez
e967d77e02 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@271131 13f79535-47bb-0310-9956-ffa450edef68
2002-02-03 22:00:42 +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
Magesh Umasankar
26bfd9b1ec The pattern definition **/._* has been added to the default excludes list.
PR: 5886

Requested by: gerti-apache@bitart.com (Gerd Knops)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271097 13f79535-47bb-0310-9956-ffa450edef68
2002-02-03 01:53:34 +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
Erik Hatcher
b57651f539 Add -propertyfile command-line option.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271043 13f79535-47bb-0310-9956-ffa450edef68
2002-02-01 22:29:21 +00:00
Steve Loughran
d65cafdcec adding destFile naming scheme to tar, for consistency with the zip family and other tasks. I know Costin thinks we do this deliberately, just to break his builds, so even though I have updated the manual and the test cases, I have commented out the deprecated message which users should get when they use the tarfile attribute. Which means old builds still work, but the old params are no longer documented for new users.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271035 13f79535-47bb-0310-9956-ffa450edef68
2002-02-01 07:34:34 +00:00
Steve Loughran
158906d666 test returns false (not an exception) if either file is missing, this provides better update semantics
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271034 13f79535-47bb-0310-9956-ffa450edef68
2002-02-01 07:24:49 +00:00
Steve Loughran
dd38c61aec two new attrs to loadfile to make it more flexible in feeding other tasks
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271033 13f79535-47bb-0310-9956-ffa450edef68
2002-02-01 07:23:56 +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
Magesh Umasankar
cdf8605933 Shouldn't have overwritten...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271023 13f79535-47bb-0310-9956-ffa450edef68
2002-01-31 20:20:31 +00:00