November 2002 Commit Log

Number of Commits:
72
Number of Active Developers:
6
bodewig 2002-11-28 09:37

better update our own links as well

14 lines of code changed in:

bodewig 2002-11-28 08:38

moved the KEYS file

2 lines of code changed in:

bodewig 2002-11-27 17:01

<http>'s errorsbeginat didn't work, Bug 14833

3 lines of code changed in:

bodewig 2002-11-27 16:38

<xmlvalidate> ignored the encoding declaration of files it should

validate.



PR: 11279

42 lines of code changed in:

bodewig 2002-11-26 07:45

Add pointers to JCSC and Greebo



Submitted by: Ralph Jocham <rjocham72 at yahoo.com>

Ozben Evren <OzbenE at discore.com>

188 lines of code changed in:

bodewig 2002-11-26 07:43

exclude all velocity logfiles

1 lines of code changed in:

bodewig 2002-11-25 12:42

propery copyright line format

1 lines of code changed in:

chrisw 2002-11-24 11:18

Finally updated Wolf and my e-Mail addresses.

4 lines of code changed in:

costin 2002-11-21 22:42

Allow multiple <systemPath> ( system path is used to add more stuff

to the 'main' loader - for example to add junit.jar so that

<junit> optional task can work )

13 lines of code changed in:

  • proposal/embed/src/java/org/apache/tools/ant/taskdefs: SystemPath.java (+13 -8)
costin 2002-11-21 22:40

I hope this won't brake anything :-), but I need to try it.



Remove the reference to the task after the task execution.

Next time the task is called a new instance will be created.



This avoids excessive memory usage and potential leaks in large

programs. All the memory that is used by the task - i.e. the

task itself and all the object it creates - are beeing hold in

memory and prevented from GC by this reference.



I hope this will remove some OutOfMemory errors for large build

files.



Nicola - please let me know if you see any problems after this change !

3 lines of code changed in:

costin 2002-11-21 22:29

Merged the patch from Nicola.



Removed some stuff that was not used.



If the dynamic properties are adopted in the main tree, we

can remove ( or move out ) the optional implementations.



I also removed the jmx stuff - there is no need to have them

tied to embed or ant1.6. Some functional ( but not complete )

jmx tasks are already in jakarta-commons/modeler ( including

code to control tomcat5 using jmx )

15 lines of code changed in:

umagesh 2002-11-21 22:16

Expand tasks did not behave as expected with PatternSets.



PR: 11100

Submitted by: gudnabrsam@yahoo.com

6 lines of code changed in:

umagesh 2002-11-21 22:00

Patch that fix memory leaks in SelectorUtils.java



The method matchPatternStart generates memory leaks due to the 2 Vectors: patDirs and strDirs, used to hold tokenizedPaths.



Submitted by: "Francis ANDRE" <francis.andre@e-xmlmedia.fr>

7 lines of code changed in:

umagesh 2002-11-21 21:47

The filesetmanifest attribute of <jar> has been reenabled.



PR: 13296

Submitted by: bdeitte@macromedia.com (Brian Deitte)

114 lines of code changed in:

umagesh 2002-11-21 21:35

Allow start and end tokens to be multiple characters long.



PR: 13939



Submitted by: "Don Brown" <mrdon@twdata.org>

16 lines of code changed in:

bodewig 2002-11-21 10:06

Add a test that shows that <script> can use beanshell.



... and disable it as Apache BSF now supports beanshell, but beanshell

doesn't seem to support Apache BSF yet.

64 lines of code changed in:

bodewig 2002-11-21 08:49

Add tests for <script>

99 lines of code changed in:

bodewig 2002-11-20 15:21

help Nicola build embed in Gump

19 lines of code changed in:

bodewig 2002-11-20 12:55

Looks as if JDK 1.4 is counting lines differently

10 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/sitraka: ClassFileTest.java (+10 -2)
bodewig 2002-11-20 10:15

revert unnecessary formatting changes

28 lines of code changed in:

bodewig 2002-11-20 10:10

Good-Bye resolver 1.0.

38 lines of code changed in:

bodewig 2002-11-19 13:26

Fix some typos and remove a tab

6 lines of code changed in:

stevel 2002-11-18 19:05

bug ID 14613: no passdown of webinc and webxml, by toby.

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/jsp/compilers: JasperC.java (+2)
bodewig 2002-11-18 15:47

Add drimode attribute for the permissions od directories to <tarfileset>.



PR: 12289

40 lines of code changed in:

bodewig 2002-11-18 15:22

Don't add newlines in <concat> that haven't been in the files

originally - no matter what encoding.



PR: 12511

46 lines of code changed in:

  • WHATSNEW (+4)
  • src/etc/testcases/taskdefs: concat.xml (+12)
  • src/etc/testcases/taskdefs/concat-input: A (new 1), B (new 1)
  • src/main/org/apache/tools/ant/taskdefs: Concat.java (+21 -17)
  • src/testcases/org/apache/tools/ant/taskdefs: ConcatTest.java (+7)
bodewig 2002-11-18 14:31

Don't stop with encoding # when creating URIs for the XML parser.

Code heavily inspired by Xerces-J code. This version is extremely

simplified as it doesn't deal with non-ASCII characters for now.



PR: 13679

211 lines of code changed in:

bodewig 2002-11-18 12:02

The cvschangelog task doesn't seem to report changes for the current

calendar day.



The problem lies in the fact that the exec'ed cvs command is in the form:

> cvs log "-d >=2002-11-7"

rather than:

> cvs log -d ">=2002-11-7"



The two commands return different results when changes have been made today!



PR: 14397

Submitted by: Paul Berrevoets <paul at swi.com>

6 lines of code changed in:

bodewig 2002-11-18 08:16

Add pointer to serialver project.



PR: 7901

Submitted by: stephane chauvin <stchauvin at yahoo.com>

100 lines of code changed in:

bodewig 2002-11-15 13:15

merge some minor changes from 1.5 branch

8 lines of code changed in:

bodewig 2002-11-15 11:59

Throw in a reuseloadedstylesheet attribute for <style> (feel free to

come up with a better name). This provides a workaround for a bug in

Xalan-J - the version that gets distributed with JDK 1.4.1.



PR: 13859



based on a patch submitted by: Jens Elkner <elkner at linofee.org>

31 lines of code changed in:

bodewig 2002-11-15 11:31

correct attribute name in icontract docs, PR13972

3 lines of code changed in:

bodewig 2002-11-14 09:23

Add new tasks to overview

21 lines of code changed in:

bodewig 2002-11-14 07:48

Switching to Apache BSF

31 lines of code changed in:

bodewig 2002-11-12 11:58

Print a warning and don't create an output file if there is no input

to <concat>.



PR: 14310

Submitted by: Gus Heck <gus.heck at olin.edu>

12 lines of code changed in:

  • src/etc/testcases/taskdefs: concat.xml (+3 -1)
  • src/main/org/apache/tools/ant/taskdefs: Concat.java (+9)
bodewig 2002-11-12 08:30

Upgrade to Xerces-J 2.2.1

3 lines of code changed in:

bodewig 2002-11-12 08:17

Reenable tests for xmlcatalog

0 lines of code changed in:

stevel 2002-11-12 05:54

forgot the since tags

4 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/net: SetProxy.java (+4 -2)
bodewig 2002-11-11 15:50

1.5 branch has been more recent here 8-)

2 lines of code changed in:

bodewig 2002-11-11 15:48

Nightly builds have moved to cvs.apache.org

9 lines of code changed in:

stevel 2002-11-11 07:28

added user/password support in the proxy, though I cant test it myself. Also added removal of http host in cleanup routine.

1 lines of code changed in:

stevel 2002-11-11 07:21

added user/password support in the proxy, though I cant test it myself. Also added removal of http host in cleanup routine.

60 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/net: SetProxy.java (+60 -15)
stevel 2002-11-09 22:43

I was flickiing through the latest ant book and noticed a bit where they cited ant in anger and implied that i didnt necessarily know what I was talking about. So I checked: they were referring to the version of the doc in ant1.4. But with the file open in the IDE it was time for an update, so here it is.

332 lines of code changed in:

bodewig 2002-11-08 16:39

Clean up on concat test

1 lines of code changed in:

bodewig 2002-11-08 16:37

Make PMD a bit more happy

6 lines of code changed in:

bodewig 2002-11-08 16:10

doc patch for PR13747

1 lines of code changed in:

bodewig 2002-11-08 16:07

-source is a javadoc option, not one of the standard doclet.



PR: 13747

9 lines of code changed in:

bodewig 2002-11-08 15:40

Add Date header to MailLogger by reusing code from <mail> task.



PR: 14046

43 lines of code changed in:

bodewig 2002-11-08 14:59

Improve error reporting in <fixcrlf>



PR: 14061

Submitted by: Jesse Glick <jesse.glick at netbeans.com>

6 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: FixCRLF.java (+6 -2)
bodewig 2002-11-08 13:10

Fix NPE in <concat>.



PR: 14310

21 lines of code changed in:

bodewig 2002-11-08 10:27

Missing pieces from Craeg's patch.



Fix small backwards incompatibility introduced by last commit.

40 lines of code changed in:

bodewig 2002-11-08 09:53

re-enable tests that failed after the first iteration of Craeg's

resolver patch.



Submitted by: Craeg K Strong <cstrong@arielpartners.com>

193 lines of code changed in:

bodewig 2002-11-08 09:06

help XML parsers that think an URI was a java.net.URL

3 lines of code changed in:

bodewig 2002-11-08 08:32

Simplify a few methods by using FileSet#setFile, remove redundant dir

attribute from the three latest task additions.

19 lines of code changed in:

bodewig 2002-11-07 16:52

Normalize build file location for symlink test

278 lines of code changed in:

  • src/etc/testcases/taskdefs/optional: symlink.xml (del)
  • src/etc/testcases/taskdefs/optional/unix: symlink.xml (new 277)
  • src/testcases/org/apache/tools/ant/taskdefs/optional/unix: SymlinkTest.java (+1 -1)
bodewig 2002-11-07 16:26

New task <attrib>



Submitted by: Shiraz Kanga <SKanga at ingenuus.com>,

J?r?me Lacoste <jerome.lacoste at smartcardsystem.com>



seventeen months ago 8-)

259 lines of code changed in:

bodewig 2002-11-07 15:59

New tasks <chown> and <chgrp>



PR: 9809

Submitted by: Gus Heck <gus.heck at olin.edu>

554 lines of code changed in:

bodewig 2002-11-07 15:18

Add WHATSNEW entry

2 lines of code changed in:

bodewig 2002-11-07 15:15

fix misleading message in <replace>.



PR: 14315

9 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Replace.java (+9 -6)
bodewig 2002-11-07 07:50

fix NPE

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/junit: JUnitTask.java (+1 -1)
bodewig 2002-11-06 15:07

New optional task <symlink>.



PR: 9808

Submitted by: Gus Heck <gus.heck at olin.edu>

992 lines of code changed in:

bodewig 2002-11-06 13:37

update Jakarta logo

0 lines of code changed in:

sbailliez 2002-11-06 12:39

Move added features to 'other changes'. I don't understand the 'stlist' status

reflect thing as I'm not familiar with Starteam so I assume the user will understand

based on the fixes.

5 lines of code changed in:

sbailliez 2002-11-06 12:27

Thanks to Steve Cohen

Not sure though where to put this...bugs fixed...changes that could break...others

A little bit of everything.

10 lines of code changed in:

sbailliez 2002-11-06 11:18

Fixed spelling. ie occured -> occurred

4 lines of code changed in:

bodewig 2002-11-06 11:07

various starteam task enhancements.



PR: 14006,14208,14210

Submitted by: Steve Cohen <SteveC at ignitesports.com>

Reviewed by: Art Blake <Art.Blake at Metavante.com>,

Jonny Boman <Jonny.Boman@vikingline.fi>

1156 lines of code changed in:

bodewig 2002-11-06 10:44

Generate some dummy output if <junit> kills a test because of a timeout.



PR: 2499

Submitted by: Martijn Kruithof <martijn at kruithof.xs4all.nl>

45 lines of code changed in:

bodewig 2002-11-06 10:22

Fix of by one error in printTargets



PR: 14274

Submitted by: Martijn Kruithof <martijn at kruithof.xs4all.nl>

1 lines of code changed in:

  • src/main/org/apache/tools/ant: Main.java (+1 -1)
bodewig 2002-11-06 08:43

Doc patches and additional tests for <xmlproperty>.



Submitted by: Paul Christmann <paul at priorartisans.com>

240 lines of code changed in:

bodewig 2002-11-05 16:33

Make <xmlcatalog> support the OASIS "Open Catalog" standard with

Norman Walsh resolver code from xml-commons.



Submitted by: Craeg K Strong <cstrong at arielpartners.com>

1178 lines of code changed in:

bodewig 2002-11-05 16:20

Disable some tests that fail if I apply Craeg's patch and don't have

resolver.jar in my CLASSPATH.

5 lines of code changed in:

bodewig 2002-11-05 14:51

Enhancements for <xmlproperty>: you can now expand ${properties},

define ids or paths and use Ant's location magic for filename

resolutions in the XML file.



PR: 11321, 12045

Submitted by: Paul Christmann <paul at priorartisans.com>

828 lines of code changed in:

sbailliez 2002-11-04 17:37

Fixed NPEs that could have been flying if ant.home was not defined

PR: 14232

Reported by: darin_swanson@oti.com (Darin Swanson)

15 lines of code changed in:

October 2002 »

Generated by StatSVN 0.3.2-SNAPSHOT