October 2000 Commit Log

Number of Commits:
85
Number of Active Developers:
3
bodewig 2000-10-31 13:53

Added a nested prefixedfileset element to <war>

116 lines of code changed in:

bodewig 2000-10-31 12:13

Added an output attribute to <java>.

83 lines of code changed in:

bodewig 2000-10-31 11:12

Reinstate javadoc's failonerror attribute.



Requested by: Corey Puffalt <corey@kelman.com>

25 lines of code changed in:

conor 2000-10-30 13:35

Fix minor type in Zip task

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Zip.java (+1 -1)
bodewig 2000-10-30 08:43

Let users override whether the <junit> tasks fork or not (default is no).



Submitted by: Vincent Bergbauer <vincent_bergbauer@yahoo.com>

7 lines of code changed in:

conor 2000-10-29 13:10

Restore the -d flag for destdir when it is supplied. Whilst this is an option

of the standard doclet, many other doclets also use it. For doclets which do not

like it, simply do not provide a destdir attribute to the javadoc tag.



The check for whether destDir is supplied only operated if the standard doclet

is being used (or using javadoc1)



Based on the observation of Scott M Stark <Scott_Stark@displayscape.com>

3 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Javadoc.java (+3 -2)
conor 2000-10-28 05:06

Depend task



This task examines classes to build a dependency map. For any class file

which is out of date with respect to its source, all class files which depend

on that class are deleted, forcing them to be recompiled.



This is a java specific approach.

3177 lines of code changed in:

bodewig 2000-10-27 15:23

Remove documentation for failonerror attribute of javadoc. It doesn't

exist anymore.



Submitted by: Corey Puffalt <corey@kelman.com>

2 lines of code changed in:

bodewig 2000-10-27 14:59

javadoc correction to ExecTask



Submitted by: Jesse Glick <Jesse.Glick@netbeans.com>



Make Path use getCanonicalPath throughout.



Submitted by: Vincent Bergbauer <vincent_bergbauer@yahoo.com>



Remove deprecation warnings in SignJar



Submitted by: KC Baltz <KBaltz@responsenetworks.com>



Give user a clue if the classic compiler can not be found.



Submitted by: Erik Meade <emeade@geekfarm.org>

67 lines of code changed in:

conor 2000-10-25 13:02

Documentation for native2ascii task





Submitted by: Andrew Sudell <asudell@Op.Net>

117 lines of code changed in:

conor 2000-10-25 12:05

Make sure files get closed even when there is an exception.

9 lines of code changed in:

conor 2000-10-25 11:59

Added the propertyfile task which can manipulate property files.



Submitted by: Jeremy Mawson <jeremym@qsipayments.com>

433 lines of code changed in:

conor 2000-10-25 11:08

Add some grouping to the Ant Javadoc generation.

Not bad as an example usage of the group nested element too.

3 lines of code changed in:

conor 2000-10-24 14:50

Include build.sh in the files whose permission are set and linendings

adjusted.

2 lines of code changed in:

conor 2000-10-24 12:53

Bump version up to version 1.3alpha

1 lines of code changed in:

Repository Tag: ANT_12
conor 2000-10-24 08:45

Preparing for 1.2 release.

1 lines of code changed in:

conor 2000-10-24 08:23

Update locations of the latest release

4 lines of code changed in:

conor 2000-10-24 08:11

Preparing for 1.2 release build

1 lines of code changed in:

conor 2000-10-24 08:07

Update documentation for Filter task

Update documentation date



Submitted by: Gero Vermaas <Gero.Vermaas@sun.com>

22 lines of code changed in:

bodewig 2000-10-20 11:36

Make <javac> always add +F to the jikes command line if

build.compiler.fulldepend has been set.

10 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Javac.java (+10 -5)
bodewig 2000-10-20 08:06

exclude the helper files for the testcases from the binary

distribution, we don't ship the test sources there either.

4 lines of code changed in:

bodewig 2000-10-20 07:55

Include src/etc in the binary distribution.

