November 2006 Commit Log

Number of Commits:
120
Number of Active Developers:
9
peterreilly 2006-11-30 21:03

BZ:41080 xmlproperty multi-values overwrite properties

19 lines of code changed in:

peterreilly 2006-11-30 20:56

eol-style

4 lines of code changed in:

peterreilly 2006-11-30 20:55

added for multi value xmlproperty test

4 lines of code changed in:

mbenson 2006-11-30 19:11

fix NPE in recursive filtering. BZ 41086.

33 lines of code changed in:

mbenson 2006-11-30 19:00

editing for cleanliness and such

41 lines of code changed in:

antoine 2006-11-29 03:38

distribute ant-testutil

1 lines of code changed in:

antoine 2006-11-29 03:17

distribute ant-testutil

69 lines of code changed in:

mbenson 2006-11-28 23:21

capitalize "Ant".

1 lines of code changed in:

jkf 2006-11-24 22:04

Removed superfluous comment

1 lines of code changed in:

jkf 2006-11-24 22:02

Pr 40972 Directory Deletion Dont Work Properly

79 lines of code changed in:

jkf 2006-11-24 18:50

Fix error found by Dave (and made by me)

1 lines of code changed in:

peterreilly 2006-11-23 22:51

Refactoring ScriptRunner

* split into general non-bsf dependant part and bsf-dependant part

* get classloader to be set outside scriptrunner

* allow script engine to be reused in other scripts (not used in code yet)

* add api to check if language supported (not used in code yet)

Mods from Bugzilla 40908

* add clearing of text (not used in code yet)

* add impl of eval (not used in code yet)

* use fileutils reader functionality (note: need to allow

setting of file encoding)



386 lines of code changed in:

peterreilly 2006-11-23 22:34

cast null in method call to allow 1.5 generices to not whine

2 lines of code changed in:

peterreilly 2006-11-23 22:32

remove unused import

0 lines of code changed in:

mbenson 2006-11-22 00:07

fix regression: dependset fails if target directory does not exist

BZ 40916

6 lines of code changed in:

mbenson 2006-11-22 00:01

fix regression: dependset fails if target directory does not exist

BZ 40916

37 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: DependSet.java (+25 -1)
  • src/tests/antunit/taskdefs/dependset: test.xml (+12)
mbenson 2006-11-21 23:58

move so that temp files have no potential to impact anything

101 lines of code changed in:

mbenson 2006-11-21 23:49

reorder ComponentHelper imports, refactor getElementName to minimize

code duplication

62 lines of code changed in:

mbenson 2006-11-21 23:48

Expose Iterator publicly as a helper to other ResourceCollections

2 lines of code changed in:

  • src/main/org/apache/tools/ant/types/resources: Resources.java (+2 -1)
mbenson 2006-11-21 22:40

fix failures on cygwin since recent drive letter casing changes

6 lines of code changed in:

mbenson 2006-11-21 22:39

antunit-ize and FIX (they were severely broken) DependSet tests

0 lines of code changed in:

mbenson 2006-11-21 22:00

antunit-ize the bulk of the resourcecollection tests

358 lines of code changed in:

peterreilly 2006-11-21 22:00

unittest for adding prefix to a fileset ref

23 lines of code changed in:

peterreilly 2006-11-21 21:51

Fix for 41004: prefix with refid

64 lines of code changed in:

mbenson 2006-11-21 19:50

use a single empty iterator instead of multiple instances... it's all the same groove, my man...

13 lines of code changed in:

  • src/main/org/apache/tools/ant/types/resources: Resources.java (+13 -11)
mbenson 2006-11-21 19:21

move a public method above private and protected; lazily create the child-holding Vector.

34 lines of code changed in:

  • src/main/org/apache/tools/ant/types/resources: Resources.java (+34 -26)
peterreilly 2006-11-20 21:17

checkstyle

58 lines of code changed in:

kevj 2006-11-19 03:32

- html -> xhtml

2 lines of code changed in:

peterreilly 2006-11-18 18:13

checkstyle

183 lines of code changed in:

peterreilly 2006-11-18 18:06

checkstyle

79 lines of code changed in:

peterreilly 2006-11-18 18:00

checkstyle

65 lines of code changed in:

peterreilly 2006-11-18 17:58

protected

5 lines of code changed in:

peterreilly 2006-11-18 17:57

checkstyle

17 lines of code changed in:

