December 2005 Commit Log

Number of Commits:
65
Number of Active Developers:
6
mbenson 2005-12-30 20:02

list->set in GenericDeploymentTool per PR# 37775. Submitted by Dave Brosius

+ a small modification.

12 lines of code changed in:

mbenson 2005-12-30 19:51

A bug in SQLExec would prevent the execution of trailing,

non-semicolon-delimited statements. Bugzilla Report 37764.

Submitted by Dave Brosius.

4 lines of code changed in:

mbenson 2005-12-30 16:07

Properly document "since version" for filelist nested file element.

Bugzilla 37824.

2 lines of code changed in:

jglick 2005-12-28 00:09

#38056: NPE when using presetdef under obscure circumstances.

17 lines of code changed in:

jglick 2005-12-28 00:06

More helpful error message.

4 lines of code changed in:

stevel 2005-12-27 23:41

xml nameserver check

50 lines of code changed in:

mbenson 2005-12-27 23:18

check for blank text before evaluating properties

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Input.java (+1 -2)
mbenson 2005-12-27 23:02

ws

1 lines of code changed in:

mbenson 2005-12-27 23:00

added the inline handler element to the input task.

295 lines of code changed in:

mbenson 2005-12-27 22:57

ws/javadoc/small code shrinkages

6 lines of code changed in:

mbenson 2005-12-27 22:56

javadoc

7 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: DefBase.java (+7 -8)
mbenson 2005-12-27 20:06

preserve case on Cygwin when using 1.4 toURI

11 lines of code changed in:

mbenson 2005-12-27 19:02

added the onmissingfiltersfile attribute to filterset. Bugzilla report 19845.

275 lines of code changed in:

mbenson 2005-12-27 16:14

sp

1 lines of code changed in:

mbenson 2005-12-27 16:07

add clear()

14 lines of code changed in:

mbenson 2005-12-27 16:07

ws

1 lines of code changed in:

jglick 2005-12-26 16:51

Mentioning workaround from #38040 re. eagerly evaluated properties.

15 lines of code changed in:

stevel 2005-12-24 19:48

more installation help, esp. classpath, proxy and troubleshooting.

184 lines of code changed in:

stevel 2005-12-24 19:34

replace inline constants with strings, cleaner instantiation logic.

41 lines of code changed in:

mbenson 2005-12-23 20:17

Document since Ant 1.7 for textfile attribute.

1 lines of code changed in:

mbenson 2005-12-23 20:15

add the resourcesmatch condition.

282 lines of code changed in:

mbenson 2005-12-23 19:21

more ws

69 lines of code changed in:

mbenson 2005-12-23 19:16

ws

2 lines of code changed in:

mbenson 2005-12-23 19:15

make different line endings different lengths so file sizes will differ,

increasing the validity of the test.

1 lines of code changed in:

mbenson 2005-12-23 16:52

document the filtersfile attribute.

6 lines of code changed in:

mbenson 2005-12-23 16:47

add textfile attribute to filesmatch condition.

61 lines of code changed in:

mbenson 2005-12-23 15:02

typo

2 lines of code changed in:

mbenson 2005-12-23 14:39

ws

1 lines of code changed in:

mbenson 2005-12-22 23:28

fix failonerror="false" includeemptydirs="true"; reported by Alexey.

22 lines of code changed in:

mbenson 2005-12-22 21:52

s/two/three/

1 lines of code changed in:

mbenson 2005-12-22 21:26

document GreedyInputHandler

11 lines of code changed in:

mbenson 2005-12-22 20:58

call cleanup at tearDown

5 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs: EchoTest.java (+5 -1)
mbenson 2005-12-22 20:57

fixed fileset deletion slowdown. Bugzilla 37297.

96 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Delete.java (+96 -70)
mbenson 2005-12-22 20:41

s/CODE/code/g in javadoc

14 lines of code changed in:

antoine 2005-12-20 21:56