6 lines of code changed in:

bodewig 2000-10-19 16:07

and don't swap stderr and stdout either.



The release build is correct BTW, CVS claimed I changed the file fast

enough, but it committed something else, grr.

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Javac.java (+2 -2)
bodewig 2000-10-19 15:25

Better redirect stderr and stdout instead of stderr twice.

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Javac.java (+2 -2)
bodewig 2000-10-19 14:52

Ensure the output of the modern compiler is going to be redirected as

well.



Prepare for a second release candidate build.

11 lines of code changed in:

conor 2000-10-19 13:47

ejbc rollback

0 lines of code changed in:

conor 2000-10-19 13:29

Roll back EJBC changes to the separate helper run in a separate VM. The use of

the class loader was causing some users problems which arise when the system

classpath and the classloader's classpath overlap.



This will remove Jikes support from the ejbc task, but I think the stability of

the task, going into the 1.2 release is more important.

100 lines of code changed in:

bodewig 2000-10-19 11:30

It seems far more plausible to interpret a relative file URI in SYSTEM

entities relative to the build file instead of basedir, doesn't it?

14 lines of code changed in:

bodewig 2000-10-19 10:57

Resolve filenames in SYSTEM entity declarations relative to the

project's basedir.

18 lines of code changed in:

conor 2000-10-18 13:36

Allow ant to be installed in a Windows directory containing spaces such as

c:\Program Files\ant

7 lines of code changed in:

bodewig 2000-10-18 09:49

Documented Ant's built in properties.

13 lines of code changed in:

bodewig 2000-10-18 08:46

And no stack trace for classic compiler either.

5 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Javac.java (+5 -1)
bodewig 2000-10-18 08:44

Don't print stack traces on compilation errors.

9 lines of code changed in:

conor 2000-10-17 14:25

Make sure ejbc task handles situation when build.compiler is not set



I didn't use Jeremy's patch directly since ejbcHelper is only interested if

build.compielr is equal to Jikes



Submitted by: Jeremy Taylor <jtaylor@lehman.com>

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/ejb: EjbcHelper.java (+1 -1)
bodewig 2000-10-17 12:12

