Steve Loughran
f8483f0952
patch build.sh to exit with an error code if bootstrapping fails, for the Gentoo team.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@452917 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
a1a3ac5d3d
copy2license.pl
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@439448 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
dd59f330e2
remove -noclasspath from build.sh and build.bat
It was not BC and may have caused a gumpy glitch.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276924 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
89531ee354
fix license
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276915 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
acd0bcd1e0
Add a new option -nouserlib to the ant command.
This allows running ant without loading the jars from ${user.home}/.ant/lib.
This is useful for building ant.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276880 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
beddd2bdfd
Remove --path from cygpath command as specified by Antoine.
PR: 17257
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276156 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
8b3e0de53d
Protect PWD with quotations to allow ant to be placed in
a directory with spaces
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275667 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
f492cc5278
Make ModifiedSelectorTest pass when started through build.sh or build.bat
PR: 24481
Submitted by: Florian.G. Haas (f dot g dot haas at gmx dot net)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275628 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
Conor MacNeill
77c4393863
Copy parser jars into the bootstrap and dist areas. Makes it
easier to run Ant from the result of dist-lite
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275054 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
8fd6c92f92
readded xml-apis.jar and xercesImpl.jar in the classpath for the build scripts afer discussion with Conor McNeill.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274959 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
Antoine Levy-Lambert
8e96b7d839
fix bugrep 17257 build.sh install problem under cygwin
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274468 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
9c0e03ed32
Merge
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274127 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
cae8a749d6
Merge
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274123 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
12ad2ad389
Set JAVA_HOME for MacOSX users in bootstrap.sh and build.sh
PR: 17100
Submitted by: Jesse Stockall
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274072 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Magesh Umasankar
ca91f8cb7e
Merge changes made to 1.5 Beta1.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272826 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stephane Bailliez
ed9509b024
Moving from Crimson 1.1.3 to Xerces 2.0.1
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272467 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
f51abba170
Add some more copyright notices.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270659 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
e9e5c44401
Make sure that it works with Cygwin.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270608 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
e812438e4e
Add documentation for the replaceregexp task
Submitted by: Matthew Inger <matti@sedonacorp.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269900 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
1a9be7f6fb
Add test for Bootstrap failures
Simplify the build by using inheritAll="false"
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269472 13f79535-47bb-0310-9956-ffa450edef68
24 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
Peter Donald
7f76769aba
Added -emacs flag.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268737 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
a7b657bd9a
Add in any jars in lib/optional when doing a build.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268567 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
d44e0bc4ad
Build process tweaks. Source distribution now builds out of box on
Solaris.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268560 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
Conor MacNeill
05f470f1d0
Changes for Unix build process
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268544 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
90380952be
Revert build process to old style for 1.3 release
Rewrote build.xml using most of the ideas from the new build process
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268542 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
glennm
fd2eebcccf
Fixed test for Main.class and NEW_ANT_HOME.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268516 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
99f86d5034
Fixed errors wrt
* junit not being on primordial classloader.
* ANT_HOME being overidden
* no install target
* no version data
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268509 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
d0117ae16c
Work in almost all of Conors suggestions
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268507 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
Conor MacNeill
6857348375
New build procedure for Unix based systems
This is the update for the Unix based build scripts. The changes are the
following
Automatic bootstrapping if lib/ant.jar is mising or the bin files
are not present
Removed inclusion of the $HOME/.antrc in the bootstrap.sh although
it is still used in the ant shell script.
Lined up Windows and Unix scripts, including echo statements so it is easier
to make changes affecting both envionments in the future.
Added chmod calls to the install targets so the ant shell scripts are
executable.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267777 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Sam Ruby
9fb99f72f4
Better support for JDK 1.1
Submitted by: Drew Sudell <asudell@op.net>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267722 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Sam Ruby
b21634835a
Add lib/* to CLASSPATH
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267720 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Sam Ruby
12adddea52
Pass along ANT_HOME value
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267672 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Sam Ruby
bab2dd7c2b
fix shell equality operator
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267669 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Sam Ruby
f52e2fa296
allow explicit specification of ANT_HOME
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267668 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Sam Ruby
fe4a5cb029
Support JAXP and SAX1.0
Submitted by: Matt Foemmel
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267656 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Sam Ruby
fbf3fee31b
Allow jakarta-ant to be build into an "ANT_HOME" structure in place.
Move implicit tasks into an explicit init target
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267552 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Sam Ruby
7932c703d2
Make system self contained, bootstrapable, and buildable on both
Windows and Unix platforms.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267550 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
James Duncan Davidson
bce31805e9
initial checkin
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267549 13f79535-47bb-0310-9956-ffa450edef68
26 years ago