summaryrefslogtreecommitdiff
path: root/build.bat
Commit message (Collapse)AuthorAgeFilesLines
* updated reference to license from http to https usingjkf2019-05-251-1/+1
| | | | find . -type f -exec sed -i "s/http:\/\/www.apache.org\/licenses\/LICENSE-2.0/https:\/\/www.apache.org\/licenses\/LICENSE-2.0/" {} \;
* Re-add build.bat, remove clean.batStefan Bodewig2007-10-121-0/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@584145 13f79535-47bb-0310-9956-ffa450edef68
* oops ....Jan Materne2007-10-121-40/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@584139 13f79535-47bb-0310-9956-ffa450edef68
* patch build.bat to set the NT error code if bootstrapping failed, to be ↵Steve Loughran2006-10-041-0/+2
| | | | | | consistent with the build.sh script. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@452919 13f79535-47bb-0310-9956-ffa450edef68
* copy2license.plStefan Bodewig2006-09-011-13/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@439448 13f79535-47bb-0310-9956-ffa450edef68
* remove -noclasspath from build.sh and build.batPeter Reilly2004-10-071-1/+1
| | | | | | | 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
* fix licenseStefan Bodewig2004-10-061-2/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276915 13f79535-47bb-0310-9956-ffa450edef68
* -noclasspath optionPeter Reilly2004-10-051-1/+1
| | | | | | | | | 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
* Add a new option -nouserlib to the ant command.Peter Reilly2004-09-241-1/+1
| | | | | | | | 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
* Make ModifiedSelectorTest pass when started through build.sh or build.batAntoine Levy-Lambert2003-11-101-1/+1
| | | | | | | | 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
* 2003Stefan Bodewig2003-09-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275340 13f79535-47bb-0310-9956-ffa450edef68
* mergeConor MacNeill2003-09-241-10/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275330 13f79535-47bb-0310-9956-ffa450edef68
* Copy parser jars into the bootstrap and dist areas. Makes itConor MacNeill2003-08-111-1/+1
| | | | | | | 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
* readded xml-apis.jar and xercesImpl.jar in the classpath for the build ↵Antoine Levy-Lambert2003-07-271-1/+1
| | | | | | scripts afer discussion with Conor McNeill. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274959 13f79535-47bb-0310-9956-ffa450edef68
* Make launcher work on Win2KConor MacNeill2003-07-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274799 13f79535-47bb-0310-9956-ffa450edef68
* Merge changes made to 1.5 Beta1.Magesh Umasankar2002-06-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272826 13f79535-47bb-0310-9956-ffa450edef68
* There is no reason to expect subclasses for ZipShort and ZipLongStefan Bodewig2002-04-161-1/+1
| | | | | | | 2002 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272468 13f79535-47bb-0310-9956-ffa450edef68
* Moving from Crimson 1.1.3 to Xerces 2.0.1Stephane Bailliez2002-04-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272467 13f79535-47bb-0310-9956-ffa450edef68
* Add some more copyright notices.Stefan Bodewig2002-01-101-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270659 13f79535-47bb-0310-9956-ffa450edef68
* Add documentation for the replaceregexp taskStefan Bodewig2001-11-121-1/+1
| | | | | | | 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
* Final merge from 1.4 treeConor MacNeill2001-08-301-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269664 13f79535-47bb-0310-9956-ffa450edef68
* Add test for Bootstrap failuresConor MacNeill2001-08-061-0/+3
| | | | | | | 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
* Update to Jaxp 1.1Conor MacNeill2001-03-041-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
* Added -emacs flag.Peter Donald2001-02-271-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268737 13f79535-47bb-0310-9956-ffa450edef68
* Made sure env vars are cleanedPeter Donald2001-02-041-1/+2
| | | | | | | Also added bootstrap jars to CLASSPATh because for some reason they were not being added otherwise ??? git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268571 13f79535-47bb-0310-9956-ffa450edef68
* Add in any jars in lib/optional when doing a build.Conor MacNeill2001-02-031-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268567 13f79535-47bb-0310-9956-ffa450edef68
* Made it build on systems where CLASSPATH is not se by rearrangine CP entries.Peter Donald2001-02-031-1/+1
| | | | | | | Note this will still leave some java-runtimes broken but it should *mostly* work git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268564 13f79535-47bb-0310-9956-ffa450edef68
* Further tuning of the build scripts. The bootstrap now goes intoConor MacNeill2001-01-311-4/+8
| | | | | | | | 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
* Revert build process to old style for 1.3 releaseConor MacNeill2001-01-301-40/+14
| | | | | | | 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
* Fix typo on classpathConor MacNeill2001-01-241-2/+2
| | | | | | | Include system class path so optional packages can be found. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268515 13f79535-47bb-0310-9956-ffa450edef68
* Update to new build scriptsConor MacNeill2001-01-241-3/+5
| | | | | | | | | | Correct version string call bootstrap.bat Introduce an install-lite target Move building of distributions files out of dist target git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268514 13f79535-47bb-0310-9956-ffa450edef68
* Made sure environment is left cleanerPeter Donald2001-01-231-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268511 13f79535-47bb-0310-9956-ffa450edef68
* Fixed errors wrtPeter Donald2001-01-231-5/+5
| | | | | | | | | | * 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
* Work in almost all of Conors suggestionsPeter Donald2001-01-231-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268507 13f79535-47bb-0310-9956-ffa450edef68
* Checked in alpha version of new build system.Peter Donald2001-01-231-13/+35
| | | | | | | 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
* Allow ant to be installed in a Windows directory containing spaces such asConor MacNeill2000-10-181-3/+1
| | | | | | | c:\Program Files\ant git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268105 13f79535-47bb-0310-9956-ffa450edef68
* Problems with the .bat files on Win98.Stefan Bodewig2000-09-051-3/+8
| | | | | | | Submitted by: Glenn McAllister <glennm@ca.ibm.com> git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267965 13f79535-47bb-0310-9956-ffa450edef68
* Restore antRun.bat for Win9x users.Conor MacNeill2000-07-151-3/+3
| | | | | | | | | | | | | | | | | This should allow the exec task to execute on Win9x. I have changed Glen's patch to test for platfrom != NT rather than == 98 so it will support 95. NOTE: There is an important limitation. Only 9 arguments can be passed to the command being exec'ed when the antRun.bat file is used. This should only occur when the directory is not . and the platform is not NT. This was the original reason this was changed (and antRun.bat) deleted. Submitted by: Glen Stampoultzis <trinexus@one.net.au> git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267789 13f79535-47bb-0310-9956-ffa450edef68
* Make sure all the pieces needed from bootstrap are present.Conor MacNeill2000-07-121-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267773 13f79535-47bb-0310-9956-ffa450edef68
* Rework the ant build process for NT/WindowsConor MacNeill2000-07-121-15/+9
| | | | | | | | | Change so that build.bat is used just to build ant itself. ant.bat should be used to run ant for other projects. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267770 13f79535-47bb-0310-9956-ffa450edef68
* Better support for JDK 1.1Sam Ruby2000-07-011-0/+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
* Add lib/* to CLASSPATHSam Ruby2000-06-301-4/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267720 13f79535-47bb-0310-9956-ffa450edef68
* Do not change the classpath in build.batConor MacNeill2000-06-211-2/+3
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267684 13f79535-47bb-0310-9956-ffa450edef68
* Added convenience for JDK 1.2+ usersSam Ruby2000-04-271-0/+1
| | | | | | | Submitted by: Conor MacNeill <conor@m64.com> git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267659 13f79535-47bb-0310-9956-ffa450edef68
* Support JAXP and SAX1.0Sam Ruby2000-04-261-1/+1
| | | | | | | Submitted by: Matt Foemmel git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267656 13f79535-47bb-0310-9956-ffa450edef68
* Allow jakarta-ant to be build into an "ANT_HOME" structure in place.Sam Ruby2000-01-141-1/+1
| | | | | | | 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
* Make system self contained, bootstrapable, and buildable on bothSam Ruby2000-01-131-1/+1
| | | | | | | Windows and Unix platforms. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267550 13f79535-47bb-0310-9956-ffa450edef68
* initial checkinJames Duncan Davidson2000-01-131-0/+3
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267549 13f79535-47bb-0310-9956-ffa450edef68