jkf 2006-11-17 17:55

added at least check to JavaEnvUtils (and make use of it)

18 lines of code changed in:

jkf 2006-11-17 16:54

Added @since tags

8 lines of code changed in:

mbenson 2006-11-17 15:31

fixed wrong BZ number

1 lines of code changed in:

peterreilly 2006-11-16 23:41

checkstyle

102 lines of code changed in:

peterreilly 2006-11-16 23:36

checkstyle

324 lines of code changed in:

peterreilly 2006-11-16 23:33

opps forgot a map

1 lines of code changed in:

  • src/main/org/apache/tools/ant/types/resources: FailFast.java (+1 -1)
peterreilly 2006-11-16 23:13

checkstyle

169 lines of code changed in:

peterreilly 2006-11-16 23:12

trailing spaces

9 lines of code changed in:

jkf 2006-11-16 19:13

Validated under windows only but jdk 1.3 doesn't support the international format classpaths in jar manifests.

(Test building the jars under jdk 1.3 and running them directly using java using jdk 1.5 works, but running

them using java form jkd 1.3 gives errors)

0 lines of code changed in:

mbenson 2006-11-16 16:51

oops

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/ssh: Scp.java (+2 -2)
mbenson 2006-11-16 16:43

fail on invalid attribute combinations. BZ 40986.

47 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/ssh: Scp.java (+47 -14)
jkf 2006-11-16 16:08

Added logging of stacktraces of exceptions in logmessage when loglevel = debug.

Made first use of this logging in the Delete task.

139 lines of code changed in:

mbenson 2006-11-16 15:32

add --> to description

1 lines of code changed in:

jkf 2006-11-16 14:02

Recent change changed captialization of drive letter. (Drive letter should be case insensitive anyway)

0 lines of code changed in:

jkf 2006-11-16 14:01

one welcome.html slipped through

0 lines of code changed in:

jkf 2006-11-16 13:44

Removal of welcome.html

0 lines of code changed in:

jkf 2006-11-16 13:43

remove of welcome.html from build.xml and ant-msi.wxs

(how to test ant-msi.wxs?)

0 lines of code changed in:

mbenson 2006-11-15 19:32

fix mailing lists

3 lines of code changed in:

jkf 2006-11-15 18:56

Updated and simplified status (we should either update this file with releases or remove it)

8 lines of code changed in:

mbenson 2006-11-15 16:12

fix example xml. BZ 40975.

4 lines of code changed in:

mbenson 2006-11-15 16:09

Document fixcrlf as a filterreader in opposite direction. BZ 40976.

1 lines of code changed in:

antoine 2006-11-15 12:20

reference the list archives only online, better to update quickly

33 lines of code changed in:

antoine 2006-11-15 11:33

do not uppercase systematically drive letters in FileUtils#normalize

append drive letter to absolute paths in Locator#fromURI

make FileUtilsTest pass under JDK 1.3

13 lines of code changed in:

peterreilly 2006-11-15 00:13

checkstyle

148 lines of code changed in:

peterreilly 2006-11-15 00:11

inheritDoc

10 lines of code changed in:

peterreilly 2006-11-15 00:09

checkstyle

201 lines of code changed in:

peterreilly 2006-11-15 00:05

fix javadoc

3 lines of code changed in:

peterreilly 2006-11-13 21:11

Bugzilla 38249: add quiet to loadfile

53 lines of code changed in:

peterreilly 2006-11-13 20:48

add a manual entry for antversion

33 lines of code changed in:

peterreilly 2006-11-13 20:32

bugzilla 40754: add dtd for junit xml output (code already commited)

7 lines of code changed in:

peterreilly 2006-11-13 20:28

fix javadoc

42 lines of code changed in:

peterreilly 2006-11-13 20:27

remove link as import is not used

1 lines of code changed in:

peterreilly 2006-11-13 20:09

Bugzilla 40847: possible NPE in Jar.java

8 lines of code changed in:

mbenson 2006-11-13 15:57

equals/hashCode inconsistent for anonymous Comparator; removed both.

0 lines of code changed in:

peterreilly 2006-11-12 22:43

checkstyle

42 lines of code changed in:

peterreilly 2006-11-12 22:35

checkstyle

139 lines of code changed in:

peterreilly 2006-11-12 22:29

checkstyle

347 lines of code changed in:

peterreilly 2006-11-11 22:40

checkstyle

5 lines of code changed in:

