git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270659 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -2,6 +2,9 @@ | |||||
| REM You will need to specify JAVA_HOME if compiling with 1.2 or later. | REM You will need to specify JAVA_HOME if compiling with 1.2 or later. | ||||
| REM Copyright (c) 2000-2001 The Apache Software Foundation. All rights | |||||
| REM reserved. | |||||
| set OLDJAVA=%JAVA% | set OLDJAVA=%JAVA% | ||||
| set OLDJAVAC=%JAVAC% | set OLDJAVAC=%JAVAC% | ||||
| set BOOTOLDCLASSPATH=%CLASSPATH% | set BOOTOLDCLASSPATH=%CLASSPATH% | ||||
| @@ -1,5 +1,8 @@ | |||||
| #!/bin/sh | #!/bin/sh | ||||
| # Copyright (c) 2000-2001 The Apache Software Foundation. All rights | |||||
| # reserved. | |||||
| # OS specific support. $var _must_ be set to either true or false. | # OS specific support. $var _must_ be set to either true or false. | ||||
| cygwin=false; | cygwin=false; | ||||
| case "`uname`" in | case "`uname`" in | ||||
| @@ -1,5 +1,8 @@ | |||||
| @echo off | @echo off | ||||
| REM Copyright (c) 2000-2001 The Apache Software Foundation. All rights | |||||
| REM reserved. | |||||
| set OLDCLASSPATH=%CLASSPATH% | set OLDCLASSPATH=%CLASSPATH% | ||||
| set REAL_ANT_HOME=%ANT_HOME% | set REAL_ANT_HOME=%ANT_HOME% | ||||
| set ANT_HOME=bootstrap | set ANT_HOME=bootstrap | ||||
| @@ -1,5 +1,8 @@ | |||||
| #!/bin/sh | #!/bin/sh | ||||
| # Copyright (c) 2000-2002 The Apache Software Foundation. All rights | |||||
| # reserved. | |||||
| cygwin=false; | cygwin=false; | ||||
| case "`uname`" in | case "`uname`" in | ||||
| CYGWIN*) cygwin=true ;; | CYGWIN*) cygwin=true ;; | ||||
| @@ -3,6 +3,10 @@ | |||||
| <!-- | <!-- | ||||
| ======================================================================= | ======================================================================= | ||||
| Apache Ant own build file | Apache Ant own build file | ||||
| Copyright (c) 2000-2002 The Apache Software Foundation. All rights | |||||
| reserved. | |||||
| ======================================================================= | ======================================================================= | ||||
| --> | --> | ||||
| <project default="main" basedir="."> | <project default="main" basedir="."> | ||||
| @@ -1,5 +1,8 @@ | |||||
| #! /bin/sh | #! /bin/sh | ||||
| # Copyright (c) 2001 The Apache Software Foundation. All rights | |||||
| # reserved. | |||||
| if [ -f "$HOME/.antrc" ] ; then | if [ -f "$HOME/.antrc" ] ; then | ||||
| . $HOME/.antrc | . $HOME/.antrc | ||||
| fi | fi | ||||
| @@ -1,5 +1,8 @@ | |||||
| @echo off | @echo off | ||||
| REM Copyright (c) 2001 The Apache Software Foundation. All rights | |||||
| REM reserved. | |||||
| if exist "%HOME%\antrc_pre.bat" call "%HOME%\antrc_pre.bat" | if exist "%HOME%\antrc_pre.bat" call "%HOME%\antrc_pre.bat" | ||||
| if not "%OS%"=="Windows_NT" goto win9xStart | if not "%OS%"=="Windows_NT" goto win9xStart | ||||
| @@ -1,5 +1,8 @@ | |||||
| #! /bin/sh | #! /bin/sh | ||||
| # Copyright (c) 2001 The Apache Software Foundation. All rights | |||||
| # reserved. | |||||
| # Args: DIR command | # Args: DIR command | ||||
| cd "$1" | cd "$1" | ||||
| CMD="$2" | CMD="$2" | ||||
| @@ -1,5 +1,8 @@ | |||||
| @echo off | @echo off | ||||
| REM Copyright (c) 2001 The Apache Software Foundation. All rights | |||||
| REM reserved. | |||||
| rem Change drive and directory to %1 (Win9X only for NT/2K use "cd /d") | rem Change drive and directory to %1 (Win9X only for NT/2K use "cd /d") | ||||
| cd %1 | cd %1 | ||||
| %1\ | %1\ | ||||
| @@ -1,5 +1,8 @@ | |||||
| #!/usr/bin/perl | #!/usr/bin/perl | ||||
| # | # | ||||
| # Copyright (c) 2001 The Apache Software Foundation. All rights | |||||
| # reserved. | |||||
| # | |||||
| # A script to allow Bash or Z-Shell to complete an Ant command-line. | # A script to allow Bash or Z-Shell to complete an Ant command-line. | ||||
| # | # | ||||
| # To install for Bash 2.0 or better, add the following to ~/.bashrc: | # To install for Bash 2.0 or better, add the following to ~/.bashrc: | ||||
| @@ -1,3 +1,6 @@ | |||||
| REM Copyright (c) 2001 The Apache Software Foundation. All rights | |||||
| REM reserved. | |||||
| set _CLASSPATHCOMPONENT=%1 | set _CLASSPATHCOMPONENT=%1 | ||||
| :argCheck | :argCheck | ||||
| if %2a==a goto gotAllArgs | if %2a==a goto gotAllArgs | ||||
| @@ -1,4 +1,8 @@ | |||||
| #!/usr/bin/perl | #!/usr/bin/perl | ||||
| # | |||||
| # Copyright (c) 2001 The Apache Software Foundation. All rights | |||||
| # reserved. | |||||
| # | |||||
| ####################################################################### | ####################################################################### | ||||
| # | # | ||||
| # runant.pl | # runant.pl | ||||
| @@ -8,6 +8,9 @@ | |||||
| the python os library) | the python os library) | ||||
| This script has been tested with Python2.0/Win2K | This script has been tested with Python2.0/Win2K | ||||
| Copyright (c) 2001 The Apache Software Foundation. All rights | |||||
| reserved. | |||||
| created: 2001-04-11 | created: 2001-04-11 | ||||
| author: Pierre Dittgen pierre.dittgen@criltelecom.com | author: Pierre Dittgen pierre.dittgen@criltelecom.com | ||||