Make the tests pass on Gump.

3 lines of code changed in:

bodewig 2005-12-20 04:50

better deal with elements that don't have a namespace URI

21 lines of code changed in:

antoine 2005-12-20 04:08

Docu update suggested by Joseph Skudlarek

1 lines of code changed in:

antoine 2005-12-20 03:58

revert encoding of the URI prior to decoding it in Locator#fromURI.

Otherwise FileUtilsTest fail.

0 lines of code changed in:

mbenson 2005-12-19 17:52

add'l fixes RE using URI >= Java 1.4: ensure the URI is encoded prior to

passing to URI.create(); ensure no new object is created by encodeUri until

encoding is determined to be necessary.

17 lines of code changed in:

  • src/main/org/apache/tools/ant/launch: Locator.java (+17 -7)
mbenson 2005-12-19 15:59

document fix for 37958

5 lines of code changed in:

mbenson 2005-12-19 14:38

call setProject on ChainReaderHelper instances. Bugzilla #37958.

3 lines of code changed in:

antoine 2005-12-19 06:37

added missing closing td element, regenerated html

2 lines of code changed in:

antoine 2005-12-19 06:04

international tests for ManifestClassPath

69 lines of code changed in:

jkf 2005-12-18 21:40

Removing unused imports.

0 lines of code changed in:

antoine 2005-12-16 06:36

more systematic handling of URIs, delegation of work to the JDK

for toURI and fromURI

patches prepared by Jesse Glick, Bugzilla 8031

130 lines of code changed in:

bodewig 2005-12-16 04:47

untabify

5 lines of code changed in:

bodewig 2005-12-16 04:26

Add NS support to DOMElementWriter

267 lines of code changed in:

bodewig 2005-12-16 04:21

make it consistent with the nested elements

6 lines of code changed in:

antoine 2005-12-15 06:20

users building ant should place required external jars under lib/optional

2 lines of code changed in:

stevel 2005-12-12 19:49

<echo> gets encoding support. I cannot believe we never noticed this was missing. Wherever I have been echoing out XML, I have been creating encoding bugs waiting to surface.



Also, echoxml closes its file handles.

137 lines of code changed in:

jkf 2005-12-10 14:14

259 lines of code changed in:

antoine 2005-12-09 11:26

remove mention of version of oro in perforce.html,

referring to install.html instead

3 lines of code changed in:

jglick 2005-12-06 02:03

Another trivial update.

2 lines of code changed in:

jglick 2005-12-06 00:16

Updating an ancient NetBeans reference.

1 lines of code changed in:

jkf 2005-12-05 22:59

Added PR 37777 and 37765 in WHATSNEW

4 lines of code changed in:

antoine 2005-12-05 22:28

Fix for Bugzilla 13655. Thanks to Simon Law. Proper return code for ant.bat

61 lines of code changed in:

mbenson 2005-12-05 21:18

fix setMapper method. PR# 37760

5 lines of code changed in:

jkf 2005-12-05 17:15

Remove unused imports

0 lines of code changed in:

jkf 2005-12-05 17:13

PR 37777 Performance improvements by Dave Brosius

5 lines of code changed in:

jkf 2005-12-05 17:08

PR 37765: Fixing NPE, defect discovered by Dave Brosius

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/metamata: MAudit.java (+2 -6)
jkf 2005-12-05 17:06

PR 37765: Fixing NPE thanks to Dave Brosius

3 lines of code changed in:

mbenson 2005-12-02 14:50

remove java resource support from URL resource in favor of JavaResource.

3 lines of code changed in:

mbenson 2005-12-01 20:41

typo

1 lines of code changed in:

mbenson 2005-12-01 14:56

Replace try-catch with a preemptive check.

1 lines of code changed in:

jkf 2005-12-01 14:31

Fix import / removed unused variables

1 lines of code changed in:

November 2005 »

Generated by StatSVN 0.3.2-SNAPSHOT