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
Conor MacNeill
da02e1b6b8
Add in EAR task to the standard task defs
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269261 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
97dfa8b1b0
CruiseControl has changed its license.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269260 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
8d35baf0f7
more logos
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269259 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
0bd5224518
Add support for getResources to the classloader
Submitted by: David A. Herman <hermand@alumni.grinnell.edu>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269258 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
9fe3d6599c
EJBJar now reports errors when weblogic ejbc fails rather than continuing
PR: 1254
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269257 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
bb630e09c3
Separated Log hierarchy for tasks and engine.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269256 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
75893cd3bf
Workspace doesn't need to know about root Project anymore. Thus interface by embeddor and Workspace can be adapted to pass less parameters.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269255 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
45fd8b0339
Continue migration of ProjectManager to Workspace
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269254 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
4b271a99de
Begine reworking code/terminology of ProjectManager into Workspace.
Reason: Better semantics associated with name and easier to know what to place in it.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269253 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
1c204914d0
Updated so that each project has a separate Deployer (that writes to separate TypeManager).
Updated so that TypeLib (ie import of type libs in build file) will actually be obeyed and import types in as appropriate. Currently type libs are only loaded from <base-dir>/ext/*.atl however this will be exapnded in the future.
Updated examples to reflect the new working TypeLib system and so as cross-project deployer can be verified.
Updated build process so that the self testing code is placed in dist/ext and thus has to be explicitly loaded via an import
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269251 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
8036bb0ebf
Change terminology from Type->Role to match rest of proposal.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269250 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
cf4a207d88
Made templating example more sensible
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269249 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
e582ce6706
Rename builder to something sensible.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269248 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
b91a25c851
Updated to allow PIs to specify template and parameters to template.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269247 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
30c15adf83
My excuse is that I was hit with a srupid stick when I was a child.
Submitted by: Michael Keuchen <michael.keuchen@curry.de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269246 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
df8f6d006f
Allow DTD locations to be URLs effectvely mapping the URLs
Submitted by: Benoit MOUSSAUD <benoit.moussaud@criltelecom.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269245 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
cea87ef983
Cleanup of Borland ejbjar element
Submitted by: MOUSSAUD Benoit <benoit.moussaud@criltelecom.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269244 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
8226fd4264
iPlanet documentation for ejbjar and iplanet-ejbc tasks
Submitted by: Martin Gee <martin.gee@icsynergy.com>
Greg Nelson <greg@netscape.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269243 13f79535-47bb-0310-9956-ffa450edef68
24 years ago