Log of /ant/core/trunk/bootstrap.sh
Parent Directory
|
Revision Log
Revision
447800 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Sep 19 10:29:36 2006 UTC
(3 years, 2 months ago)
by
jhm
File length: 4577 byte(s)
Diff to
previous 439448
(
colored)
Should make Gump happy:
# Start Time: Tue, 19 Sep 2006 00:26:54 (PDT)
# End Time: Tue, 19 Sep 2006 00:27:10 (PDT)
BUILD FAILED
/x1/gump/public/workspace/ant/build.xml:1072: The following error occurred while executing this line:
/x1/gump/public/workspace/ant/build.xml:500: resourcecount doesn't support the nested "intersect" element.
<intersect> is a Resource and Resources were not part of the thin-layer of Ant's bootstrap.
Revision
276025 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Feb 5 20:44:02 2004 UTC
(5 years, 9 months ago)
by
antoine
File length: 4377 byte(s)
Diff to
previous 274872
(
colored)
Added the NOTICE to the metainf dir of ant.jar, ant-launcher.jar and ant-nodeps.jar
and also to the distribution files
Updated the copyright notice in bootstrap.sh
Revision
270104 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Dec 10 09:37:07 2001 UTC
(7 years, 11 months ago)
by
bodewig
File length: 3392 byte(s)
Diff to
previous 269991
(
colored)
Make Cygwin detection work with newer versions of it.
Submitted by: Bill Burton <billb@progress.com>
This is more or less untested (I can verify it doesn't break building
on Linux or FreeBSD 8-) as I don't run Windows or even Cygwin.
Revision
269919 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 15 09:14:10 2001 UTC
(8 years ago)
by
donaldp
File length: 3285 byte(s)
Diff to
previous 269900
(
colored)
Here are two new ant tasks - BZip2 and BUnzip2. �These
two tasks use the BZip2 compression algorithm (Visit:
http://sourceware.cygnus.com/bzip2/�for more info.) for
packing and unpacking.
These tasks resemble GZip and GUnzip tasks in input,
input validation, etc. �Hence, I refactored GZip and
GUnzip tasks as well so that the tasks GZip and BZip2
extend from a common base class named Pack, and
GUnzip and BUnzip2 extend from a common base class named
Unpack. �This lays the foundation for creating more Pack
tasks based on different algorithms like lzop, etc. in
the future.
The BZip2 and BUnzip2 tasks depend upon 4 classes:
BZip2Constants.java
CBZip2InputStream.java
CBZip2OutputStream.java
CRC.java
Keiron Liddle (keiron@aftexsw.com) has graciously
accepted to contribute the above code files he has
authored, under ASF license - many thanks to him. �I
have packaged them under org.apache.tools.bzip2,
mimicking the package naming style that has been used
for zip and tar tools we already have. �I have also
given proper credits to him in the code. �Perhaps, this
needs to exist under jakarta-commons, as Stefan had
suggested, but till then...
Submitted by: "Magesh Umasankar" <umagesh@rediffmail.com>
Revision
269315 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jul 11 09:37:07 2001 UTC
(8 years, 4 months ago)
by
bodewig
File length: 3099 byte(s)
Diff to
previous 269015
(
colored)
Make bootstrap process for JDK < 1.3 on Unix work again (bootstrap
uses the <chmod> task to make antRun executable which in turn needs an
executable antRun script ...)
Revision
269015 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue May 8 11:21:27 2001 UTC
(8 years, 6 months ago)
by
bodewig
File length: 3066 byte(s)
Diff to
previous 268962
(
colored)
Made scripts a little more consistent, they should now work with IBM's
JDK on AIX out of the box.
Ant will now prepend CLASSPATH to the jars in ANT_HOME/lib like it
always did for Windows - if this is not the correct order, change it
here and in the batch file. We need to be consistent.
Make sure :: doesn't slip into the CLASSPATH when adding the library
jars.
Revision
268849 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Mar 16 09:22:36 2001 UTC
(8 years, 8 months ago)
by
bodewig
File length: 2556 byte(s)
Diff to
previous 268773
(
colored)
Make sure bootstrap.sh runs in a clean environment by removing build/classes.
bootstrap.bat already had this.
Revision
268542 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jan 30 15:08:30 2001 UTC
(8 years, 9 months ago)
by
conor
File length: 2304 byte(s)
Diff to
previous 268507
(
colored)
Revert build process to old style for 1.3 release
Rewrote build.xml using most of the ideas from the new build process
Revision
268506 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jan 23 08:05:34 2001 UTC
(8 years, 10 months ago)
by
pier
File length: 2455 byte(s)
Diff to
previous 268504
(
colored)
The C shell doesn't work with the script. Updated to BASH (linux folks
on other OSes sh!=bash).
Changed a forward slash with a back slash wich prevents bootstrapping on
unix machines.
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
268347 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Dec 13 09:34:10 2000 UTC
(8 years, 11 months ago)
by
bodewig
File length: 2840 byte(s)
Diff to
previous 268346
(
colored)
Make sure JAVA_HOME/bin/java is executable as well. Only use a single
${JAVAC} command to compile all needed classes in one pass.
Revision
268346 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Dec 13 05:20:08 2000 UTC
(8 years, 11 months ago)
by
jon
File length: 2808 byte(s)
Diff to
previous 268302
(
colored)
since we depend on JAVA_HOME/bin/java to exist later in the script,
then we should check to make sure we can actually see the file
correctly.
Revision
268302 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Dec 5 07:14:14 2000 UTC
(8 years, 11 months ago)
by
jon
File length: 2649 byte(s)
Diff to
previous 268264
(
colored)
added support for cygwin
re-organized things
fixed a couple bugs
correctly set environment variables
correctly execute the building of the ant distribution
all in all, i can now build Ant under cygwin on win98.
Revision
268264 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 29 11:50:08 2000 UTC
(8 years, 11 months ago)
by
bodewig
File length: 1898 byte(s)
Diff to
previous 268257
(
colored)
Moved the instantiation of the RE matcher to a factory. Users can now
choose an implementation of there own by setting a system property.
Revision
268257 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 28 15:10:38 2000 UTC
(8 years, 11 months ago)
by
bodewig
File length: 1847 byte(s)
Diff to
previous 268190
(
colored)
New Mapper type for regular expression replacements. Currently only
jakarta-regexp is supported, at least an ORO implementation will follow.
Revision
268190 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 15 17:45:41 2000 UTC
(9 years ago)
by
bodewig
File length: 1779 byte(s)
Diff to
previous 268098
(
colored)
First part of the scanDir refactoring. This is just a starter to show
what I want to accomplish.
All tasks using a scanDir method to find the source files that are
newer than there targets should get a similar treatment as <copy>.
The major benefit is not to have the functionality in one place but
the added flexibility you get, when you allow the user to specify a
custom FileNameMapper to a task (not there yet).
Nothing (especially not the names) is carved into stone of course.
Revision
268098 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Oct 17 11:09:12 2000 UTC
(9 years, 1 month ago)
by
bodewig
File length: 1730 byte(s)
Diff to
previous 268097
(
colored)
Copy types/defaults.properties during bootstrap.
Submitted by: Cheng-Wei Cheng <CCheng@gluecode.com>
Changed the JIKESON env variable from my last patch to ANT_OPTS to be
consistent with src/bin/ant. Made the same changes to bootstrap.bat.
Revision
268097 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Oct 17 11:00:38 2000 UTC
(9 years, 1 month ago)
by
bodewig
File length: 1629 byte(s)
Diff to
previous 267976
(
colored)
Changed bootstrap.sh so that you can specify the compiler to use via
the JAVAC environment variable. This enables a bootstrap process using
jikes.
Submitted by: GOMEZ Henri <hgomez@slib.fr>
Added a warning about the changed behavior of <delete dir> to WHATSNEW.
Revision
267976 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 8 15:40:38 2000 UTC
(9 years, 2 months ago)
by
bodewig
File length: 1567 byte(s)
Diff to
previous 267846
(
colored)
Change the order parts are added to the CLASSPATH in bootstrap scripts.
PR: Bug 24, Bug Report 75
Submitted by: Mason J Warner <mjw@novanews.com>
Revision
267846 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jul 28 08:57:29 2000 UTC
(9 years, 4 months ago)
by
bodewig
File length: 1567 byte(s)
Diff to
previous 267827
(
colored)
Added documentation for the sql task. bootstrap.sh and ant complain if
JAVA_HOME is not set. Updated building ant section and README.
Submitted by: Jeff Martin <jeff.martin@synamic.co.uk>,
Barrie Treloar <Barrie.Treloar@camtech.com.au>
Revision
267827 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 24 15:53:06 2000 UTC
(9 years, 4 months ago)
by
bodewig
File length: 1271 byte(s)
Diff to
previous 267799
(
colored)
Made Path resolve relative paths through Project. Moved it to the
types package on the same instance, so I had to touch a lot of ather
files as well.
Reported by: Frederic Lavigne <fred@L2FProd.com>
Revision
267799 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jul 19 13:00:46 2000 UTC
(9 years, 4 months ago)
by
bodewig
File length: 1271 byte(s)
Diff to
previous 267793
(
colored)
New Execution Framework.
This new framework should ease development of tasks that need to
execute external processes.
<exec> now invokes ExecTask, a reimplementation of Exec that uses the
new framework but has some additional features.
Submitted by: Thomas Hass <thomas.haas@softwired-inc.com>
Revision
267777 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 13 15:23:48 2000 UTC
(9 years, 4 months ago)
by
conor
File length: 1153 byte(s)
Diff to
previous 267772
(
colored)
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.
Revision
267771 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jul 12 16:04:56 2000 UTC
(9 years, 4 months ago)
by
bodewig
File length: 1164 byte(s)
Diff to
previous 267741
(
colored)
Cleanup/bugfixes int the scripts.
Submitted by: Ken Wood <kwood@i2.com>,
Matthew Dornquast" <matthew.dornquast@webhelp.com>
Revision
267724 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Jul 2 16:29:40 2000 UTC
(9 years, 4 months ago)
by
conor
File length: 757 byte(s)
Diff to
previous 267718
(
colored)
Create an install target
Ant now builds ant.jar in the build area. A separate 'install' target copies
it into ant.home.
Bootstrap has been updated to perform this install step.
Revision
267576 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jan 27 04:43:52 2000 UTC
(9 years, 10 months ago)
by
costin
File length: 669 byte(s)
Diff to
previous 267552
(
colored)
Added TaskAdapter - allows use of external Beans, without requiring them to
extend Task or have any ideea that Ant will use them.
The only requirement is to have a
void execute() throws Exception
That allows Tomcat ( and other projects) to define normal Beans and still
be able to script them.
The usage is identical with normal Task-extending Beans.
Also fixed bootstrap.sh.
Revision
267552 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jan 14 13:50:24 2000 UTC
(9 years, 10 months ago)
by
rubys
File length: 664 byte(s)
Diff to
previous 267550
(
colored)
Allow jakarta-ant to be build into an "ANT_HOME" structure in place.
Move implicit tasks into an explicit init target
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.