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
Conor MacNeill
9301e386b3
Documentation update for vmlauncher attribute
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269274 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
1dfa5ca002
Add new vmlauncher attribute to exec. This defaults to true to execute
commands using the VM's capabilities, where available. If it is set to false
the underlying OS's shell will be used, either directly, or through the
antRun scripts. Allows use of some shell features (such as associating scripts
with their interpreters under Windows
PR: 413
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269273 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
fc7cfffc89
Add encoding attribute to the zip tasks and the ZipOutputStream to
make the classes flexible enough to deal with non US-ASCII filenames
either consistent with the command line ZIP tools (it has been since
it uses the org.apache classes instead of java.util.zip) or the jar
command (which it has been up to Ant 1.3).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269272 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
218ad5fc4d
Work around a feature of the system classloader in some VMs - it
drops all classpath entries that are not present at VM start time.
PR: 2412
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269271 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
efe6a8f909
some method signatures in IntrospectionHelper have changed.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269270 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
glennm
84b68cc945
Provide more descriptive error messages whenunknown attributes and elements are encountered in the build file.Bugzilla: 1722
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269269 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
1c03d47380
properly recurse remote directory in <ftp>
PR: 2285
Submitted by: Jean-Francois.Morneau@ift.ulaval.ca (Jean-Francois Morneau),
Roger Vaughn <rogervaughn@yahoo.com>
make sure <ftp> disconnects from the server when it's done
Submitted by: Brian Rumple <brumple@VALUBOND.COM>,
Roger Vaughn <rogervaughn@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269268 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
cc432705f2
delete existing target files before copying - this avoids overwriting
symlinks and is consistent with Unix's cp(1).
PR: 624
Submitted by: ederksen@arrow.lz.att.com (Enno Derksen)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269267 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
fa4f3ea2ad
shortcut navigation for bug database - add extra link for enhancement
requests
PR: 2330
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269266 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
a47dcdd21f
Search for the generated file in the "right" directory in <jjtree>.
PR: 1652
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269265 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
ed73143003
I always seem to forget saving this file.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269264 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
6440b64b5a
Changes to rmic based on discussion with Rob van Oostrum
<rvanoostrum@ezgov.com> and Larry V. Streepy, Jr.
<streepy@healthlanguage.com> on the ant-user mailing list:
(1) don't even try to perform uptodate checks for IDL mode or when the
-always(generate) option for IIOP mode has been specified
(2) ignore -keepgenerated in IDL mode (we don't know what to keep)
(3) use the correct target file names in IIOP mode.
PR: 1625
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269263 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
aca10a1d12
make pathconvert task compile in JDK 1.1
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269262 13f79535-47bb-0310-9956-ffa450edef68
24 years ago