Stefan Bodewig
|
961cb53ce8
|
docs for PR 16539
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276845 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Peter Reilly
|
1ddab2c141
|
add xmlcatalog nested element to the xmlproperty task
PR: 27053
Obtained from: David Crossley and Dave Brondsema
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276840 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Peter Reilly
|
543344b839
|
add a -cp option to Launcher.java to cause it to
treat CLASSPATH different from -lib options.
PR: 28046
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276820 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Matthew Jason Benson
|
284174e86e
|
Refactored Target invocation into org.apache.tools.ant.Executor
implementations.
PR: 21421, 29248
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276809 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Matthew Jason Benson
|
9d009f659f
|
Move to 1.6 branch
PR: 22863
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276808 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Matthew Jason Benson
|
84bfc9dabe
|
Allow <move>'s file attribute to rename a directory.
PR: 22863
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276806 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Antoine Levy-Lambert
|
12f1e22e1f
|
Zip task did not create tasks when there are only empty directories in the selection
I have simply added a testcase, the code was already fixed by Matt Benson in Zip.java
revision 1.128
PR: 30365
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276804 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Antoine Levy-Lambert
|
17841320a3
|
FTP getTimeDiff was returning wrong value
PR: 30595
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276800 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Peter Reilly
|
51f92f3d6d
|
checksum fileext property doc wrong
PR: 30787
Obtained from: Howard M. Lewis Ship
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276798 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Peter Reilly
|
d0fe01180d
|
Provide access to extension points and attribute/element/extensions/text methods in
IntrospectionHelper
PR: 30794
Obtained from: Dominique Devienne
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276796 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Matthew Jason Benson
|
ca239f6cd9
|
Typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276789 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Matthew Jason Benson
|
51009fc41f
|
Fix bug whereby the first file open was always logged to System.out.
Fix by opening only on demand so that managingTask can be set.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276788 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Peter Reilly
|
0cb3ae74e2
|
fix for multiple macro instance use to fail
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276785 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Matthew Jason Benson
|
3a1cfecdba
|
WHATSNEW for bug:
PR: 30567
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276784 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Antoine Levy-Lambert
|
7d80523ec8
|
Merged the solution of PR 15390 (choice of regular expression implementation)
into ANT_16_BRANCH
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276778 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Matthew Jason Benson
|
aacbb8e340
|
Allow DependScanner to use DirectoryScanner's basedir attribute.
PR: 30558
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276763 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Steve Loughran
|
0cd9301832
|
updated whatsnew
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276750 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Matthew Jason Benson
|
d7858c284e
|
Wrapper scripts did not detect WINNT value of dynamic OS environment
variable when logged into workstations using Novell authentication.
PR: 30366
Obtained from: Dave Brondsema
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276732 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Antoine Levy-Lambert
|
8fdf272627
|
Impossible to use implicit classpath for <taskdef> when Ant core loader != Java application loader and Path.systemClassPath taken from ${java.class.path}
PR: 30161
Submitted by: Jesse Glick (jglick at netbeans dot org)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276721 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Antoine Levy-Lambert
|
e0b5c60458
|
Javadoc fixes for RuntimeConfigurable, Project, Location
PR: 30160
Submitted by: Jesse Glick (jglick at netbeans dot org)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276709 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Antoine Levy-Lambert
|
f7a5fe1058
|
Added an ignorecontents attribute to <different>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276707 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Antoine Levy-Lambert
|
236873d6eb
|
Prevent AbstractCvsTask from closing its output and error streams
prematurely
PR: 30097
Submitted by: Will Wang (telerice at yahoo dot com)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276705 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Steve Loughran
|
0e3b770c6b
|
sorting of echoproperties is documented.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276698 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Antoine Levy-Lambert
|
78ebcbd5aa
|
Resolution of Bugzilla 8689
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276676 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Stefan Bodewig
|
3e6dd09ac0
|
fix <subant>'s I/O handling
Submitted by: Christian Knorr <Christian dot Knorr at space dot eads dot net>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276663 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Stefan Bodewig
|
cc141e87cd
|
try to support Tomcat 5.x
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276647 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Stefan Bodewig
|
093c63ad45
|
typos
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276645 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Stefan Bodewig
|
d891e90f61
|
Make <junitreport> work with JDK 1.5.
PR: 27541
Most of the work has been done by Stephane, I just provided the
finishing touches.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276641 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Matthew Jason Benson
|
c672e8778e
|
Added multiple targets to <ant> and <antcall> using nested <target> elements.
PR: 5270, 8148, 17071, 6368, 29623
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276629 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Matthew Jason Benson
|
75be43a0db
|
Show latest merges
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276621 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Stefan Bodewig
|
8fac17d331
|
PR 25935 applies to <rexec> as well
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276613 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Stefan Bodewig
|
befcdc7206
|
Indentation of telnet tasks, record bug fix
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276611 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Matthew Jason Benson
|
c0a1986ecb
|
<loadproperties resource="..." /> merged.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276601 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Matthew Jason Benson
|
897e0bb050
|
Show <fail> changes as merged.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276596 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Matthew Jason Benson
|
00b218efe5
|
Add status attribute to <fail>. Idea/design by Aurele Venet.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276588 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Matthew Jason Benson
|
5f9698fab4
|
Add ignoremissing attribute to <apply>.
PR: 29585
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276587 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Stefan Bodewig
|
268a5447dc
|
Add tofile attributes to scp.
PR: 26758
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276580 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Stefan Bodewig
|
306324c7f1
|
Don't cripple remote file names that contain spaces.
PR: 26097
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276578 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Peter Reilly
|
e5eca124f4
|
Allow nested elements of namespaced types to below to the ant
default namespace as well as the type's namespace.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276573 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Peter Reilly
|
e8e4255032
|
get Task#perform() to wrap all exceptions with a buildexception
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276556 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Peter Reilly
|
9aa711ca63
|
Add deleteonexit attribute to <delete>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276546 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Stefan Bodewig
|
54d0543e15
|
prevent empty archive in zip if whenempty is set to skip, PR: 22865
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276540 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Stefan Bodewig
|
937f9095d9
|
document bugfix
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276537 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Magesh Umasankar
|
9f1eefd3a2
|
Tasks extending from abstract DispatchTask may have multiple action methods that will get invoked depending upon the action attribute of the task.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276533 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Matthew Jason Benson
|
dc899ea41e
|
Changed default tempdir to java.io.tmpdir instead of user.dir. See what breaks.
PR: 29391, 4590
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276531 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Peter Reilly
|
c87a22c514
|
update WHATSNEW for dynamicconfiguratorNS and for implicit nested elements
in macrodef
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276524 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Stefan Bodewig
|
411d47b663
|
Make <genkey> independent of PATH.
PR: 29382
Submitted by: Mark Hecker <mbh at charter dot net>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276517 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Antoine Levy-Lambert
|
7028cb1015
|
Doc fix concerning the library requirements of the ftp task
PR: 29334
Submitted by: Steve Cohen (scohen at apache dot org)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276510 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Antoine Levy-Lambert
|
d8361ec47a
|
Addition of a nested property element to the XMLValidateTask to
support string parser properties
PR: 23395
Submitted by: Matthew Hawthorne (mhawthorne at alumni dot pitt dot edu)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276506 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Stefan Bodewig
|
dd5dfe2ceb
|
Xalan2Executor doesn't need Xalan-J 2
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276502 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |