298 Commits

Author SHA1 Message Date
Conor MacNeill
a8d4391240 Merge from 1.4 changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269662 13f79535-47bb-0310-9956-ffa450edef68
2001-08-30 13:23:14 +00:00
Stephane Bailliez
f33a70b7e5 Updated the documentation to reflect stylesheet changes and thus customization.
Also updated Xalan information with a direct link for Xalan 1.2.2


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269509 13f79535-47bb-0310-9956-ffa450edef68
2001-08-07 22:38:49 +00:00
Stefan Bodewig
aa8f01df3c update .NET tasks for the beta2 release
changes
 -removed 'owner' attribute from ILASM (it just prints a warning and is
stripped from the docs)
 -changed the referenced dlls to the beta-2 set
 -added some options to csc:
    fullpaths
    win32res
    noconfig
    utf8output

Submitted by:	Steve Loughran <steve_l@iseran.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269485 13f79535-47bb-0310-9956-ffa450edef68
2001-08-07 06:19:25 +00:00
Conor MacNeill
0bf139178a WLJSPC task documentation
Submitted by:	Avik.Sengupta@Dresdner-Bank.com <Avik.Sengupta@Dresdner-Bank.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269465 13f79535-47bb-0310-9956-ffa450edef68
2001-08-05 14:01:30 +00:00
Conor MacNeill
1f901a39e3 General cleanup of typos in <ejbjar> documentation and description
of which tools are now supported by the task

Submitted by:	Greg Nelson <greg@netscape.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269462 13f79535-47bb-0310-9956-ffa450edef68
2001-08-05 09:31:23 +00:00
Conor MacNeill
3558d52586 Docs fro jBoss element of <ejbjar>
Submitted by:	Paul  Austin <paustin@viant.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269461 13f79535-47bb-0310-9956-ffa450edef68
2001-08-05 07:12:47 +00:00
Stephane Bailliez
99353c3498 documentation for metamata tasks MMetrics and MAudit
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269424 13f79535-47bb-0310-9956-ffa450edef68
2001-08-01 10:32:27 +00:00
Stephane Bailliez
d5a2eaa266 Documentation for JProbe Coverage tasks
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269414 13f79535-47bb-0310-9956-ffa450edef68
2001-07-31 08:41:08 +00:00
Stefan Bodewig
7e7fa2f905 Update documentation of <ftp> to mention the new mkdir action.
Submitted by:	Larry V. Streepy, Jr. <streepy@healthlanguage.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269406 13f79535-47bb-0310-9956-ffa450edef68
2001-07-30 06:21:17 +00:00
Stefan Bodewig
fffe72edb5 Add ignoreNoncriticalErrors and skipFailedTransfers attributes to
<ftp>

ignoreNoncrtiticalErrors makes the task ignore all error messages when
creating a directory (some servers return strange codes if the
directory in question already exists).

skipFailedTransfers warns about failed file transfers but keeps going
on - transfering everything that works.

Submitted by:	Steve Loughran <steve_l@iseran.com>

Add a "mkdir" action to <ftp>, make <ftp> take a missing remote file a
"the file is not uptodate" when sending files.

Submitted by:	Larry V. Streepy, Jr. <streepy@healthlanguage.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269403 13f79535-47bb-0310-9956-ffa450edef68
2001-07-27 14:50:43 +00:00
Stefan Bodewig
68323a96a3 New suite of tasks of Continuus.
Submitted by:	Beno�t Moussaud <benoit.moussaud@criltelecom.com>

