Stefan Bodewig
e5fcb12320
New filesonly attribute for <zip> and friends - suppresses directories.
PR: 2053
Submitted by: Peter Janes <peterj@liberate.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269324 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
30b8b73ffa
<junit> will now try to include the task-definition itself as well as
the needed support classes (Ant and JUnit itself) in the classpath if
running in forked mode - this means that you shouldn't have to use
different classpath elements for "in VM" and "fork" mode any longer.
Doesn't work for JDK 1.1 as the URL returned by Class.getResource
doesn't contain the name of the JAR file there.
PR: 1239
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269323 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
80c2ad3101
Again forgot to save some files, argh.
Part two of the mimemail task patch.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269322 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
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
24 years ago
Conor MacNeill
70d8b69e67
Describe timestamp's ability to offset dates
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269320 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
440e7a9014
Changed the logging level of invalid property files to warning
PR: 1451
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269319 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
37f6c69221
change credit for some logos.
Submitted by: Blair Hughes <blair_hughes@hp.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269318 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
8726d0dc58
testcase for JUnitTestRunner.
Submitted by: Stephane Bailliez <sbailliez@imediation.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269317 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
07736d7ee1
help the garbage collector by cleaning out references in
AntClassLoader and IntrospectionHelper after the build has finished.
This helps applications that run Ant in the same VM over and over
again like CruiseControl or wrappers that run Ant in incremental mode.
PR: 2568
Submitted by: robert.watkins@qsipayments.com (Robert Watkins)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269316 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
ef2c9e1a3c
Make bootstrap process for JDK < 1.3 on Unix work again (bootstrap
uses the <chmod> task to make antRun executable which in turn needs an
executable antRun script ...)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269315 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
230952c5a8
Log properties for JUnit tests.
Submitted by: Erik Hatcher <erik@hatcher.net>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269314 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
4624d76d04
Give a different message if a test fails due to timeout.
Submitted by: Julian M. Savage <jsavage@fisci.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269313 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
da742d4855
Properly mask out JDK 1.4 specific stuff.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269312 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
c51d45fd2c
support java.util.regex package of JDK 1.4 in regexp mapper.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269311 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
8339c7f3e8
Add debug information to the getResource methods.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269310 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
cf3d817333
Stop using canonical paths. This will change the behavior of Ant when
symbolic links are present (but in a way that is probably closer to
what the user expects) and remove some problems on platforms that use
"uncommon" native file names like OS/390 or VMS.
Submitted by: Jesse Glick <Jesse.Glick@netbeans.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269309 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
04c15d05cf
CHange most usage of the classloader so that it loads from the
system classpath first.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269308 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
glennm
b1c37b60a6
Test for the 4NT shell, which requires a
different method of slurping command line
args than cmd.exe.
Submitted by: Jim Anderson
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269307 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
2fa84738b4
InheritAll documentation update
Submitted by: Craeg K Strong <cstrong@arielpartners.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269306 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
6c23151c7a
Logo proposals from Blair Hughes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269305 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
5826ef1968
Interim fix for Gump failure to build FOP. IN Gump's mode of operations
ensures the system loader is always used.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269304 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
glennm
6ffa10f973
Overview of core tasks with a short description
of what each task does.
PR: 2328
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269303 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
525c0f87f8
Setup constructors so that they actually compile.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269302 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
3f918df70a
Update manifest and build file to reflect addition of new task file-manip-test.
Also change in pattern from name->value for include/exclude etc.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269301 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
92712f7da3
Update to reflect that that evaluate throws ContextException instead of TaskException.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269300 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
1ef26fe3ac
Change to throw context exception as lack of value in context is the reason for PropertyException.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269299 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
96f3bfd7f8
Name->Value to reflect better semantics.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269298 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
47e31ec919
Change to reflect fact that context no longer resolves propertys.
Thus extends AbstractContainerTask to implement functionality.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269297 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
cbbb531caa
Convert parameter to use FIle type directly rather than converting from String.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269296 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
697cacf736
Update task to reflect new location of property resolving
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269295 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
8071268228
Remove resolveValue() as it is not needed here but in AbstractContainerTask.
Cleaned up default implementation of TaskContext
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269294 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
21a88b996a
If the package list cannot be found, the offline links are
skipped - a message is printed at verbose level
PR:` 1304
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269293 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
67252b80d7
Handle spaces in JikesPath.
Add warning not to use Longfilenames for ANT_HOME on Win9X
PR: 1957
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269292 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
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
24 years ago
Nico Seessle
168f6c9ebd
Moved conversion of ANT_HOME to after the 'try to find ANT' section as suggested in Bug# 1479 by Daniel.Barclay@digitalfocus.com
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269290 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
c513333775
Made the meaning of the dest directory explicit.
PR: 1744
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269289 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
757c77d1af
Another location where invalid paths can be ignored
PR: 381
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269288 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
ed46c7920d
AntClassLoader now ignores paths which are invalid relative to the
project.
PR: 381
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269287 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
54dc62a542
Remove unnecessary use of Project.resolveFile by converting arguments to
Files from Strings
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269286 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
9361281f36
use Execute task instead of ExecTask , no temp file are now created.
correct finding the Borland DD.
Submitted by: MOUSSAUD Benot <benoit.moussaud@criltelecom.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269285 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
e72340e0a1
Make Ant work with spaces everywhere.
PR: 562
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269284 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
9de84f88c7
Add support for delimiter type. Base don the ideas contained in
the bugzilla report suggested by johan.adelow@corustechnologies.com (Johan Adelow)
PR: 273
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269283 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
30cf43949a
Only delete the target file when it is in fact a file - don't
delete directories.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269282 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
ff6f214d88
Restore use of external file
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269281 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
7999cd0fb4
Add API as part of manual. The files that are in the API directory
are there to handle the situation when the API has not been generated
or it has been generated with JDK 1.1. One or both will be overwritten
when the API is actually generated via javadoc.
PR: 1812
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269280 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
44eb536d1a
javadoc @files do not work under JDK 1.1
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269279 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
6a50cd2269
Don't try to print out result set if the execute method returns false
PR: 1727
Submitted by: Gael_Marziou@hp.com (Gael Marziou)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269278 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
53775a646a
Improve OS related messages in Exec
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269277 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
54550bf317
Update documentation stating where os attribute values come from.
PR: 1656
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269276 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
6d157f462c
Add inheritAll attribute to <ant> task
Submitted by: Craeg K Strong <cstrong@arielpartners.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269275 13f79535-47bb-0310-9956-ffa450edef68
24 years ago