peterreilly 2006-11-11 22:39

javadoc

77 lines of code changed in:

peterreilly 2006-11-11 22:33

javadoc

168 lines of code changed in:

jkf 2006-11-11 22:08

40949

4 lines of code changed in:

jkf 2006-11-11 22:05

br 40949: Test of several resources on 1.3 showed that the compareTo method in the CompressedResource was defective.

HashMap on 1.4+ apparently checks using == before equals. When equals is used the compareTo on the CompressedResource would be called

8 lines of code changed in:

jkf 2006-11-11 20:16

Pre JDK 1.4 compatibility (even when compiled on JDK 1.4 or later)

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Replace.java (+2 -1)
jkf 2006-11-11 19:45

Avoid JUNIT methods requiring java 1.4 or higher.

0 lines of code changed in:

peterreilly 2006-11-10 22:55

checkstyle

54 lines of code changed in:

peterreilly 2006-11-10 22:53

javadoc

151 lines of code changed in:

mbenson 2006-11-10 18:29

Add innocuous warning message to catch erroneous ref="${refid}" stuff.

Suggested by Tim Ellison.

24 lines of code changed in:

stevel 2006-11-10 17:20

I'm still trying to stabilize the web.xml is optional policy. Maybe we just pull it. Here the problem is that if you try and <war> where there already is one, there may not be an addedWebXmlFile.



I would have thought isInUpdateMode would handle this, but it does not. Instead we remember tht a web.xml file was set on teh command line, and get away with it. I may also downgrade the error to a warning.

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: War.java (+1 -1)
antoine 2006-11-10 06:01

added a link to Cenqua's Fisheye

6 lines of code changed in:

peterreilly 2006-11-09 22:42

checkstyle

71 lines of code changed in:

peterreilly 2006-11-09 22:40

javadoc

20 lines of code changed in:

peterreilly 2006-11-09 22:39

checkstyle - mostly javadoc

304 lines of code changed in:

antoine 2006-11-09 12:29

add a license header and a blurb explaining where the poms come from

see http://marc.theaimsgroup.com/?l=ant-dev&m=116168038904889&w=2

525 lines of code changed in:

  • src/etc/poms: pom.xml (+21)
  • src/etc/poms/ant-antlr: pom.xml (+21)
  • src/etc/poms/ant-apache-bcel: pom.xml (+21)
  • src/etc/poms/ant-apache-bsf: pom.xml (+21)
  • src/etc/poms/ant-apache-log4j: pom.xml (+21)
  • src/etc/poms/ant-apache-oro: pom.xml (+21)
  • src/etc/poms/ant-apache-regexp: pom.xml (+21)
  • src/etc/poms/ant-apache-resolver: pom.xml (+21)
  • src/etc/poms/ant-commons-logging: pom.xml (+21)
  • src/etc/poms/ant-commons-net: pom.xml (+21)
  • src/etc/poms/ant-jai: pom.xml (+21)
  • src/etc/poms/ant-javamail: pom.xml (+21)
  • src/etc/poms/ant-jdepend: pom.xml (+21)
  • src/etc/poms/ant-jmf: pom.xml (+21)
  • src/etc/poms/ant-jsch: pom.xml (+21)
  • src/etc/poms/ant-junit: pom.xml (+21)
  • src/etc/poms/ant-launcher: pom.xml (+21)
  • src/etc/poms/ant-netrexx: pom.xml (+21)
  • src/etc/poms/ant-nodeps: pom.xml (+21)
  • src/etc/poms/ant-starteam: pom.xml (+21)
  • src/etc/poms/ant-stylebook: pom.xml (+21)
  • src/etc/poms/ant-swing: pom.xml (+21)
  • src/etc/poms/ant-trax: pom.xml (+21)
  • src/etc/poms/ant-weblogic: pom.xml (+21)
  • src/etc/poms/ant: pom.xml (+21)
antoine 2006-11-09 03:51

added Roberto Scaramuzzi

4 lines of code changed in:

antoine 2006-11-09 03:45

Incorrect recursion in DOMUtil.listChildNodes()

Bugzilla 40918.



61 lines of code changed in:

  • WHATSNEW (+3)
  • src/etc/testcases/taskdefs/optional/junit: matches.xml (new 8)
  • src/main/org/apache/tools/ant/taskdefs/optional/junit: DOMUtil.java (+1 -1)
  • src/tests/junit/org/apache/tools/ant/taskdefs/optional/junit: DOMUtilTest.java (new 49)
