November 2005 Commit Log

Number of Commits:
66
Number of Active Developers:
7
mbenson 2005-11-30 23:19

ws

1 lines of code changed in:

  • src/main/org/apache/tools/ant/launch: Locator.java (+1 -1)
antoine 2005-11-30 22:13

percent encode the relative paths in ManifestClassPath

104 lines of code changed in:

mbenson 2005-11-30 20:45

not much

2 lines of code changed in:

  • src/main/org/apache/tools/ant/launch: Locator.java (+2 -4)
bodewig 2005-11-30 04:53

fix linefeeds

184 lines of code changed in:

antoine 2005-11-29 18:34

use SystemId from JAXPUtils, can be better

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/sitraka: XMLReport.java (+2 -1)
mbenson 2005-11-29 15:37

fix typo

1 lines of code changed in:

stevel 2005-11-29 12:07

the bigger your project, the harder it is to track down bugs

5 lines of code changed in:

bodewig 2005-11-29 04:58

fix build for JDK1.4 and earlier

4 lines of code changed in:

  • src/main/org/apache/tools/ant/launch: Locator.java (+4 -2)
bodewig 2005-11-29 04:52

performance enhancement, without this getNonFilesetResourcesToAdd might get invoked twice if the manifest changes

4 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Jar.java (+4 -3)
bodewig 2005-11-29 04:51

update docs

8 lines of code changed in:

bodewig 2005-11-29 04:51

Add support for arbitrary resource collections to <zip> and friends, preserve permissions read via a <tarfileset>

379 lines of code changed in:

  • docs/manual/CoreTasks: zip.html (+16 -9)
  • src/etc/testcases/taskdefs: zip.xml (+20)
  • src/main/org/apache/tools/ant/taskdefs: Zip.java (+318 -25)
  • src/testcases/org/apache/tools/ant/taskdefs: ZipTest.java (+25)
bodewig 2005-11-29 04:49

this time really commit the VerifyJar version with resource collection support

9 lines of code changed in:

bodewig 2005-11-29 04:48

support for arbitrary resource collections as sources in <uptodate>

98 lines of code changed in:

bodewig 2005-11-29 04:46

support for arbitrary resource collections in <sql>

83 lines of code changed in:

  • docs/manual/CoreTasks: sql.html (+19 -9)
  • src/main/org/apache/tools/ant/taskdefs: SQLExec.java (+64 -29)
bodewig 2005-11-29 04:45

support for filesystem based resource collections in <signjar> and VerifyJar

171 lines of code changed in:

bodewig 2005-11-29 04:44

support for filesystem based resource collections in <mail>

43 lines of code changed in:

  • docs/manual/CoreTasks: mail.html (+13 -4)
  • src/main/org/apache/tools/ant/taskdefs/email: EmailTask.java (+30 -20)
bodewig 2005-11-29 04:42

support for Touchable resource collections in <touch>

85 lines of code changed in:

  • docs/manual/CoreTasks: touch.html (+24 -16)
  • src/etc/testcases/taskdefs: touch.xml (+6)
  • src/main/org/apache/tools/ant/taskdefs: Touch.java (+48 -29)
  • src/testcases/org/apache/tools/ant/taskdefs: TouchTest.java (+7)
bodewig 2005-11-29 04:41

resource support for <loadproperties>

112 lines of code changed in:

bodewig 2005-11-29 04:40

update manual

5 lines of code changed in:

bodewig 2005-11-29 04:38

new resource <javaresource> for stuff that can be loaded via a classloader

271 lines of code changed in:

bodewig 2005-11-29 04:36

fix test

1 lines of code changed in:

bodewig 2005-11-29 04:35

take failOnError into account

7 lines of code changed in:

bodewig 2005-11-29 04:35

really say UNKNOWN if you don't know the size

8 lines of code changed in:

bodewig 2005-11-29 04:34

make Project a resource factory for convenience

13 lines of code changed in:

antoine 2005-11-28 23:14

properly convert URIs back to file paths when non ascii characters are percent-encoded

matches with the change in FileUtils.toURI recently done

59 lines of code changed in:

bodewig 2005-11-27 18:54

reject non-existant resources

3 lines of code changed in:

jhm 2005-11-27 11:22

Example for STDIN/STDOUT redirection and supressing the passing of the filename.

Needs update when DD patches <apply> ;-)

25 lines of code changed in:

bodewig 2005-11-25 08:47

new task loadresource

285 lines of code changed in:

bodewig 2005-11-25 08:42

fix extraneous whitespace, should fix svn-antlib tests

55 lines of code changed in:

bodewig 2005-11-25 08:41

put the correct default value into comments

1 lines of code changed in:

antoine 2005-11-24 21:52

add individual entries for each antlib, also links to viewcvs.cgi

instead of the repository http view

26 lines of code changed in:

