Conor MacNeill
49838c297a
OK, reverting change since it was bad and the errorlevel is being
set anyway :-(
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269370 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
13ccc6a803
Add exit code to batch files
PR: 314
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269369 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
e49a5fb564
Use /nul when checkign for the existence of directories on Windows
(Although it doesn't work if the directory name is quoted - woohoo)
Check for Ant in C:\Ant for Windows 9X users
PR: 2101
Based on suggestion by eswierk@cs.stanford.edu (Ed Swierk)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269331 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
c9affb12a2
Just find directory above script home rather than removing bin dirs which
may take out more than was intended
PR: 2082
Submitted by: Daniel.Barclay@digitalfocus.com
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269328 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
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
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
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
Stefan Bodewig
1f0c45897d
sync classpath creation between Unix and Windows version.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269016 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
b8f7af8729
Made scripts a little more consistent, they should now work with IBM's
JDK on AIX out of the box.
Ant will now prepend CLASSPATH to the jars in ANT_HOME/lib like it
always did for Windows - if this is not the correct order, change it
here and in the batch file. We need to be consistent.
Make sure :: doesn't slip into the CLASSPATH when adding the library
jars.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269015 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Jon Scott Stevens
af81133ecc
this makes ant work with jikes on OSX
i also generalized the case statement for figuring out the OS type
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269013 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
676859791f
Added in python style runant script
Submitted By: MOUSSAUD Beno�t <benoit.moussaud@criltelecom.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268939 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Nico Seessle
113069f80d
Bug #1138
# does not work as a comment-sign in Windows Batch-files and results in errors - changed to rem.
Reported by: craig.malone@altavista.net (Craig Malone)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268894 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
926fcdcbeb
pass through the exit value from Ant
PR: 314
Submitted by: sknippenberg@unwiredexpress.com (Sigurd Knippenberg)
Remove tabs.
Change /usr/local/bin/perl to /usr/bin/perl. All other Perl scripts on
my box assumed there was at least a symlink to Perl in /usr/bin - and
Perl recommends to put one there when you install it.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268851 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
239b313fa1
Update to Jaxp 1.1
Also - handle spaces in classpaths
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268755 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
7435b27b91
Merge 1.3 branch changes into MAIN
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268691 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
10bd38594c
Made sure env vars are cleaned and CLASSPATH is not decorated with extra " characters. It is expected that if CLASSPATH is set that it is valid and thus the extra "'s are uneeded.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268570 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
8a40113487
Further tuning of the build scripts. The bootstrap now goes into
the bootstrap directory to minimise interference with the CVS lib
directory.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268545 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
9aad740da0
Make the Bourne shell wrapper correctly deal with arguments that
contain spaces.
Submitted by: Jesse Glick <Jesse.Glick@netbeans.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268540 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
8911539f3b
Allow ant to handle parameters with spaces under Win systems
I added a few other things to Bill's patch, such as setlocal and
endlocal calls.
Submitted by: Bill Burton [billb@progress.com ]
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268527 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
9ef45a287d
removed debug echoing
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268512 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
27491607d8
Checked in alpha version of new build system.
May not fully build on *nix platforms yet.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268504 13f79535-47bb-0310-9956-ffa450edef68
25 years ago