298 Commits

Author SHA1 Message Date
Antoine Levy-Lambert
1ca4fd8771 Adding information concerning multiple line labels in <p4label/>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275284 13f79535-47bb-0310-9956-ffa450edef68
2003-09-22 16:42:58 +00:00
Stefan Bodewig
2f7478b5c4 Add new asofdate attribute to <stcheckout> and <stcheckin>
PR: 20578
Submitted by:	Steve Cohen <scohen at apache dot org>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275243 13f79535-47bb-0310-9956-ffa450edef68
2003-09-16 10:38:14 +00:00
Stefan Bodewig
c23f87c249 2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275241 13f79535-47bb-0310-9956-ffa450edef68
2003-09-16 08:29:08 +00:00
Erik Hatcher
ab10fc8bbd PR: 23149 - fixed typo. I thought I'd contribute something! :)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275233 13f79535-47bb-0310-9956-ffa450edef68
2003-09-13 08:45:22 +00:00
Jan Materne
2287849430 Link to documentation of "JavaAdapter".
How to import classes outside of "java" namespace.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275228 13f79535-47bb-0310-9956-ffa450edef68
2003-09-12 14:15:17 +00:00
Stefan Bodewig
1d86fa90cf apos is not an HTML 4 entity, found by Larry Shatzer
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275208 13f79535-47bb-0310-9956-ffa450edef68
2003-09-10 10:00:14 +00:00
Stefan Bodewig
26eb04c78c label and lock/unlock cannot be used at the same time in <stcheckout>.
PR: 22829
Submitted by:	Steve Cohen <scohen at apache dot org>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275157 13f79535-47bb-0310-9956-ffa450edef68
2003-09-01 09:53:05 +00:00
Stefan Bodewig
70802b2319 Make <sshexec> evaluate the exit code of the remote command.
PR: 19237
Based on a submission by:	Rob Meyer <rob at bigdis dot com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275151 13f79535-47bb-0310-9956-ffa450edef68
2003-08-28 07:10:40 +00:00
Antoine Levy-Lambert
8fab9564d5 PR: 22533
Submitted by: J.M. (Martijn) Kruithof (ant at kruithof dot xs4all dot nl)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275149 13f79535-47bb-0310-9956-ffa450edef68
2003-08-27 14:23:17 +00:00
Antoine Levy-Lambert
eda63287a3 Add example supplied by Rob Oxspring
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275140 13f79535-47bb-0310-9956-ffa450edef68
2003-08-25 15:58:38 +00:00
Antoine Levy-Lambert
a0406cafe6 Quoting Rob Oxspring :
I was using the image task to create thumbnails and couldn't figure out
how to keep proportions of an image but keep it within a fixed size.
My solution was to change the keepproportions attribute to be a little cleverer.
The keepproportions attribute is no more and has been replaced by the proportions
attribute, which has been added with the following features:

proportions="ignore" - treat the dimensions independently (==keepproportions="false" and is default)
proportions="width" - keep proportions based on the width (==keepproportions="true")
proportions="height" - keep proportions based on the height
proportions="fit" - keep proportions and fit in the supplied dimensions
proportions="cover" - keep proportions and cover the supplied dimensions

Submitted by: Rob Oxspring (roxspring at imapmail dot org)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275127 13f79535-47bb-0310-9956-ffa450edef68
2003-08-22 09:20:56 +00:00
Antoine Levy-Lambert
ad1b099b28 Add two new attributes timediffmillis and timediffauto for the ftp task
so that the newer attribute can take into account time differences between local
machine and remote server.
PR: 19358


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275097 13f79535-47bb-0310-9956-ffa450edef68
2003-08-14 21:01:43 +00:00
Antoine Levy-Lambert
519d7ff690 changed the info concerning followsymlinks
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275092 13f79535-47bb-0310-9956-ffa450edef68
2003-08-14 15:32:36 +00:00
Stefan Bodewig
58968aaa63 Make <jjtree>'s outputdirectory and outputfile attributes work as
expected (i.e. consistent with the command line of jjtree).

PR: 21526
Submitted by:	Jene Jasper <jjasper at abz dot nl>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275090 13f79535-47bb-0310-9956-ffa450edef68
2003-08-14 14:52:42 +00:00
Antoine Levy-Lambert
deb6774e58 There have been several bug reports showing that users did not understand
the meaning of remotedir and of the nested fileset(s) for the different actions
of the ftp task.
I have added a table to explain this.
Also removed the warning concerning Win2000 ftp servers (I am not sure the problem
is still actual) and added instead a warning concerning the newer option.
PR: 13876


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275044 13f79535-47bb-0310-9956-ffa450edef68
2003-08-07 22:20:34 +00:00
Antoine Levy-Lambert
63382d9cbf Fix the ftp task, its documentation and testcases to maintain backward
compatibility.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275035 13f79535-47bb-0310-9956-ffa450edef68
2003-08-06 10:58:24 +00:00
Stefan Bodewig
2366612c9c New task <jjdoc>.
New attribute outputfile for <jjtree>.