stevel 2005-11-24 16:44

37328 Definer blows away current thread task

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Definer.java (+1 -1)
stevel 2005-11-24 16:13

bug# 31972



PropertyHelper data members should be protected, not private



-added protected accessors to the live data, so that we have more of a choke point on their use/abuse.

33 lines of code changed in:

stevel 2005-11-24 16:04

apt fix. this should have gone in with the fork-only patch in march.



also: pulled java1.5 only rule. because java1.6 is coming.

3 lines of code changed in:

stevel 2005-11-24 15:38

can't ignore the deprecation warnings, can we?

3 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Manifest.java (+3 -3)
antoine 2005-11-23 20:53

make bootstrap on JDK 1.2

9 lines of code changed in:

antoine 2005-11-23 20:08

EmailTask was eating SMTP error messages. Bugzilla report 37547.

5 lines of code changed in:

mbenson 2005-11-23 18:22

spelling

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Manifest.java (+1 -1)
mbenson 2005-11-23 18:16

allow empty <resources> after all.

12 lines of code changed in:

  • src/main/org/apache/tools/ant/types/resources: Resources.java (+12 -19)
mbenson 2005-11-23 18:14

add filenamemapper support to <xslt>.

Bugzilla 37604. Submitted by Maarten Coene.

32 lines of code changed in:

ddevienne 2005-11-23 17:41

Add new manifestclasspath core task. Make BuildFileTest call tearDown target automatically in build file test if one is defined.

550 lines of code changed in:

ddevienne 2005-11-23 15:44

I'm no longer with Landmark, and now part of the PMC.

23 lines of code changed in:

mbenson 2005-11-23 15:44

> 1 ssh invocations to a given host would fail. Bugzilla report 36207.

9 lines of code changed in:

ddevienne 2005-11-23 15:27

Wrap to 80 cols and re-indent.

86 lines of code changed in:

antoine 2005-11-21 20:36

more CVS->SVN changes

6 lines of code changed in:

antoine 2005-11-21 20:13

first step to adapt this file to svn

13 lines of code changed in:

antoine 2005-11-21 19:43

source is now in SVN

4 lines of code changed in:

antoine 2005-11-21 07:55

creation of a new document called bugs containing a part

of what was in "problems".

updating some info.

570 lines of code changed in:

jkf 2005-11-20 18:06

PR 37546:

Use alternative names for the compiler argument line.

(If modern is specified in javac and javac1.5 is used,

and for javac1.5 a command line is specified, but no

command line is specified for modern, the javac1.5

command line will be used, if no javac has been specified

and javac 1.4 is used and a comman line is specified for

modern, the command line specified for modern will be used,

etc.)

71 lines of code changed in:

antoine 2005-11-17 15:35

cleanup of imports, use FileUtils.close, submitted by Kevin Jackson

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Expand.java (+1 -8)
antoine 2005-11-17 15:29

cleanup of imports, use FileUtils.close, submitted by Kevin Jackson

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Checksum.java (+1 -10)
antoine 2005-11-17 15:08

add a test case for bugrep 37348 in the xslt task, also remove

unneeded imports in FileUtils

57 lines of code changed in:

antoine 2005-11-16 23:00

restore credit for the xerces-j team, sorry ...

2 lines of code changed in:

antoine 2005-11-16 22:45

fix for bug report 37348

encode non ascii characters in FileUtils.toURI()

this allows to process XML documents with System entities

housed in non ASCII paths.

89 lines of code changed in:

mbenson 2005-11-16 19:45

close tags in binary example. PR# 37531.

2 lines of code changed in:

mbenson 2005-11-16 19:43

bcclist said "carbon copy" not "blind carbon copy". PR# 37532.

2 lines of code changed in:

mbenson 2005-11-16 19:40

Document parallel and maxparallel attributes. PR# 37533.

13 lines of code changed in:

bodewig 2005-11-16 04:42

fix tag name in comment

1 lines of code changed in:

bodewig 2005-11-15 08:31

add resource support to gzip/bzip2

146 lines of code changed in:

bodewig 2005-11-15 08:30

add resource support to xmlproperty

100 lines of code changed in:

stevel 2005-11-11 08:53

update of library releases

11 lines of code changed in:

stevel 2005-11-11 08:44

delete the libraries prototype

0 lines of code changed in:

mbenson 2005-11-09 18:39

use FileUtils.close()

3 lines of code changed in:

mbenson 2005-11-09 18:38

ws

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/condition: Os.java (+2 -2)
jkf 2005-11-03 22:10

Fix for 37341

cache of filterHash must also be invalidated if a file is read, not only if a single filter is added.

3 lines of code changed in:

jkf 2005-11-01 05:49

Moving self to PMC member.

12 lines of code changed in:

October 2005 »

Generated by StatSVN 0.3.2-SNAPSHOT