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
22 years ago
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
22 years ago
Antoine Levy-Lambert
2bbb06868a
Support for SMTP over TLS/SSL in the mail task
PR: 19180
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274636 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
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
22 years ago
Antoine Levy-Lambert
35a33fd9bb
Implementation of SMTP-Auth for MimeMail, available through <mail/>
and MailLogger.
PR: 5969
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274624 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
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
22 years ago
Antoine Levy-Lambert
3732442442
new selector <type> allowing to sort files only or directories only
can be extended to support selecting
- is file readable
- is file writeable
- file exists
- file is hidden
PR: 20222
Submitted by: Jeff Turner (jefft at apache dot org)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274617 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
7c323045ae
Add comments about the last changes concerning the <different> selector
PR: 20205
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274616 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
2649f00fd4
added new task p4labelsync
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274613 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
bd578f489a
Load formatter from user specified classpath - even in the timeout case.
PR: 19953
Submitted by: Mariano Benitez <mariano at fuegolabs dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274608 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
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
22 years ago
Stefan Bodewig
194f9cafed
Make <copy>'s failonerror attribute swallow exception while copying as
well.
PR: 12999
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274594 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
0d7f1ce40f
You can now limit the parallelism of <apply> and <chmod> by using the
new maxparallel attribute.
Submitted by: Frank A. Hunleth <fhunleth at cs dot wustl dot edu>
used in build.xml to fix PR: 17640
With the new addsourcefile attribute, you can make <apply> ommit the
source file names from the command line.
PR: 13654
<apply> and <chmod> now support nested <filelist>s as well.
PR: 15929
<apply> and <chmod> will display a summary if you set the new verbose
attribute to true.
PR: 19883
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274587 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
ae4c060035
Skip <input> if it is asked to set a property that has already been set.
PR: 19967
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274585 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
f0c61ad2f5
<javac>'s executable attribute can now also be used to specify the
executable for jikes, jvc, sj or gcj.
PR: 13814
<javac> has a new attribute tempdir that can control the placement of
temporary files.
PR: 19765
A new magic property build.compiler.jvc.extensions has been added that
can be used to turn of Microsoft extensions while using the jvc
compiler.
PR: 19826
Submitted by: Joseph Walton <joe at kafsemo dot org>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274584 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
05a1f53cbd
Similar to PR: 10499, filenames passed in via @argfile needs to be
quoted if they contain spaces in JDK 1.4's javadoc.
PR: 16871
Enable usage of standard tags in <tag> by making description optional.
PR: 18912
Support the -noqualifier switch.
PR: 19288
Add nested <arg> as a more convenient alternative to additionalparams.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274578 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
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
22 years ago
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
22 years ago
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
22 years ago
Stefan Bodewig
08c47d7e62
Add nested <propertyset>s to <java> and <junit>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274562 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
cf0cc8dc4e
Spelling
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274558 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
06880eabdd
outputencoding and fixlastline attributes for <concat>
PR: 12511
Submitted by: Peter Reilly <peter dot reilly at corvil dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274557 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
6d7bf16192
New data-type <propertyset>.
Submitted by: Dominique Devienne <ddevienne at lgc dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274556 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
f1bc629e34
A new task that allows users to modify the list of default excludes.
PR: 12700
Submitted by: Gus Heck <gus dot heck at olin dot edu>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274554 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
7cd7c4e5f8
Big VAJ changes, in particular if they have ever worked for anybody,
they probably won't do so any longer.
Make the servlets work by using IBM's servlet classes
PR: 10016
URL-encoding in <vaj*port> didn't work properly.
The VAJ tasks now support a haltonfailure attribute to conditionally
keep building even if they fail.
It is now possible to use the latest (versioned or unversioned)
edition in <vajload> by using special wildcard characters.
PR: 2236.
Submitted by: Martin Landers <landers at in dot tum dot de>
Francois Rey <francois dot rey at capco dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274553 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
9e9ac87387
Don't update archives because it lacks directory entries when we are
not going to add directory entries either.
PR: 19449
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274543 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
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
22 years ago
Stefan Bodewig
6e7154321d
From the JDK tool-docs for javac of JDK 1.4:
> An argument file can include javac options and source filenames in
> any combination. The arguments within a file can be space-separated
> or newline-separated.
that means, file names must be quoted if they contain spaces. No idea
whether this is true for JDK 1.2 or 1.3 as well (1.1 doesn't support
@argfile ).
PR: 10499
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274533 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
b113154a3a
<unzip> can now deal with self-extracting archives.
PR: 16213
Submitted by: Jason Salter <jasonsalter at hotmail dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274512 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
c3a9038765
Properly deal with multi-byte encodings by reusing existing code that does.
PR: 19187
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274509 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
7717aa2b68
Keep track of changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274508 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Magesh Umasankar
e596d350ae
filter readers modify lineendings.
PR: 18476
Submitted by: peter.reilly@corvil.com (peter reilly)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274499 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
b71d85aa2a
keep WHATSNEW up to date
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274482 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
528fbc7fd5
Enable <antlr>'s debug attribute.
PR: 19051
Submitted by: Jorge <jorgemanrubia at terra dot es>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274474 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Magesh Umasankar
5845f471f4
Note on addition of six clearcase tasks.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274452 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Magesh Umasankar
9f6552fadb
New tokenfilter for filterchain
PR: 18312
Submitted by: peter.reilly@corvil.com (peter reilly)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274449 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Magesh Umasankar
f3e9ec622f
Adding a new attribute is not a bug...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274447 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Magesh Umasankar
f87fdc99c7
New "skip" attribute for HeadFilter and TailFilter
PR: 18849
Submitted by: jan@materne.de (Jan Mat�rne)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274446 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
107f11cbf7
Add a new containsregexp selector.
Submitted by: Jay van der Meer <jvandermeer2 at comcast dot net>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274438 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
af5f25430e
Spread the word
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274430 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
abaeb89103
Don't die on empty values.
PR: 18625
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274424 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
74cf9531d0
Make <javah> work on JDK 1.4.2.
PR: 18667
Submitted by: James Allers <jallers at advancedreality dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274418 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
e4041a1245
Provide user control over Statement's escape processing.
PR: 18822
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274417 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
c72f738f42
Keep record of fixed bugs
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274416 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
062217277c
Make <javacc> and <jjtree> work with JavaCC version 3.x.
PR: 18664
Submitted by: Jene Jasper <jjasper at abz dot nl>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274395 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
df03da5c6a
Add support for JProbe 4.x.
PR: 14849
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274387 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
9ba0cb2f6d
Improve standards compliance of created index.
PR: 16972
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274386 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
2998653672
Ignore index lists found when creating a jar with index="on".
PR: 10262
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274378 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
006b093ab2
Don't hardcode /usr/bin/env for Unix.
PR: 17642
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274375 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
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
22 years ago