/[Apache-SVN]/ant/core/trunk/bootstrap.bat
ViewVC logotype

Log of /ant/core/trunk/bootstrap.bat

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 568513 - (view) (annotate) - [select for diffs]
Modified Wed Aug 22 08:43:46 2007 UTC (2 years, 3 months ago) by peterreilly
File length: 4411 byte(s)
Diff to previous 447800 (colored)
add o.a.t.a.property to bootstrap compilation

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: 4383 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 439448 - (view) (annotate) - [select for diffs]
Modified Fri Sep 1 20:04:18 2006 UTC (3 years, 2 months ago) by bodewig
File length: 4354 byte(s)
Diff to previous 277470 (colored)
copy2license.pl

Revision 277470 - (view) (annotate) - [select for diffs]
Modified Wed Jan 26 13:51:39 2005 UTC (4 years, 10 months ago) by stevel
File length: 4176 byte(s)
Diff to previous 277467 (colored)
date update

Revision 277467 - (view) (annotate) - [select for diffs]
Modified Wed Jan 26 12:26:08 2005 UTC (4 years, 10 months ago) by stevel
File length: 4176 byte(s)
Diff to previous 276915 (colored)
handle no javac on command line better.

Revision 276915 - (view) (annotate) - [select for diffs]
Modified Wed Oct 6 14:58:45 2004 UTC (5 years, 1 month ago) by bodewig
File length: 4146 byte(s)
Diff to previous 274872 (colored)
fix license

Revision 274872 - (view) (annotate) - [select for diffs]
Modified Mon Jul 21 08:56:13 2003 UTC (6 years, 4 months ago) by bodewig
File length: 3593 byte(s)
Diff to previous 272826 (colored)
Fix bootstrap scripts

Revision 272826 - (view) (annotate) - [select for diffs]
Modified Sat Jun 1 12:26:43 2002 UTC (7 years, 5 months ago) by umagesh
File length: 3617 byte(s)
Diff to previous 272468 (colored)
Merge changes made to 1.5 Beta1.

Revision 272468 - (view) (annotate) - [select for diffs]
Modified Tue Apr 16 12:18:23 2002 UTC (7 years, 7 months ago) by bodewig
File length: 3605 byte(s)
Diff to previous 272467 (colored)
There is no reason to expect subclasses for ZipShort and ZipLong

2002

Revision 272467 - (view) (annotate) - [select for diffs]
Modified Tue Apr 16 12:15:34 2002 UTC (7 years, 7 months ago) by sbailliez
File length: 3605 byte(s)
Diff to previous 270659 (colored)
Moving from Crimson 1.1.3 to Xerces 2.0.1

Revision 270659 - (view) (annotate) - [select for diffs]
Modified Thu Jan 10 14:18:42 2002 UTC (7 years, 10 months ago) by bodewig
File length: 3580 byte(s)
Diff to previous 270116 (colored)
Add some more copyright notices.

Revision 270116 - (view) (annotate) - [select for diffs]
Modified Tue Dec 11 14:02:51 2001 UTC (7 years, 11 months ago) by bodewig
File length: 3487 byte(s)
Diff to previous 269991 (colored)
Don't keep old testcases around when doing a bootstrap build.

Revision 269991 - (view) (annotate) - [select for diffs]
Modified Thu Nov 22 16:16:47 2001 UTC (8 years ago) by bodewig
File length: 3519 byte(s)
Diff to previous 269926 (colored)
Add meta section: FAQ about the FAQ.

Revision 269926 - (view) (annotate) - [select for diffs]
Modified Fri Nov 16 09:49:19 2001 UTC (8 years ago) by donaldp
File length: 2684 byte(s)
Diff to previous 269919 (colored)
Fix up packaging of bzip utilities.

Submitted by: "Magesh Umasankar" <umagesh@rediffmail.com>

Revision 269919 - (view) (annotate) - [select for diffs]
Modified Thu Nov 15 09:14:10 2001 UTC (8 years ago) by donaldp
File length: 2683 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 269900 - (view) (annotate) - [select for diffs]
Modified Mon Nov 12 11:26:48 2001 UTC (8 years ago) by bodewig
File length: 2663 byte(s)
Diff to previous 269812 (colored)
Add documentation for the replaceregexp task

Submitted by:	Matthew Inger <matti@sedonacorp.com>

Revision 269812 - (view) (annotate) - [select for diffs]
Modified Tue Oct 23 06:10:50 2001 UTC (8 years, 1 month ago) by rubys
File length: 2677 byte(s)
Diff to previous 269664 (colored)
Bootstraps are not cleaning up after themselves.

Revision 269664 - (view) (annotate) - [select for diffs]
Modified Thu Aug 30 13:29:20 2001 UTC (8 years, 2 months ago) by conor
File length: 2753 byte(s)
Diff to previous 269481 (colored)
Final merge from 1.4 tree

