319 Commits

Author SHA1 Message Date
Stephane Bailliez
968b951f03 More refactoring, javadoc fixes and spellchecking.
The task is now failing for a failed checkout.

Submitted by: Steve Cohen <SteveC@ignitesports.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270123 13f79535-47bb-0310-9956-ffa450edef68
2001-12-11 21:08:23 +00:00
Stephane Bailliez
3489bebc3d Documentation patch from Scott Stirling <scottstirling@rcn.com>
about stack filtering.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270101 13f79535-47bb-0310-9956-ffa450edef68
2001-12-09 13:40:18 +00:00
Stephane Bailliez
7fbbcdf665 Patch about targetfolder from Steve Cohen.
I also refactored the task a little bit to support directly primitive types such as
int or boolean and fixed a couple of mistakes about error handling in the original code.

It should be a good starting point for further refactoring.

pr: 5138, 5187
by: stevec@ignitesports.com (Steve Cohen)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270091 13f79535-47bb-0310-9956-ffa450edef68
2001-12-07 21:51:01 +00:00
Magesh Umasankar
6687927529 Close HTML tags.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269987 13f79535-47bb-0310-9956-ffa450edef68
2001-11-22 01:55:10 +00:00
Stephane Bailliez
90dcced6ab ANTLR task will now work with the jar being in ${ant.home}/lib rather than in the classpath.
Bug 4899 reported by David Holscher <David.Holscher@nav-international.com>

I copied the code snippet that Stefan did for JUnit. Thanks Stefan.
I added the possibility to specify a classpath and jvm args to ANTLR and fixed the code so that the working dir is not mandatory as specified in the docs.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269952 13f79535-47bb-0310-9956-ffa450edef68
2001-11-18 15:59:18 +00:00
Stefan Bodewig
e812438e4e Add documentation for the replaceregexp task
Submitted by:	Matthew Inger <matti@sedonacorp.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269900 13f79535-47bb-0310-9956-ffa450edef68
2001-11-12 11:26:48 +00:00
Peter Donald
6b7e33e2e3 A task for performing 18n translations on files via preprocessing.
Submitted by: "Magesh Umasankar" <umagesh@rediffmail.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269860 13f79535-47bb-0310-9956-ffa450edef68
2001-11-02 23:30:44 +00:00
Stefan Bodewig
93ee07ad35 Show that Ant is an Apache project.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269839 13f79535-47bb-0310-9956-ffa450edef68
2001-10-30 10:05:39 +00:00
Steve Loughran
2f1d7a8811 bug #4111: ftp task does not work with a Windows 2000 ftp server with "MSDOS" directory listing. This is now documented.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269806 13f79535-47bb-0310-9956-ffa450edef68
2001-10-19 00:48:54 +00:00
Steve Loughran
2ddeb409bb documented uriroot and uribase options; cleaned up some other bits based on more experience with the task.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269805 13f79535-47bb-0310-9956-ffa450edef68
2001-10-19 00:34:05 +00:00
Stefan Bodewig
09a7def3cd Make <propertyfile>'s default attribute work as expected.
PR: 3955
Submitted by:	Erik Hatcher <jakarta-ant@ehatchersolutions.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269802 13f79535-47bb-0310-9956-ffa450edef68
2001-10-18 10:16:18 +00:00
Peter Donald
11d421035c I've just put together a patch for the JDepend task to use xml
output. A new
attribute "format" has been added that can take either "xml" or "text"
defaulting to the latter. �Appropriate changes have been made to the
documentation, and additionally a .xsl file is attached to
produce html with
a similar style to that of junitreport.

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


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269796 13f79535-47bb-0310-9956-ffa450edef68
2001-10-16 10:12:23 +00:00
Steve Loughran
e98cb1b048 other unices have rpm too, I am told.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269794 13f79535-47bb-0310-9956-ffa450edef68
2001-10-14 04:44:24 +00:00
Steve Loughran
67c4d97ae6 IE6 on winXP doesn't like the &apos; entity, rather than replace it with a single quote and break some other browser the sentence was reworked to indicate possesion differently.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269791 13f79535-47bb-0310-9956-ffa450edef68
2001-10-14 03:49:07 +00:00
Conor MacNeill
11f6c1a20b Merge across from Ant 1.4.1 changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269771 13f79535-47bb-0310-9956-ffa450edef68
2001-10-10 15:30:35 +00:00
Conor MacNeill
bec2a0777e Merge of 1.4.1 changes into Main truck for Gump testing
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269745 13f79535-47bb-0310-9956-ffa450edef68
2001-09-30 13:21:54 +00:00
Peter Donald
1fa5ccf568 Make the project accessible via consistent name ("project").
Submitted by: "Erik Hatcher" <jakarta-ant@ehatchersolutions.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269743 13f79535-47bb-0310-9956-ffa450edef68
2001-09-29 03:51:53 +00:00
Steve Loughran
a03202c5a9 Adding some more detail to the documentation, such as a pointer to where jasper comes from, another example, the failonerror flag and some more minor cleaning up.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269740 13f79535-47bb-0310-9956-ffa450edef68
2001-09-28 05:50:33 +00:00
Peter Donald
7eeecccd2c First cut at a generic jspc task/facade system.
Submitted by: Matthew Watson <mattw@mortbay.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269698 13f79535-47bb-0310-9956-ffa450edef68
2001-09-13 08:31:21 +00:00
Peter Donald
9fd80fab19 Added documentation for new P4Add task.
Submitted by: Anli Shundi <ashundi@tibco.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269682 13f79535-47bb-0310-9956-ffa450edef68
2001-09-12 01:58:35 +00:00
Nico Seessle
c6124454ff - Applied manual patches supplied by Daniel Martin <dtmartin24@home.com>
- Fixed some other places too.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269675 13f79535-47bb-0310-9956-ffa450edef68
2001-09-08 01:05:18 +00:00
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