September 2001 Commit Log

Number of Commits:
51
Number of Active Developers:
5
conor 2001-09-30 13:21

Merge of 1.4.1 changes into Main truck for Gump testing

759 lines of code changed in:

donaldp 2001-09-29 03:51

Make the project accessible via consistent name ("project").



Submitted by: "Erik Hatcher" <jakarta-ant@ehatchersolutions.com>

3 lines of code changed in:

  • docs/manual/OptionalTasks: script.html (+1 -1)
  • src/main/org/apache/tools/ant/taskdefs/optional: Script.java (+2)
donaldp 2001-09-29 03:45

Added the ability to set the loader-file as a parameter



Submitted by: Marcus B?rger <Marcus.Boerger@post.rwth-aachen.de>

33 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional: StyleBook.java (+33 -25)
stevel 2001-09-28 05:50

Adding some more detail to the documentation, such as a pointer to where jasper comes from, another example, the failonerror flag and some more minor cleaning up.

89 lines of code changed in:

  • docs/manual/OptionalTasks: jspc.html (+89 -20)
bodewig 2001-09-27 06:58

change download links.

22 lines of code changed in:

bodewig 2001-09-26 07:07

Fix logic of last patch to make <zipfileset src="foo.zip" /> work again.

4 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Zip.java (+4 -4)
donaldp 2001-09-24 16:28

Fixed case where



<zip zipfile="test.zip">

<zipfileset src="test1.jar"

includes="META-INF/taglib.tld"

fullpath="tld/taglib.tld"/>

</zip>



would fail to copy source file to fullpath.



Submitted by: "Bordet, Simone" <Simone.Bordet@compaq.com>

18 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Zip.java (+18 -9)
donaldp 2001-09-24 15:57

Remove whitespace at end of lines.

42 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Zip.java (+42 -42)
conor 2001-09-20 11:13

Fix up cut and paste error - oops - Thanks Sam

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Replace.java (+2 -2)
conor 2001-09-19 12:10

Add encoding to <replace> task so that replace can work on double byte

characters

26 lines of code changed in:

conor 2001-09-19 12:06

Add an encoding attribute so SQL statements can be double byte



PR: 3080

22 lines of code changed in:

  • docs/manual/CoreTasks: sql.html (+5)
  • src/main/org/apache/tools/ant/taskdefs: SQLExec.java (+17 -1)
bodewig 2001-09-19 09:01

and update the page for the site as well.



Submitted by: Vincent Massol <vmassol@octo.com>

2 lines of code changed in:

donaldp 2001-09-17 05:52

Revert to old gzip interface.

3 lines of code changed in:

donaldp 2001-09-15 10:23

Delegate to Task.perform() instead which has better error checking rather than reimplementing in this class.

1 lines of code changed in:

donaldp 2001-09-15 04:08

Made the -projecthelp only print out targets that have coresponding descriptions unless loglevel is verbose or debug.



Don't you hate it when you forget to commit changes?

23 lines of code changed in:

  • src/main/org/apache/tools/ant: Main.java (+23 -25)
donaldp 2001-09-15 04:06

Clean whitespace

0 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/junit: DOMUtil.java (-1)
donaldp 2001-09-15 04:05

I noticed that when a task is created using taskdef, all messages were

being logged against the target.



Submitted by: Garrick Olson <Garrick.Olson@Aceva.com>

7 lines of code changed in:

bodewig 2001-09-14 06:04

use FileUtils' resolution method for the dir/antfile logic



committed in this branch to see whether it has broken something in

next GUMP run.

3 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Ant.java (+3 -8)
bodewig 2001-09-13 16:02

make merge easier by manually merging this file (added encoding decl).

1 lines of code changed in:

donaldp 2001-09-13 09:19

Made codebase not violate the JLS recomendations by removing redundent access specifiers.

26 lines of code changed in:

donaldp 2001-09-13 08:40

Removed redundent access specifiers so that Ant compiles cleanly in jikes pedantic mode. They are "strongly discouraged" by the JLS spec.

96 lines of code changed in:

donaldp 2001-09-13 08:33

Removed ; characters in innapropriate places to get rid of jikes warning:



Warning: An EmptyDeclaration is a deprecated feature that should not be used - ";" ignored.

3 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Exec.java (+1 -1)
  • src/main/org/apache/tools/ant/taskdefs/optional/depend: Depend.java (+1 -1)
  • src/main/org/apache/tools/ant/taskdefs/optional/ejb: EjbJar.java (+1 -2)
donaldp 2001-09-13 08:31

First cut at a generic jspc task/facade system.



Submitted by: Matthew Watson <mattw@mortbay.com>

611 lines of code changed in:

donaldp 2001-09-13 05:21

Reworked task to use files internall rather than strings so that the task doesn't have to try and resolve things internally.



Based on Daniel Hoppe <hoppe@sitewaerts.de> 's patch.