Revision 269481 - (view) (annotate) - [select for diffs]
Modified Tue Aug 7 05:45:16 2001 UTC (8 years, 3 months ago) by bodewig
File length: 2701 byte(s)
Diff to previous 269331 (colored)
Explicitly compile the stuff that javac will pick up because of
dependencies anyway.

Revision 269331 - (view) (annotate) - [select for diffs]
Modified Thu Jul 12 12:12:51 2001 UTC (8 years, 4 months ago) by conor
File length: 2624 byte(s)
Diff to previous 269284 (colored)
Use /nul when checkign for the existence of directories on Windows
(Although it doesn't work if the directory name is quoted - woohoo)
Check for Ant in C:\Ant for Windows 9X users

PR:	2101
Based on suggestion by eswierk@cs.stanford.edu (Ed Swierk)

Revision 269284 - (view) (annotate) - [select for diffs]
Modified Sat Jul 7 12:37:59 2001 UTC (8 years, 4 months ago) by conor
File length: 2596 byte(s)
Diff to previous 268962 (colored)
Make Ant work with spaces everywhere.
PR:	562

Revision 268962 - (view) (annotate) - [select for diffs]
Modified Tue Apr 24 08:42:01 2001 UTC (8 years, 7 months ago) by bodewig
File length: 2590 byte(s)
Diff to previous 268768 (colored)
More JDK 1.1 issues. Culprits have been <pvcs>, <record> and the new
zip package.

Revision 268768 - (view) (annotate) - [select for diffs]
Modified Wed Mar 7 18:53:13 2001 UTC (8 years, 8 months ago) by rubys
File length: 2571 byte(s)
Diff to previous 268755 (colored)
Enable bootstrap to be executed multiple times without prompting on
Windows.  Does not appear to be a problem on Unix.
----------------------------------------------------------------------

Revision 268755 - (view) (annotate) - [select for diffs]
Modified Sun Mar 4 13:35:51 2001 UTC (8 years, 8 months ago) by conor
File length: 2417 byte(s)
Diff to previous 268737 (colored)
Update to Jaxp 1.1

Also - handle spaces in classpaths

Revision 268737 - (view) (annotate) - [select for diffs]
Modified Tue Feb 27 02:16:06 2001 UTC (8 years, 9 months ago) by donaldp
File length: 2414 byte(s)
Diff to previous 268652 (colored)
Added -emacs flag.

Revision 268652 - (view) (annotate) - [select for diffs]
Modified Tue Feb 13 12:32:01 2001 UTC (8 years, 9 months ago) by conor
File length: 2407 byte(s)
Diff to previous 268578 (colored)
Merge of 1.3 branch changes into the main branch

Revision 268578 - (view) (annotate) - [select for diffs]
Modified Sun Feb 4 11:46:23 2001 UTC (8 years, 9 months ago) by conor
File length: 2373 byte(s)
Diff to previous 268560 (colored)
Copy - which is to save compiling files which have already been compiled
now goes to the right place.

Revision 268560 - (view) (annotate) - [select for diffs]
Modified Fri Feb 2 04:58:54 2001 UTC (8 years, 9 months ago) by conor
File length: 2318 byte(s)
Diff to previous 268545 (colored)
Build process tweaks. Source distribution now builds out of box on
Solaris.

Revision 268545 - (view) (annotate) - [select for diffs]
Modified Wed Jan 31 09:42:04 2001 UTC (8 years, 9 months ago) by conor
File length: 2268 byte(s)
Diff to previous 268542 (colored)
Further tuning of the build scripts. The bootstrap now goes into
the bootstrap directory to minimise interference with the CVS lib
directory.

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: 2225 byte(s)
Diff to previous 268510 (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 268510 - (view) (annotate) - [select for diffs]
Modified Tue Jan 23 14:16:29 2001 UTC (8 years, 10 months ago) by donaldp
File length: 1927 byte(s)
Diff to previous 268507 (colored)
Made sure environment is left cleaner

Revision 268507 - (view) (annotate) - [select for diffs]
Modified Tue Jan 23 08:44:46 2001 UTC (8 years, 10 months ago) by donaldp
File length: 1913 byte(s)
Diff to previous 268504 (colored)
Work in almost all of Conors suggestions

Revision 268504 - (view) (annotate) - [select for diffs]
Modified Tue Jan 23 05:10:39 2001 UTC (8 years, 10 months ago) by donaldp
File length: 1889 byte(s)
Diff to previous 268496 (colored)
Checked in alpha version of new build system.

May not fully build on *nix platforms yet.

Revision 268496 - (view) (annotate) - [select for diffs]
Modified Sun Jan 21 01:49:03 2001 UTC (8 years, 10 months ago) by donaldp
File length: 2195 byte(s)
Diff to previous 268380 (colored)
Added ^M's so it is easier for peeps working on windows who check out using unix style linefeeds.

Revision 268380 - (view) (annotate) - [select for diffs]
Modified Wed Dec 20 11:18:13 2000 UTC (8 years, 11 months ago) by conor
File length: 2195 byte(s)
Diff to previous 268265 (colored)
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.

Revision 268265 - (view) (annotate) - [select for diffs]
Modified Wed Nov 29 11:54:14 2000 UTC (8 years, 11 months ago) by bodewig
File length: 2190 byte(s)
Diff to previous 268257 (colored)
Forgot to adapt bootstrap.bat.

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: 2140 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: 2097 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: 2073 byte(s)
Diff to previous 267976 (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 267976 - (view) (annotate) - [select for diffs]
Modified Fri Sep 8 15:40:38 2000 UTC (9 years, 2 months ago) by bodewig
File length: 1988 byte(s)
Diff to previous 267799 (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 267799 - (view) (annotate) - [select for diffs]
Modified Wed Jul 19 13:00:46 2000 UTC (9 years, 4 months ago) by bodewig
File length: 1988 byte(s)
Diff to previous 267777 (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: 1963 byte(s)
Diff to previous 267774 (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 267774 - (view) (annotate) - [select for diffs]
Modified Wed Jul 12 22:30:39 2000 UTC (9 years, 4 months ago) by conor
File length: 1901 byte(s)
Diff to previous 267770 (colored)
Make sure bootstrap uses the src version of lcp.bat

Submitted by:	Christopher Elkins <celkins@scardini.com>

Revision 267770 - (view) (annotate) - [select for diffs]
Modified Wed Jul 12 15:54:17 2000 UTC (9 years, 4 months ago) by conor
File length: 1877 byte(s)
Diff to previous 267744 (colored)
Rework the ant build process for NT/Windows

Change so that
build.bat is used just to build ant itself.
ant.bat should be used to run ant for other projects.

Revision 267744 - (view) (annotate) - [select for diffs]
Modified Sat Jul 8 02:54:30 2000 UTC (9 years, 4 months ago) by conor
File length: 1887 byte(s)
Diff to previous 267741 (colored)
Fix problem bootstrapping under JDK 1.1

Revision 267741 - (view) (annotate) - [select for diffs]
Modified Fri Jul 7 01:30:43 2000 UTC (9 years, 4 months ago) by rubys
File length: 1878 byte(s)
Diff to previous 267724 (colored)
Pick up jar files from the lib directory in the bootstrap process

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: 1732 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 267718 - (view) (annotate) - [select for diffs]
Modified Fri Jun 30 14:30:26 2000 UTC (9 years, 4 months ago) by conor
File length: 1676 byte(s)
Diff to previous 267656 (colored)
Make sure bootstrap builds start with a clean build area.

Revision 267656 - (view) (annotate) - [select for diffs]
Modified Wed Apr 26 19:09:17 2000 UTC (9 years, 7 months ago) by rubys
File length: 1670 byte(s)
Diff to previous 267634 (colored)
Support JAXP and SAX1.0
Submitted by: Matt Foemmel

Revision 267634 - (view) (annotate) - [select for diffs]
Modified Fri Mar 17 23:15:35 2000 UTC (9 years, 8 months ago) by jhunter
File length: 1738 byte(s)
Diff to previous 267633 (colored)
Stopped the script from blowing away the JAVA_HOME/JAVA/JAVAC/CLASSPATH values.
Without this fix it didn't work on my NT JDK 1.3b system.  I've tested the
current script on JDK 1.3b and JDK 1.2 and it now respects JAVA_HOME.

Revision 267633 - (view) (annotate) - [select for diffs]
Modified Fri Mar 17 15:22:08 2000 UTC (9 years, 8 months ago) by preston
File length: 1641 byte(s)
Diff to previous 267597 (colored)
Old bootstrap.bat did not work.

Revision 267597 - (view) (annotate) - [select for diffs]
Modified Thu Feb 10 18:04:29 2000 UTC (9 years, 9 months ago) by stefano
File length: 1700 byte(s)
Diff to previous 267593 (colored)
added Tar task + implementation classes

Revision 267593 - (view) (annotate) - [select for diffs]
Modified Tue Feb 8 03:43:09 2000 UTC (9 years, 9 months ago) by rubys
File length: 1591 byte(s)
Diff to previous 267552 (colored)
make sure that bootstrap builds bin directory

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: 1590 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

Revision 267550 - (view) (annotate) - [select for diffs]
Modified Thu Jan 13 18:08:19 2000 UTC (9 years, 10 months ago) by rubys
File length: 1599 byte(s)
Diff to previous 267549 (colored)
Make system self contained, bootstrapable, and buildable on both
Windows and Unix platforms.

Revision 267549 - (view) (annotate) - [select for diffs]
Added Thu Jan 13 10:42:41 2000 UTC (9 years, 10 months ago) by duncan
File length: 1612 byte(s)
initial checkin

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.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2