Make MacOS X a valid Unix (in <chmod>'s point of view).



Submitted by: Stuart Roebuck <sr@adolos.com>

4 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Chmod.java (+4 -3)
bodewig 2000-10-17 11:15

Made sure bootstrap.sh is executable in the distribution builds.



Submitted by: Cheng-Wei Cheng <CCheng@gluecode.com>

2 lines of code changed in:

bodewig 2000-10-17 11:09

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.

4 lines of code changed in:

bodewig 2000-10-17 11:00

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.

13 lines of code changed in:

conor 2000-10-16 13:22

Make the flatdestdir attribute work when using deployment descriptors

in the root directory



Minor javadoc fix in wlrun

5 lines of code changed in:

conor 2000-10-16 12:43

Add documentation for wlrun and wlstop tasks

107 lines of code changed in:

conor 2000-10-16 11:59

Document the <doclet> nested element for Javadoc

22 lines of code changed in:

conor 2000-10-16 09:41

Provide access to more ejbc options

45 lines of code changed in:

conor 2000-10-16 09:40

Provide more control over running Weblogic.

39 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/ejb: WLRun.java (+39 -11)
conor 2000-10-16 09:38

Add warning about sytnax change for this task

11 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/ejb: EjbJar.java (+11)
bodewig 2000-10-16 09:21

Don't print the message of a thrown BuildException to stderr twice.



Submitted by: Diane Holt <holtdl@yahoo.com>,

Nico Seessle <Nico.Seessle@epost.de>

26 lines of code changed in:

  • src/main/org/apache/tools/ant: Main.java (+26 -6)
bodewig 2000-10-16 09:09

Better error reporting when <ant> cannot find the build file, grammar

correction.



Submitted by: Diane Holt <holtdl@yahoo.com>

5 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Ant.java (+5 -1)
bodewig 2000-10-16 08:52

Some convenience targets for release builds.

164 lines of code changed in:

bodewig 2000-10-16 07:34

Changed examples to use copy and delete instead of copydir and deltree.



Submitted by: Lee Breisacher <LBreisacher@seagullsw.com>

17 lines of code changed in:

bodewig 2000-10-16 07:23

Documented some more changes in WHATSNEW.

8 lines of code changed in:

bodewig 2000-10-13 13:15

Change version from 1.2alpha to 1.2rc - release candidate.

1 lines of code changed in:

bodewig 2000-10-13 09:43

Reset destDir to null in <copy> if destFile has been set. This allows

a single instance of Copy to be used more than one - like in



ant -Dant.install=../dist/jakarta-ant dist install



where the second time the dist target gets executed would throw an

exception. You can see this in the logs of recent nightly builds of Ant.

6 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Copy.java (+6)
bodewig 2000-10-13 09:24

Give the user a clue what to do when the "task could not be found"

exception occurs.



Submitted by: Erik Meade <emeade@geekfarm.org>

4 lines of code changed in:

bodewig 2000-10-13 09:14

Added a location attribute to <property> to provide easy access to the

Project.resolvePath functionality to the user.



Submitted by: Jose Alberto Fernandez <JFernandez@viquity.com>

14 lines of code changed in:

bodewig 2000-10-12 16:09

typo

1 lines of code changed in:

bodewig 2000-10-12 15:59

Added a nested sysproperty element to <java>. This allows the user to

set system properties even in non-fork mode.



Submitted by: Jose Alberto Fernandez <JFernandez@viquity.com>

132 lines of code changed in:

bodewig 2000-10-12 15:00

Made destdir in <javac> optional - don't use the -d switch at all if

this one hasn't been given.



Submitted by: Alexander Pokahr <5pokahr@informatik.uni-hamburg.de>

22 lines of code changed in:

bodewig 2000-10-12 13:38

Make sure a BuildException thrown inside a <script> doesn't get

wrapped into yet another BuildException.



Submitted by: Nico Seessle <nico@seessle.de>

9 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional: Script.java (+9 -3)
bodewig 2000-10-12 13:29

Throw an exception if the zip/jar/warfile attribute has been omitted

in Zip.



Submitted by: Nico Seessle <nico@seessle.de>

4 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Zip.java (+4)
bodewig 2000-10-12 13:25

Documentation change, javac.destdir is no longer required.

2 lines of code changed in:

bodewig 2000-10-12 13:22

Make <javac> use the value of srcdir as destdir if the latter has not

been specified.



Submitted by: Alexander Pokahr <5pokahr@informatik.uni-hamburg.de>

6 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Javac.java (+6 -3)
bodewig 2000-10-12 06:53

Made AntClassLoader always add java.* and javax.* to the list of

packages to load via the system classloaders.



This fixes the problem reported by Erik Meade <emeade@geekfarm.org>.

4 lines of code changed in:

glennm 2000-10-10 16:27

Throws BuildException if it tries to resolve a path which

will go further up than the root of the file-system.



Reported by: Noris Boyd

Patch submitted by: Nico Seessle

5 lines of code changed in:

bodewig 2000-10-10 14:56

Make <sql> ignore empty "statements".



Submitted by: Jose Alberto Fernandez <JFernandez@viquity.com>

5 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: SQLExec.java (+5 -2)
bodewig 2000-10-10 14:52

Synced the documentation for <javac> with the implementation.



Reported by: Ernst de Haan <ernst@jollem.com>

5 lines of code changed in:

bodewig 2000-10-06 12:49

Make the system call a little bit more secure.



Submitted by: Olivier Louchart-Fletcher <olivier.louchart@netregistry.au.com>

9 lines of code changed in:

glennm 2000-10-06 11:32

Updated the copy and merge task docs to include the includeEmptyDirs

attribute.

29 lines of code changed in:

glennm 2000-10-06 11:24

Added an includeEmptyDirs attribute to Copy and Move tasks. The default

action is to include empty directories in any copy and move action. It makes

a lot more sense for Move, and seems reasonable for Copy.



Fixed up Move to correctly remove the original directories rather than leave

them behind.

116 lines of code changed in:

bodewig 2000-10-06 10:54

Documentation for the perforce task.

Submitted by: Joe Walker <Joe.Walker@barclaycard.co.uk>

83 lines of code changed in:

bodewig 2000-10-06 07:57

New optional task for the SCC system Perforce.

Submitted by: Walker Joe <Joe.Walker@barclaycard.co.uk>

45 lines of code changed in:

bodewig 2000-10-06 07:40

(Re)enable support for multiple CVS modules in a single cvs task.



Submitted by: Josh Lucas <josh@stonecottage.com>

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Cvs.java (+1 -1)
bodewig 2000-10-06 07:35

Don't assume it has been the build file if the parser throws a

FileNotFoundException. Could be an external entity or a DTD file as

well.



Submitted by: Scotte Zinn <szinn@patronix.com>

1 lines of code changed in:

bodewig 2000-10-06 07:32

Fixed documentation for <antcall>

Submitted by: Nico Seessle <nico@seessle.de>,

Diane Holt

2 lines of code changed in:

bodewig 2000-10-06 07:27

Fixed what looks like a typo in the error message.

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Copy.java (+2 -2)
glennm 2000-10-05 17:19

Removed dir attribute from Copy and

Move tasks. Now you can only copy

or move entire directories with

nested FileSets.



Prompted by a patch submitted by

Nico Seessle.

46 lines of code changed in:

bodewig 2000-10-05 12:14

Fixed type on jlink documentation.

Submitted by: Steve Zindel <steve.zindel@semrev.ch>

3 lines of code changed in:

bodewig 2000-10-05 09:12

Allow the user to specify a classpath to <junit> even if fork="off".

56 lines of code changed in:

bodewig 2000-10-05 07:58

Let jikes use the temporary file solution if the total length of the

command line exceeds 4k.

8 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Javac.java (+8 -9)
bodewig 2000-10-05 07:48

Make sure files are getting closed.

Submitted by: Nico Seessle <nico@seessle.de>

22 lines of code changed in:

bodewig 2000-10-04 10:42

Extended testcase for <filter> to show that Bug #38 (report #184) has

already been fixed.

Submitted by: Erik Meade <emeade@geekfarm.org>

79 lines of code changed in:

bodewig 2000-10-04 09:57

Made sure that Project.resolveFile would always use the canonical path

of a file.

Submitted by: Adam Murdoch <adammurdoch@yahoo.com>

9 lines of code changed in:

bodewig 2000-10-04 09:46

Fixed some testcases:



(1) make the Path tests work on Windows even if not working on C:

Submitted by: Erik Meade <emeade@geekfarm.org>



(2) Take care of deprecation warnings and added functionality for some

of the file handling tasks.

18 lines of code changed in:

bodewig 2000-10-04 09:29

Fixed detection of duplicate entries in <jlink>.

Submitted by: Matthew Kuperus Heun <matthew.k.heun@gaerospace.com>

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/jlink: jlink.java (+1 -1)
bodewig 2000-10-04 09:18

Made the old file handling tasks even more deprecated. Made Ant use

the new tasks in its own buildfile.



Fixed a problem with <delete dir=""> when the directory didn't exists

(deltree would ignore this - delete now does so as well).

46 lines of code changed in:

glennm 2000-10-04 04:35

Consolidation of Copyfile, Copydir, Delete, Deltree, and Rename into

Copy, Move, and Delete tasks.

813 lines of code changed in:

glennm 2000-10-02 13:52

Patch to ensure a properties file is always closed after its read. Contributed

by Nico Seessle.

Some cleanup of field access levels, etc. by me.

25 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Property.java (+25 -18)

September 2000 »

Generated by StatSVN 0.3.2-SNAPSHOT