Stefan Bodewig
cd9c29978a
2005
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278158 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
3c1fd84dc2
flush any output before we run.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278150 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Antoine Levy-Lambert
dd6f6417d1
ant.bat was missing runAntNoClasspath label for goto
PR: 34510
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278146 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jacobus Martinus Kruithof
b13e6ad77f
cright
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277992 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jacobus Martinus Kruithof
22393835bf
PR: 31245
cygwin part to handle both unix and windows style paths correctly
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277990 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
ad0d21945c
Remove unused code, PR 34018
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277986 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
d84de6b846
-noclasspath option
Added -noclasspath option to allow running ant WITHOUT using CLASSPATH env
variable. Modified ant.bat to do this so that %CLASSPATH% is not looked at.
Modified build.sh and build.bat to use the option.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276912 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
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
Matthew Jason Benson
368ee310b2
Make sure CLASSPATH is set before attempting to change it;
make sure --mixed option is available to cygpath before using it.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276435 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
b706854c21
Cygwin/UNC ANT_HOME compatibility using mixed paths on NT-family systems.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276434 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
0b8142a736
and one more wrong license
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276311 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
451b75d335
Fix line-ends, one more wrong license
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276310 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
487c38e91f
Adapt the OS/2 wrapper scripts to the new launcher.
PR: 28226
Submitted by: Zdenek Wagner <wagner at cesnet dot cz>
Adapted to new license while I was at it.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276309 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
51b5b08a09
Fix typo.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276185 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
2a225a1ba2
More tweaks to the RPM specific section, submitted by Randy Watler
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276170 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
9a63708727
changes following tests under cygwin
adding a second backslash to variables terminated with a backslash to ensure
also prevent problem with evaluation of test expressions where -f is compared to something else
this error message was happening
+ [ -f = --h -o -f = --help ]
[: --h: unknown operand
+ [ -f = -h -o -f = -help ]
[: -h: unknown operand
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276072 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
278781dcd6
Copyright owner is The Apache Software Foundation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276065 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
74124d7525
Shebang line had been lost in the copyright update
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276058 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
be8c8a8bde
License version 2.0
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276031 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
1ba91e4855
Changes to make Ant installed in JPackage's RPM environment behave a
little bit more friendly.
* a new system property ant.lib.dir that if set will be used instead
of the location of ant-launcher.jar to slurp in the jars for Ant.
* a --noconfig switch that suppresses sourcing of additional
configuration files.
* various changes to the $rpm_mode specific parts of the file.
Submitted by: Randy Watler <rwatler at finali dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276021 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
8942302ce8
first test to move to the Apache License 2.0
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276005 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
99ac2c7d14
Remove badly placed quotes, Submitted by Knut Wannheden
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275637 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
f14808b93c
Remove last-modified line
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275527 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
3e4dcc0c43
merge
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275404 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
d3122c5681
change in runant.py to work with new Launcher
Submitted by: Knut Wannheden <knut dot wannheden at paranor dot ch>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275344 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
c12912c52b
merge
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275330 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
24a5f03a90
adding a new supported command line argument -lib
this command line argument is eaten by Launcher
shell scripts reworked to pass the classpath in the right location
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275286 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
446a11fca8
Add cygwin support in runant.pl
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275161 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
ef842caeee
Sync runant.pl with the other scripts to use new Launcher
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275160 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
d18b0ee1d9
Add Copyright lines, PR 22807
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275158 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
792476f03b
2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275136 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
d85bd5cccf
make the script to start ant from python use the new launcher
Submitted by: Knut Wannheden (knut dot wannheden at paranor dot ch)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275131 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
7ddc352a56
Use language neutral variable, %ProgramFiles%, to locate Program Files dir
PR: 17308
Submitted by: Dennis M�ller
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274802 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
2b3ae7a244
Remove warning about JAVA_HOME as it isn't required anymore
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274801 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
453d5532fa
Make launcher work on Win2K
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274799 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
d1c81b1a62
Rollback - not tested yet
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274795 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
fb9fb495e7
Checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274794 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
f3939727d9
Refactor some code into the Launcher.
Update ant script to use new launcher.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274793 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
078e8aaeaa
Improve OS/2 support:
* Apparently the vmlauncher in OS/2's JDK 1.3 doesn't work properly,
disable it.
* Add REXX scripts to run Ant.
* Add OS/2 specific notes to the docs.
Submitted by: Zdenek Wagner <wagner at cesnet dot cz>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274507 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
dbb7a9ccfb
One ANT_OPTS should be enough
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274349 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
5af1ce76d2
Make wrapper script work if ant is a relative symlink and ANT_HOME
isn't set.
PR: 17721
Submitted by: Martin Frost <martin at macrospace dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274318 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
8eb5f371e2
Make JIKESPATH construction on Mac OS X take JAVA_HOME into account.
This won't change anything if the user doesn't set JAVA_HOME.
PR: 17458
Submitted by: Dwayne Schultz <dwayne at schultz dot net>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274202 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
db007c442e
Remove incorrect --path arguments to cygpath
PR: 17212
Submitted by: Shankar Unni
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274164 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
371863034c
2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274151 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
b8ba224581
Merge
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274144 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
0a382d41fa
Handle spaces in JAVA_HOME
PR: 15351
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274095 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
aaffd607a9
Minor tweak to which usage
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273955 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
cfdc772479
Add info about JAVA_HOME possibly being set but not exported
PR: 14181
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273954 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
f0de7d0c4b
Allow JAVA_HOME to be unset by finding java if it is in the path.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273953 13f79535-47bb-0310-9956-ffa450edef68
23 years ago