PR: 21526
Submitted by:	Jene Jasper <jjasper at abz dot nl>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274913 13f79535-47bb-0310-9956-ffa450edef68
2003-07-23 14:12:12 +00:00
Stefan Bodewig
f987ed2417 steal a paragraph from <fixcrlf>'s docs.
PR: 21658


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274911 13f79535-47bb-0310-9956-ffa450edef68
2003-07-23 12:57:18 +00:00
Antoine Levy-Lambert
bc4909539a Document the preservation of lineendings in Translate
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274862 13f79535-47bb-0310-9956-ffa450edef68
2003-07-19 14:58:48 +00:00
Stefan Bodewig
2c9290b454 Point to Benoit's FAQ
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274844 13f79535-47bb-0310-9956-ffa450edef68
2003-07-17 11:05:16 +00:00
Stefan Bodewig
b3daf333da Clarify documentation, PR 18007
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274778 13f79535-47bb-0310-9956-ffa450edef68
2003-07-07 07:24:53 +00:00
Stefan Bodewig
a1f6b5b24b Fix typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274707 13f79535-47bb-0310-9956-ffa450edef68
2003-06-24 16:07:32 +00:00
Stefan Bodewig
e4f004d939 Add support for nested dirsets to <apply> and thus to a couple of
subclass-tasks as well.

PR: 20687
Submitted by:	Gus Heck <gus dot heck at olin dot edu>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274696 13f79535-47bb-0310-9956-ffa450edef68
2003-06-24 09:16:10 +00:00
Antoine Levy-Lambert
9b60f270d4 Allow JUnit to reuse the same classloader when fork is set to false
Submitted by: michael_beauregard at transcanada dot com


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274682 13f79535-47bb-0310-9956-ffa450edef68
2003-06-20 16:29:53 +00:00
Antoine Levy-Lambert
1a12c40a4c Prevent <ejbjar> Borland implementation
from being blocked by java2iiop warning messages
PR: 19385
Submitted by: Benoit Moussaud (benoit dot moussaud at criltelecom dot com)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274680 13f79535-47bb-0310-9956-ffa450edef68
2003-06-20 11:09:36 +00:00
Peter Reilly
59ad4c1654 Added some more documentation to the script task.
PR: 20805
Author: Jan Materne


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274672 13f79535-47bb-0310-9956-ffa450edef68
2003-06-16 10:09:09 +00:00
Antoine Levy-Lambert
2f8193c6bb config attribute added to set the location of a specific PVCS .cfg file
PR: 9752
Submitted by: Jon Dickinson (dickinson dot j at ucles dot org dot uk )


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274639 13f79535-47bb-0310-9956-ffa450edef68
2003-05-29 21:35:42 +00:00
Antoine Levy-Lambert
85b2032078 changed email address of Rob van Oostrum to rob at springwellfarms dot ca
PR: 14709


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274638 13f79535-47bb-0310-9956-ffa450edef68
2003-05-29 15:56:18 +00:00
Antoine Levy-Lambert
202be1f5e1 Adds functionality that makes jboss element look for jbosscmp-jdbc.xml
descriptor if ejbjar has cmpversion="2.0" set
PR: 14709
Submitted by: Rob van Oostrum (rvanoo at xs4all dot nl)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274637 13f79535-47bb-0310-9956-ffa450edef68
2003-05-29 15:35:26 +00:00
Erik Hatcher
2b980517fb Apply patch from #20270 - adds if/unless clause to junit formatters. Submitted by Eli Tucker
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274630 13f79535-47bb-0310-9956-ffa450edef68
2003-05-28 13:12:03 +00:00
Stefan Bodewig
b5bd5af059 Add a nested <bootclasspath> to <java>.
Submitted by:	W. Craig Trader <craig dot trader at lmco dot com>

Do the same for <junit>.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274621 13f79535-47bb-0310-9956-ffa450edef68
2003-05-27 08:49:42 +00:00
Antoine Levy-Lambert
750031ae84 New p4labelsync task - update in documentation of Perforce tasks
PR: 18431


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274612 13f79535-47bb-0310-9956-ffa450edef68
2003-05-24 15:28:38 +00:00
Stefan Bodewig
ed475344e7 NonStop Kernel is Unix as far as Ant is concerned.
<attrib> doesn't like to be called with parallel.