Note that I don't use Continuus, so this patch has not been tested for
functionality (it compiles and looks OK, that's all I can check).

Note 2: I'm not sure whether my assumption
     <cccheckin>=CCMCheckin
     <ccmcheckintask>=ccm.CCMCheckinDefault
is correct.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269399 13f79535-47bb-0310-9956-ffa450edef68
2001-07-27 09:14:58 +00:00
Stefan Bodewig
8ddd67ad87 added autoresponse attribute to <vssget> and <vsslabel> as well as a quiet
attribute to <vssget>.

Submitted by:	Jon Skeet <jon.skeet@peramon.com>

Note that I don't use VSS, so this patch has not been tested for
functionality (it compiles and looks OK, that's all I can check).


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269398 13f79535-47bb-0310-9956-ffa450edef68
2001-07-27 08:43:26 +00:00
Peter Donald
67dccb58f1 More P4 tasks.
Submitted by: Les Hughes [mailto:leslie.hughes@rubus.com]


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269393 13f79535-47bb-0310-9956-ffa450edef68
2001-07-27 06:46:49 +00:00
Conor MacNeill
d5f9462fd5 Linked the compiler used by ejbjar to the build.compiler property. This
linking can be overidden by either supplying a value to the compiler attribute
or setting that attribute to "default", in which case ejbc's default compiler
choise will be used.

PR:	1146
Suggested by:	David Ventimiglia <david.ventimiglia@msdw.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269361 13f79535-47bb-0310-9956-ffa450edef68
2001-07-18 14:03:34 +00:00
Stefan Bodewig
39c3dd318a documentation update for new errorProperty and failureProperty
attributes of <junit>.

PR: 1794
Submitted by:	robert.watkins@qsipayments.com (Robert Watkins)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269348 13f79535-47bb-0310-9956-ffa450edef68
2001-07-17 13:09:48 +00:00
Stefan Bodewig
0e650797a5 Various patches to PCVS task:
More robust parser that allows for platform independant paths.
Support for UNC names and a new updateonly attribute.

Submitted by:	Thomas Christensen <tchristensen@nordija.com>
                Don Jeffery <donj@apogeenet.com>

Fix for problematic file names

Submitted by:	ScottCarlson@email.com


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269342 13f79535-47bb-0310-9956-ffa450edef68
2001-07-13 13:57:49 +00:00
Stefan Bodewig
891ef62c7b New task mimemail - this task requires JavaMail (and JAF) that's why
it is optional and doesn't replace the existing mail task.  The main
improvement is that it supports attachments you can specify via a
fileset.

Submitted by:	 Glenn Twiggs <glenn_twiggs@bmc.com>
                 Steve Loughran <steve_l@iseran.com>
                 Erik Hatcher <erik@hatcher.net>
                 Paulo Gaspar <paulo.gaspar@krankikom.de>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269321 13f79535-47bb-0310-9956-ffa450edef68
2001-07-11 16:11:47 +00:00
Conor MacNeill
2cd414161e Add noEJBC attribute to <ejbjar>'s weblogic element to skip ejbc.
PR:	1654


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269291 13f79535-47bb-0310-9956-ffa450edef68
2001-07-08 00:00:38 +00:00
Conor MacNeill
8226fd4264 iPlanet documentation for ejbjar and iplanet-ejbc tasks
Submitted by:   Martin Gee <martin.gee@icsynergy.com>
                Greg Nelson <greg@netscape.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269243 13f79535-47bb-0310-9956-ffa450edef68
2001-06-27 12:48:33 +00:00
Peter Donald
18485227c0 Added in jdpend task
Submitted By: J�r�me Lacoste <jerome.lacoste@smartcardsystem.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269076 13f79535-47bb-0310-9956-ffa450edef68
2001-06-01 04:43:03 +00:00
Peter Donald
12ce7d67fd Extra clarification about where rpm task runs and what it does.
Submitted By: "Steve Loughran" <steve_l@iseran.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269070 13f79535-47bb-0310-9956-ffa450edef68
2001-05-30 10:37:48 +00:00
Stefan Bodewig
c2c9a383f2 Update for JUnit 3.7.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269037 13f79535-47bb-0310-9956-ffa450edef68
2001-05-22 09:20:17 +00:00
Conor MacNeill
c3633d1c5a This patch enables a newly created Perforce label to be locked
Submitted by:	Les Hughes <leslie.hughes@rubus.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269027 13f79535-47bb-0310-9956-ffa450edef68
2001-05-17 10:30:49 +00:00
Stefan Bodewig
3ae40fb067 Add a new formatter "brief" for <junit>
PR: 1175
Submitted by:	Robert Watkins <robert.watkins@qsipayments.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269011 13f79535-47bb-0310-9956-ffa450edef68
2001-05-04 08:03:53 +00:00
Nico Seessle
a570213ccf Removed an invalid assumption regarding the replacement of already
checked-out files.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268996 13f79535-47bb-0310-9956-ffa450edef68
2001-05-03 07:11:24 +00:00
Nico Seessle
6424badf13 Capitalised "Perforce", cleaned up some typos, amended authors names.
Submitted by: Les Hughes <leslie.hughes@rubus.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268995 13f79535-47bb-0310-9956-ffa450edef68
2001-05-03 07:10:16 +00:00
Nico Seessle
533acc4e30 - Merged VSS-Documentation into one file
- Added documentation for vsscheckin and vsscheckout


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268985 13f79535-47bb-0310-9956-ffa450edef68
2001-04-29 16:24:21 +00:00
Stefan Bodewig
3957ddae25 Moved <pvcs> to a package of its own, added nested element to it to
handle multiple projects in one go.

Submitted by:	Frank Wierzbicki <wierzbickif@yahoo.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268981 13f79535-47bb-0310-9956-ffa450edef68
2001-04-27 12:36:12 +00:00
Conor MacNeill
fc42e57c2c Provide a way to specify addtional class path for blgenclient
task.

The borland Generate client uses a java call instead of the launch of an
external process.
The previous mode is still available if you set mode="fork"

Submitted by:	Beno�t MOUSSAUD <benoit.moussaud@criltelecom.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268953 13f79535-47bb-0310-9956-ffa450edef68
2001-04-19 14:02:16 +00:00
Stefan Bodewig
e7168dce28 Tested <junit> with new JUnit 3.6.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268935 13f79535-47bb-0310-9956-ffa450edef68
2001-04-10 13:58:19 +00:00
Peter Donald
60ed8507e7 Updated icontract task
Submitted By: aslak.hellesoy@bekk.no


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268933 13f79535-47bb-0310-9956-ffa450edef68
2001-04-10 05:06:47 +00:00
Peter Donald
c6d570f7ef Added in xmlvalidate task
Submitted By: Raphael PIERQUIN <pierquin@agisphere.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268931 13f79535-47bb-0310-9956-ffa450edef68
2001-04-10 04:47:00 +00:00
Peter Donald
9a94f5c293 Added in basic RPM task
Submitted By: Josh Lucas <josh@stonecottage.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268930 13f79535-47bb-0310-9956-ffa450edef68
2001-04-10 04:29:07 +00:00
Conor MacNeill
edd396be18 Borland ejbjar element documentation
New blgenclient task to generate client jar for Borland EJBs

Submitted by:	Beno�t MOUSSAUD <benoit.moussaud@criltelecom.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268929 13f79535-47bb-0310-9956-ffa450edef68
2001-04-07 03:51:32 +00:00
Stefan Bodewig
405db5ebc6 Add property attribute to <p4counter>
Submitted by:	Kirk Wylie <kirk@radik.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268919 13f79535-47bb-0310-9956-ffa450edef68
2001-04-06 08:50:11 +00:00
Stefan Bodewig
1386f41a4a New task <p4counter>
Submitted by:	Kirk Wylie <kirk@radik.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268910 13f79535-47bb-0310-9956-ffa450edef68
2001-04-04 09:12:48 +00:00
Nico Seessle
54b25780fe - Removed javadoc explaining attributes of task. This info is already in the
vsshistory.html file. I didn't want to duplicate the work.
- Renamed task attribute "outputfilename" to "output" to unify the task
attribute namespace (i.e., other tasks use "output", why not this one?).
Also made sure that the output filename is relative to the project's
basedir.
- Added task attribute "dateFormat" to allow the format of dates in "toDate"
and "fromDate" to be specified. This was necessary for the "numDays"
functionality to work properly with my date format.
- Added "default" choice to "style" attribute. If an unknown style attribute
is provided, a BuildException is thrown.
- Fixed examples in the documentation which not included vsspath
- Only pass -R once to ss.exe and only if recursive is really specified

Submitted by: Twiggs, Glenn <Glenn_Twiggs@bmc.com>
Minor changes by me.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268909 13f79535-47bb-0310-9956-ffa450edef68
2001-04-04 06:56:34 +00:00
Nico Seessle
1d080174ed Added support for the VSS History-command.
Originally submitted by Fejes Balazs <fbsubscriber@freemail.hu> with many modifications, documentation and enhancements by me.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268886 13f79535-47bb-0310-9956-ffa450edef68
2001-03-25 19:19:39 +00:00
Nico Seessle
839c93f9e0 Added attribute serverPath which lets the user specify the path to the srcsafe.ini.
Submitted by Barranger Ridler <barranger.ridler@screamingsolutions.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268884 13f79535-47bb-0310-9956-ffa450edef68
2001-03-25 19:07:35 +00:00
Stefan Bodewig
d10d01a97a add description attribute to <p4change>
Submitted by:	Bob Cheek <RCheek@Verbind.com>

patch looks a lot bigger than it is - I removed a ton of tabs from
this file.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268865 13f79535-47bb-0310-9956-ffa450edef68
2001-03-19 13:18:31 +00:00
Stefan Bodewig
bdc051741e documentation for the optional <starteam> task.
Submitted by:	Matthew Di Iorio <MDiIorio@iss.net>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268847 13f79535-47bb-0310-9956-ffa450edef68
2001-03-16 09:01:38 +00:00
Conor MacNeill
239b313fa1 Update to Jaxp 1.1
Also - handle spaces in classpaths


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268755 13f79535-47bb-0310-9956-ffa450edef68
2001-03-04 13:35:51 +00:00
Conor MacNeill
068f734884 Merge after 1.3 release
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268748 13f79535-47bb-0310-9956-ffa450edef68
2001-03-02 16:01:13 +00:00
Peter Donald
2ff201801b Typo fixup
Submitted By: Jeff Turner <jeff@socialchange.net.au>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268735 13f79535-47bb-0310-9956-ffa450edef68
2001-02-25 05:31:47 +00:00
Peter Donald
23461cba9e Readded icontract docs
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268732 13f79535-47bb-0310-9956-ffa450edef68
2001-02-23 05:25:19 +00:00
Peter Donald
6192005931 Pvcs docs
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268724 13f79535-47bb-0310-9956-ffa450edef68
2001-02-23 05:01:54 +00:00
Conor MacNeill
7435b27b91 Merge 1.3 branch changes into MAIN
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268691 13f79535-47bb-0310-9956-ffa450edef68
2001-02-18 13:44:44 +00:00
Conor MacNeill
5337488612 Merge of 1.3 branch changes into the main branch
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268652 13f79535-47bb-0310-9956-ffa450edef68
2001-02-13 12:32:01 +00:00