21 lines of code changed in:

donaldp 2001-09-13 04:48

Noted that inheritall bug had been fixed.

2 lines of code changed in:

donaldp 2001-09-13 04:38

Fix bug in Ant where the system properties would not be placed into new Project when inheritall=false. (This was due to confusion between variable naming).



Submitted by: Jason Brittain <jasonb@collab.net>

2 lines of code changed in:

  • lib/optional: .cvsignore (+1)
  • src/main/org/apache/tools/ant/taskdefs: Ant.java (+1 -1)
donaldp 2001-09-13 02:53

Fixed spelling mistake (superseded).

2 lines of code changed in:

donaldp 2001-09-13 01:57

Remove name attribute from project.

1 lines of code changed in:

donaldp 2001-09-12 16:43

Oops I used the wrong convention!!!



This patch corrects it so that the old zipfile attribute is now tofile.

13 lines of code changed in:

donaldp 2001-09-12 15:41

Super is redundent.

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Jar.java (+1 -1)
donaldp 2001-09-12 15:26

Update ant build file so that it uses the new unified "file" attribute for all archive manipulation tasks.

6 lines of code changed in:

donaldp 2001-09-12 15:23

Deprecated zipfile in favour of file to follow siuit with the other tasks that d

eal with archives.

4 lines of code changed in:

donaldp 2001-09-12 15:21

Deprecated zipfile in favour of file to follow siuit with the other tasks that deal with archives.

7 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: GZip.java (+7 -2)
donaldp 2001-09-12 15:19

Deprecated earfile in favour of file.

6 lines of code changed in:

  • WHATSNEW (+2 -2)
  • docs/manual/CoreTasks: ear.html (+2 -2)
  • src/main/org/apache/tools/ant/taskdefs: Ear.java (+2 -1)
donaldp 2001-09-12 15:19

remove super. as it is redundent.

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: War.java (+1 -1)
donaldp 2001-09-12 15:18

Remove deprecated tag as that method is NOT deprecated - gotta love copy-paste documentation ;)

0 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Zip.java (-1)
donaldp 2001-09-12 14:21

Unify the attribute of the archive to "file" rather than having three separate attributes (zipfile, jarfile and warfile).

35 lines of code changed in:

donaldp 2001-09-12 01:58

Added documentation for new P4Add task.



Submitted by: Anli Shundi <ashundi@tibco.com>

51 lines of code changed in:

bodewig 2001-09-11 11:47

YALP (yet another logo proposal 8-)



Submitted by: Joe Marron <jmarron@contextmedia.com>

32 lines of code changed in:

donaldp 2001-09-11 01:37

Added in perforce p4add task.



Submitted by: Anli Shundi <ashundi@tibco.com>

145 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: defaults.properties (+1)
  • src/main/org/apache/tools/ant/taskdefs/optional/perforce: P4Add.java (new 144)
donaldp 2001-09-10 16:05

Added redundent statement to aid understanding (will be optimized out by compiler anyways).

1 lines of code changed in:

donaldp 2001-09-10 15:39

I added an XML declaration (<?xml version="1.0"?>) to the XML log file.

Also, I removed some extra spaces in XmlLogger.java.



Submitted by: "Ingmar Stein" <stein@xtramind.com>

12 lines of code changed in:

bodewig 2001-09-10 12:21

Update link to the Cactus Ant tutorial.



Submitted by: Vincent Massol <vmassol@octo.com>

2 lines of code changed in:

bodewig 2001-09-10 11:20

keep track of release history in the FAQ.

19 lines of code changed in:

nico 2001-09-08 01:05

- Applied manual patches supplied by Daniel Martin <dtmartin24@home.com>

- Fixed some other places too.

189 lines of code changed in:

donaldp 2001-09-07 03:23

Updated Get task so that it supports authenticated URLS.



Submitted by: Gautam Guliani <gautamg@grassroots-tech.com>

138 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Get.java (+138)
donaldp 2001-09-06 03:19

Fixed links.



Submitted by: Jeff Turner <jeff@socialchange.net.au>

3 lines of code changed in:

donaldp 2001-09-06 02:48

I have used the pvcs task and have come up with a patch that

I believe will address Bug ID 3219 in a slightly more flexible

way, and also allows the archive filename extension to vary

from the format hardcoded in the createFolders() method in

Pvcs.java



Submitted by: Steven Newton <snewton@standard.com>

25 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/pvcs: Pvcs.java (+25 -3)
conor 2001-09-05 04:28

Update front page

10 lines of code changed in:

nico 2001-09-04 18:26

Filtering was active during copying docs/images - bad results for our nice logos :-(

10 lines of code changed in:

conor 2001-09-03 12:51

Announce 1.4 release

24 lines of code changed in:

August 2001 »

Generated by StatSVN 0.3.2-SNAPSHOT