1763 Commits

Author SHA1 Message Date
Peter Donald
d5e9b4accd Added support for specifying CVS_RSH in ant CVS task.
Submitted by: john.giacomoni@colorado.edu


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269957 13f79535-47bb-0310-9956-ffa450edef68
2001-11-19 10:54:50 +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
9ded403f70 checksum task and condition.
I promise to add testcases later 8-)

Submitted by:	Magesh Umasankar <umagesh@rediffmail.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269929 13f79535-47bb-0310-9956-ffa450edef68
2001-11-16 12:30:58 +00:00
Steve Loughran
088e18fc19 Wow, I never knew that echo had a reporting level. Time it got written up.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269925 13f79535-47bb-0310-9956-ffa450edef68
2001-11-16 06:44:33 +00:00
Stephane Bailliez
2d37437702 Allow port specification for the mail task.
RFE requested by Andrew McConnell <mcconnell@socketware.com>
Heavily based on the patch from Magesh Umasankar <umagesh@rediffmail.com>
Errh, I just realized the full patch was in the first attachment, I though Magesh forgot to update the mail task. Doh ! :-(


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269923 13f79535-47bb-0310-9956-ffa450edef68
2001-11-15 22:11:28 +00:00
Peter Donald
918d6fe305 Remove uneccessary cruft at top of file.
Submitted by: "Magesh Umasankar" <umagesh@rediffmail.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269922 13f79535-47bb-0310-9956-ffa450edef68
2001-11-15 20:00:16 +00:00
Peter Donald
c657b5ef73 Here are two new ant tasks - BZip2 and BUnzip2. �These
two tasks use the BZip2 compression algorithm (Visit:
http://sourceware.cygnus.com/bzip2/�for more info.) for
packing and unpacking.

These tasks resemble GZip and GUnzip tasks in input,
input validation, etc. �Hence, I refactored GZip and
GUnzip tasks as well so that the tasks GZip and BZip2
extend from a common base class named Pack, and
GUnzip and BUnzip2 extend from a common base class named
Unpack. �This lays the foundation for creating more Pack
tasks based on different algorithms like lzop, etc. in
the future.

The BZip2 and BUnzip2 tasks depend upon 4 classes:
BZip2Constants.java
CBZip2InputStream.java
CBZip2OutputStream.java
CRC.java

Keiron Liddle (keiron@aftexsw.com) has graciously
accepted to contribute the above code files he has
authored, under ASF license - many thanks to him. �I
have packaged them under org.apache.tools.bzip2,
mimicking the package naming style that has been used
for zip and tar tools we already have. �I have also
given proper credits to him in the code. �Perhaps, this
needs to exist under jakarta-commons, as Stefan had
suggested, but till then...

Submitted by: "Magesh Umasankar" <umagesh@rediffmail.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269919 13f79535-47bb-0310-9956-ffa450edef68
2001-11-15 09:14:10 +00:00
Stefan Bodewig
8e37dd0ba2 Add encoding attribute to <fixcrlf>
PR: 961


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269904 13f79535-47bb-0310-9956-ffa450edef68
2001-11-13 13:46:04 +00:00
Stefan Bodewig
4e7ea7b447 make <mapper> documentation easier to read.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269903 13f79535-47bb-0310-9956-ffa450edef68
2001-11-13 12:50:59 +00:00
Steve Loughran
24d47a5c0f backing out of antjar/antlib
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269901 13f79535-47bb-0310-9956-ffa450edef68
2001-11-12 17:02:13 +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
Steve Loughran
aea7142b1d correct taskname in example
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269899 13f79535-47bb-0310-9956-ffa450edef68
2001-11-12 07:54:58 +00:00
Steve Loughran
1e469669cf Jose Alberto Fernandez's ant descriptor loader
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269898 13f79535-47bb-0310-9956-ffa450edef68
2001-11-12 07:46:27 +00:00
Steve Loughran
45ebe41ab3 added endpiece pointing to "get involved" and the task guidelines.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269895 13f79535-47bb-0310-9956-ffa450edef68
2001-11-09 21:15:10 +00:00
Stefan Bodewig
45463e16cc JARs are never empty.
PR: 4448

This probably is not what the reporting user intended ...


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269886 13f79535-47bb-0310-9956-ffa450edef68
2001-11-08 16:16:08 +00:00
Stefan Bodewig
0ba89b453f Add a way to pass compiler specific command line arguments to <javac>.
PR: 4406

heavily based upon a Submission by:	Stephen Anderson <anderson@berbee.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269869 13f79535-47bb-0310-9956-ffa450edef68
2001-11-05 15:19:21 +00:00
Stefan Bodewig
30b11d18c9 Make name of the javac executable configurable in fork mode.
PR: 4119


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269868 13f79535-47bb-0310-9956-ffa450edef68
2001-11-05 13:13:39 +00:00
Stefan Bodewig
0e9239cb27 fix capitalization of NetWare.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269864 13f79535-47bb-0310-9956-ffa450edef68
2001-11-05 08:14:17 +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
0b1e459d5c Add OS/2 as Os family
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269846 13f79535-47bb-0310-9956-ffa450edef68
2001-10-31 11:02:23 +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
Stefan Bodewig
32da696de4 Add testcases for the inheritall/dir attribute combinations and their
results on the new project's basedir - clarify documentation.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269838 13f79535-47bb-0310-9956-ffa450edef68
2001-10-30 08:42:14 +00:00
Stefan Bodewig
65c82879ee Make <style> support Exolab's new Adaptx processor.
Submitted by:	Arnaud Blandin <blandin@intalio.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269832 13f79535-47bb-0310-9956-ffa450edef68
2001-10-29 11:16:49 +00:00
Stefan Bodewig
986b213cec typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269831 13f79535-47bb-0310-9956-ffa450edef68
2001-10-29 09:38:48 +00:00
Stefan Bodewig
7c2ec95158 clarify documentation for <ant> task.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269830 13f79535-47bb-0310-9956-ffa450edef68
2001-10-29 09:33:27 +00:00
Peter Donald
b02276bef6 Added a blurb about Emacs JDE and IDEA integration.
Submitted by: "Guillaume Berche" <guillaume.berche@eloquant.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269826 13f79535-47bb-0310-9956-ffa450edef68
2001-10-27 03:30:51 +00:00
Stefan Bodewig
fcd6548344 "Finally I managed to finish a new version of the VAJ tasks. The most
important new feature is the ability to execute VAJ tasks from the
command line by exploiting the Remote Tool Access feature of VAJ."

Submitted by:	wolf.siberski@tui.de

Some patches look a lot larger as I had to remove stray CRs, I also
killed TABs wherever I stumbled over them.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269819 13f79535-47bb-0310-9956-ffa450edef68
2001-10-25 12:37:31 +00:00
Stefan Bodewig
cbcfff6e27 add documentation for <cvs>'s failonerror attribute.
PR: 4205


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269810 13f79535-47bb-0310-9956-ffa450edef68
2001-10-19 08:47:14 +00:00
Stefan Bodewig
3ff51a6adc state that properties are case sensitive.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269807 13f79535-47bb-0310-9956-ffa450edef68
2001-10-19 06:26:33 +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
Stefan Bodewig
482c675f6a add "netware" as possible value for the <os> condition.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269799 13f79535-47bb-0310-9956-ffa450edef68
2001-10-17 09:43:53 +00:00
Diane Holt
fe05ef0ff3 Allow for an ANT_ARGS environment variable, for setting things like
using a different logger or including the -find flag.

(runant.pl, also add a check for cygwin for path separator, fix ANT_OPTS.)
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269797 13f79535-47bb-0310-9956-ffa450edef68
2001-10-17 00:27:34 +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
c343aaa8da Text + example of how to use a task in the file it is compiled. Keeping silent on taskdef's property file loading functionality so that people dont start using it just before it gets taken away.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269793 13f79535-47bb-0310-9956-ffa450edef68
2001-10-14 04:39:49 +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
Peter Donald
323591f86b Updated documentation for Move to reflect the ability to create filesets with single files that move to another file.
Submitted by: "Magesh Umasankar" <umagesh@rediffmail.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269782 13f79535-47bb-0310-9956-ffa450edef68
2001-10-12 22:24:37 +00:00
Peter Donald
8cb8f75cdd If a fileset defines a single file, allow the Copy and Move tasks to work with the toFile attribute.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269779 13f79535-47bb-0310-9956-ffa450edef68
2001-10-12 08:19:40 +00:00
Conor MacNeill
c2cfb84865 Update to documentation from 1.4.1 release
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269775 13f79535-47bb-0310-9956-ffa450edef68
2001-10-11 13:44:42 +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
Steve Loughran
bb346818ed made rhino easier to find
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269762 13f79535-47bb-0310-9956-ffa450edef68
2001-10-06 23:22:00 +00:00
Diane Holt
66c85d36a0 Add example for csh settings.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269757 13f79535-47bb-0310-9956-ffa450edef68
2001-10-04 13:47:09 +00:00
Stefan Bodewig
ede07a7c22 Add new <isset> condition, simplify ConditionBase by using ProjectComponent.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269756 13f79535-47bb-0310-9956-ffa450edef68
2001-10-01 14:14:22 +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
Conor MacNeill
304895ce62 Add encoding to <replace> task so that replace can work on double byte
characters


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269721 13f79535-47bb-0310-9956-ffa450edef68
2001-09-19 12:10:25 +00:00
Conor MacNeill
2b0ab1d4d0 Add an encoding attribute so SQL statements can be double byte
PR:	3080


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269719 13f79535-47bb-0310-9956-ffa450edef68
2001-09-19 12:06:11 +00:00