peterreilly 2006-11-08 22:04

remove tabs

19 lines of code changed in:

peterreilly 2006-11-08 21:59

javadoc

102 lines of code changed in:

peterreilly 2006-11-08 21:54

opps, allow tests to compile again

29 lines of code changed in:

peterreilly 2006-11-06 22:58

trailing spaces

3 lines of code changed in:

peterreilly 2006-11-06 22:56

javadoc

122 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/jsp: JspC.java (+78 -3)
  • src/main/org/apache/tools/ant/taskdefs/optional/junit: JUnitTestRunner.java (+44)
peterreilly 2006-11-06 22:55

checkstyle

96 lines of code changed in:

peterreilly 2006-11-06 22:42

Bugzilla 40900, docletpath attribute of javadoc ignored

7 lines of code changed in:

bodewig 2006-11-06 05:13

Announce .NET Antlib release

230 lines of code changed in:

peterreilly 2006-11-05 23:03

checkstyle

125 lines of code changed in:

peterreilly 2006-11-05 23:00

trailing spaces

2 lines of code changed in:

peterreilly 2006-11-05 23:00

checkstyle

72 lines of code changed in:

peterreilly 2006-11-05 22:58

Add rule to allow in-line suppression of specific

checkstyle rules.

This will allow code that is kept for backward

compatible reasons to be marked in the code, and

ignored in the checkstyle report.

7 lines of code changed in:

peterreilly 2006-11-05 22:47

checkstyle

267 lines of code changed in:

antoine 2006-11-05 20:51

Preparation for the build of Ant 1.7.0RC1

64 lines of code changed in:

peterreilly 2006-11-04 22:50

checkstyle

44 lines of code changed in:

peterreilly 2006-11-04 22:45

checkstyle

53 lines of code changed in:

peterreilly 2006-11-04 22:42

checkstyle + align hashCode with equals

11 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Manifest.java (+11 -9)
jglick 2006-11-03 16:55

Typo in old changelog entry.

1 lines of code changed in:

antoine 2006-11-03 16:00

make unit tests pass

1 lines of code changed in:

scohen 2006-11-03 12:22

remove line inadvertently introduced during previous fix.

0 lines of code changed in:

  • src/tests/junit/org/apache/tools/ant/taskdefs: EchoTest.java (-1)
scohen 2006-11-03 02:57

Fix bug 40882.



Note that the new test added to EchoTest.java would fail as indicated in the

defect without the change to DefaultLogger.java.

8 lines of code changed in:

peterreilly 2006-11-02 23:02

checkstyle

97 lines of code changed in:

peterreilly 2006-11-02 22:52

update javadoc to desciption quoteing in tag file - bugzilla report 30966

16 lines of code changed in:

peterreilly 2006-11-02 22:50

bugzilla 32927: description of javadoc's tag should be optional

9 lines of code changed in:

peterreilly 2006-11-01 23:19

bugzilla report 40852: useextenalfile of javadoc now applies to all command line args

100 lines of code changed in:

peterreilly 2006-11-01 23:00

checkstyle

189 lines of code changed in:

jglick 2006-11-01 22:35

If someone tries to append a path to itself, choke gracefully, not with a StackOverflowError.

3 lines of code changed in:

  • src/main/org/apache/tools/ant/types: Path.java (+3 -1)
  • src/tests/junit/org/apache/tools/ant/types: PathTest.java (changed)
jglick 2006-11-01 22:34

Permit VM args to be inserted when running JUnit tests, for JPDA debugger integration.

2 lines of code changed in:

jglick 2006-11-01 21:33

#40019 revision: ${user.variant} need not be set.

0 lines of code changed in:

antoine 2006-11-01 05:11

reactivate mergePatterns in AbstractFileSet, implement clone in DataType and ProjectComponent

40 lines of code changed in:

scohen 2006-11-01 02:04

remove from documentation (and from comment in source code) the incorrect

statement that a message attribute or character data within the element is

required.

4 lines of code changed in:

  • docs/manual/CoreTasks: echo.html (+3 -2)
  • src/main/org/apache/tools/ant/taskdefs: Echo.java (+1 -1)
peterreilly 2006-11-01 00:13

some checkstyle changes

114 lines of code changed in:

October 2006 »

Generated by StatSVN 0.3.2-SNAPSHOT