<chgrp> and <chown> should also disable the addsourcefile attribute.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274607 13f79535-47bb-0310-9956-ffa450edef68
2003-05-23 13:40:37 +00:00
Stefan Bodewig
ecf85b3eb6 Update docs of tasks that inherit new features of <apply> - PR: 20079
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274602 13f79535-47bb-0310-9956-ffa450edef68
2003-05-21 08:55:35 +00:00
Stefan Bodewig
9e79f648a4 Make <echoproperties> support nested <propertyset>s.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274575 13f79535-47bb-0310-9956-ffa450edef68
2003-05-14 12:40:18 +00:00
Stefan Bodewig
6e91f1d969 Doucument format attribute
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274574 13f79535-47bb-0310-9956-ffa450edef68
2003-05-14 12:28:54 +00:00
Stefan Bodewig
8b5e371c7b Add <rexec> to accompany <telnet> and/or <sshexec>.
PR: 19541
Submitted by:	Fran�ois Rey <francois dot rey at capco dot com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274566 13f79535-47bb-0310-9956-ffa450edef68
2003-05-13 14:37:04 +00:00
Stefan Bodewig
fc6592d9ea Make <rpm> deal with RedHat 8+'s rpmbuild command.
PR: 14650
Submitted by:	Ville Skytta <ville dot skytta at iki dot fi>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274565 13f79535-47bb-0310-9956-ffa450edef68
2003-05-13 07:22:02 +00:00
Stefan Bodewig
1b88e53674 Add documentation for propertyset
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274564 13f79535-47bb-0310-9956-ffa450edef68
2003-05-12 15:19:18 +00:00
Stefan Bodewig
d3f2f2b687 Provide control over EOL conversion via a new attribute.
PR: 18884
Submitted by:	Steve Cohen <scohen at apache dot org>
                Aaron DeForest <aaron underscore deforest at rosettabio dot com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274541 13f79535-47bb-0310-9956-ffa450edef68
2003-05-02 08:18:36 +00:00
Stefan Bodewig
52303f0a54 2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274495 13f79535-47bb-0310-9956-ffa450edef68
2003-04-22 07:35:17 +00:00
Jesse Stockall
9cd1c82f96 StarTeam performance enhancement
PR: 15730
Submitted by: Steve Cohen


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274485 13f79535-47bb-0310-9956-ffa450edef68
2003-04-21 01:08:18 +00:00
Stefan Bodewig
3f56c62d15 Documentation for the image task.
PR: 19055
Submitted by:	Jan Mat�rne <jan at materne dot de>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274472 13f79535-47bb-0310-9956-ffa450edef68
2003-04-16 12:44:44 +00:00
Stefan Bodewig
c461637ce0 It's me again, erm, 2003, I mean.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274460 13f79535-47bb-0310-9956-ffa450edef68
2003-04-15 06:03:09 +00:00
Jesse Stockall
a8908596a0 Update the manual to reflect new attributes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274458 13f79535-47bb-0310-9956-ffa450edef68
2003-04-15 04:28:59 +00:00
Magesh Umasankar
d07b90cde7 6 New ClearCase Tasks Created
PR: 17408

Submitted by: spkane@genomatica.com (Sean P. Kane)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274451 13f79535-47bb-0310-9956-ffa450edef68
2003-04-14 18:42:16 +00:00
Stefan Bodewig
0396f77f99 Apply some reflection to become JDepend version independent
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274389 13f79535-47bb-0310-9956-ffa450edef68
2003-04-03 15:49:48 +00:00
Stefan Bodewig
9c51b355f7 Add <classespath> nested element to mirror <sourcespath> but point to
compiled classes.

Add <exclude> nested element to conditionally exclude packages from
being parsed.

PR: 17134
Submitted by:	Bob Hays <electricbob at alephnaught dot com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274371 13f79535-47bb-0310-9956-ffa450edef68
2003-04-02 12:00:27 +00:00
Stefan Bodewig
13355064e6 Recompile grammar if supergrammar has changed.
PR: 12961


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274364 13f79535-47bb-0310-9956-ffa450edef68
2003-04-01 14:44:00 +00:00
Stefan Bodewig
b65d193a6c Don't say milliseconds when you mean seconds
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274359 13f79535-47bb-0310-9956-ffa450edef68
2003-04-01 13:05:25 +00:00