Checked in alpha version of new build system.
May not fully build on *nix platforms yet.
0 lines of code changed in:
Added ^M's so it is easier for peeps working on windows who check out using unix style linefeeds.
0 lines of code changed in:
Fixed up the use of _JAVACMD when using Jikes.
Submitted by: Jeff Bailey <JBailey@digitalboardwalk.com>
1 lines of code changed in:
Remove duplicate invocation of ant
Submitted by: Paul Philion <philion@acmerocket.com>
0 lines of code changed in:
updated cygwin support
Submitted By: Bill Burton
20 lines of code changed in:
Added the JAXP reference distribution jars to make it easier to build
ant out of the box. Ant should now build with an empty classpath. I haven't made
the changes for Unix scripts yet.
Also separated the building of ant.jar and optional.jar so that local
builds should more closely match distributions. There is a lot of duplication
between a normal build and a distribution build which can probably be readily
removed now.
1 lines of code changed in:
Changed order of variable includes to make it now work when LOCALCLASSPATH="". The reason is that "blah.jar;" is a valid classpath while ";blah.jar" is not.
1 lines of code changed in:
Automagic detection of ANT_HOME for windows NT/2000
Submitted by: "Vincent Bergbauer" <vincent_bergbauer@yahoo.com> via Louis Tribble <louis.tribble@metamata.com>
13 lines of code changed in:
Bring ant.bat into line with changes made to ant.sh by Jon. Specifically
invoke the java.exe from JAVA_HOME/bin if JAVA_HOME is set and JAVACMD is
not.
Also make sure the user's %JAVACMD% value is not altered.
5 lines of code changed in:
Made win32 scripts similar to unixs by adding .antrc facility
Submitted By: "Craig R. McClanahan" <Craig.McClanahan@eng.sun.com>
3 lines of code changed in:
removed requirement for JAVA_HOME to be defined, however,
you will still need to have "java" in your path if it isn't defined.
9 lines of code changed in:
added support for cygwin
re-organized things
fixed a couple bugs
correctly set environment variables
all in all, i can now build Ant under cygwin on win98.
26 lines of code changed in:
More adaptions of ant for cygwin.
Submitted By: Peter Seibel <peter@javamonkey.com>
9 lines of code changed in:
Hopefully fixed cygwin stuff...
5 lines of code changed in:
Patched ant to run under Cygwin. Patch supplied by Peter Seibel <peter@javamonkey.com>
11 lines of code changed in:
Allow ant to be installed in a Windows directory containing spaces such as
c:\Program Files\ant
6 lines of code changed in:
Make the system call a little bit more secure.
Submitted by: Olivier Louchart-Fletcher <olivier.louchart@netregistry.au.com>
9 lines of code changed in:
Make Execute work for arguments containing spaces under JDK 1.1 under
Windows (where Runtime.exec() doesn't quote them properly).
Submitted by: Adam Murdoch <adammurdoch@yahoo.com>
2 lines of code changed in:
Allow an arbitrary number of arguments to be passed to Ant - even on Win98.
Submitted by: Glenn McAllister <glennm@ca.ibm.com>
19 lines of code changed in:
Perl script to Invoke ant
Submitted by: Steve Loughran <steve_l@iseran.com>
8 lines of code changed in:
(18 more)