January 2007 Commit Log

Number of Commits:
55
Number of Active Developers:
9
jkf 2007-01-28 19:24

Remove antidote from manual

0 lines of code changed in:

jkf 2007-01-28 11:52

Test did not chatch the error I made, so updated the test that it does catch the error I made.

16 lines of code changed in:

  • src/tests/antunit/taskdefs/dependset: test.xml (+16 -5)
jkf 2007-01-28 10:49

Made an error yesterday evening in order.

4 lines of code changed in:

jkf 2007-01-27 23:40

Pr: 41284 dependset throws NullPointerException. Sort is not suitable to sort items in an order that might change during sorting.

36 lines of code changed in:

jkf 2007-01-27 21:29

41312 Typo on Ant website

2 lines of code changed in:

jkf 2007-01-27 21:09

41411 Bug in org.apache.tools.ant.types.resources.comparators.Date

Cedomir Igaly

10 lines of code changed in:

jglick 2007-01-24 12:22

More on $CLASSPATH.

46 lines of code changed in:

jhm 2007-01-24 09:10

JDK 1.2 compatibility

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Concat.java (+1 -1)
jglick 2007-01-23 16:59

#38799 cont'd: clearer docs on avoiding -lib.

13 lines of code changed in:

bodewig 2007-01-23 09:06

Don't swallow exception information in P4Base

5 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/perforce: P4Base.java (+5 -1)
jhm 2007-01-22 16:34

typo

1 lines of code changed in:

jhm 2007-01-22 15:22

Wrong attribute name in the message.

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: War.java (+1 -1)
stevel 2007-01-22 14:53

Not making this a failing test on gump, because its not clear the behaviour is anomalous w.r.t the Xml specifications.

2 lines of code changed in:

stevel 2007-01-22 14:51

no point in a public ctor to a package scope class; mention other JVMs in the javadocs

2 lines of code changed in:

jhm 2007-01-22 07:37

Fail with a meaningful message.

Discussed on User-List: http://marc.theaimsgroup.com/?l=ant-user&m=116923425428838&w=2

4 lines of code changed in:

jglick 2007-01-22 04:04

#41422: <junit> in Ant 1.7.0 could throw NPE if no <classpath> was defined.

7 lines of code changed in:

mbenson 2007-01-18 18:40

fix binary append; BZ 41399

27 lines of code changed in:

stevel 2007-01-18 10:56

fix the tests. the problem is some double expansion going on in antunit's assertions

15 lines of code changed in:

stevel 2007-01-18 10:33

looking at how xml properties get expanded

43 lines of code changed in:

stevel 2007-01-16 22:24

I forgot to add an @since tag when this was added.

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/condition: Xor.java (+1)
kevj 2007-01-16 08:57

typo

1 lines of code changed in:

jhm 2007-01-15 16:14

typo

1 lines of code changed in:

  • docs/manual/CoreTasks: jar.html (+1 -1)
mbenson 2007-01-12 19:40

commit doc xml after the fact 'cause I'm too dumb to generate docs. :(

18 lines of code changed in:

mbenson 2007-01-12 19:33

add FAQ about deleting directory contents while preserving top-level directory.

21 lines of code changed in:

bodewig 2007-01-12 05:22

junit.jar is required to build 1.7.0 from sources

54 lines of code changed in:

stevel 2007-01-11 22:01

Extra diagnostics. Dump all types in a namespace if the one you ask for isnt known. Good for identifying typos, and helps you differentiate "library not yet loaded" from "task unknown"

48 lines of code changed in:

mbenson 2007-01-11 19:21

Synchonization issues in PropertyHelper. Bugzilla 41353.

31 lines of code changed in:

mbenson 2007-01-11 15:22

bugzilla 41345. s/true true/true/ from Darin Swanson

1 lines of code changed in:

stevel 2007-01-11 14:02

Bug 41349: rmic should strip out -J compiler args when not forking

81 lines of code changed in:

mbenson 2007-01-10 22:34

as discussed on dev@, allow <mapper refid> to refer to a FileNameMapper

54 lines of code changed in:

mbenson 2007-01-10 20:38

document null Project reference bug

4 lines of code changed in:

mbenson 2007-01-10 19:48

when child resource collection added with null Project, it inherits ours

12 lines of code changed in:

mbenson 2007-01-10 19:46

move and publish public static Project getProject(Object)

21 lines of code changed in:

jhm 2007-01-10 12:12

Add separators between the mappers for easier reading of the source code. (Like it was before Script Mapper and Filter Mapper).

45 lines of code changed in:

jhm 2007-01-10 12:08

Use the style like on the other examples.

6 lines of code changed in:

bodewig 2007-01-08 15:58

No, this is not an executable. Shouldn't use Windows, I guess

0 lines of code changed in:

bodewig 2007-01-08 15:51

upgrade AntUnit

0 lines of code changed in:

bodewig 2007-01-08 04:47

announce AntUnit release

139 lines of code changed in:

peterreilly 2007-01-07 15:35

bugzilla 29143: show previous version in tagdiff.xsl

5 lines of code changed in:

peterreilly 2007-01-07 15:24

add note on maxparallel for chmod

14 lines of code changed in:

peterreilly 2007-01-07 15:04

reduce verbosity of <apply skipemptyfilesets>

4 lines of code changed in:

jhm 2007-01-04 15:08

Use the attribute name as provided in the jar-docs and suggested by Antoine. "Update" Ant. Use more "application information".

13 lines of code changed in:

  • docs/manual/CoreTasks: jar.html (+13 -6)
jhm 2007-01-04 12:48

Add an example how to store a program-version info in the manifest. Make the code more readable.

12 lines of code changed in:

  • docs/manual/CoreTasks: jar.html (+12)
jhm 2007-01-04 12:46

<ear> and <war> inherit attributes and elements from <jar>.

65 lines of code changed in:

jhm 2007-01-04 09:09

<jspc> is deprecated in favor to Tomcats own jspc task.

1 lines of code changed in:

antoine 2007-01-03 23:38

changes by Steve Loughran

5 lines of code changed in:

stevel 2007-01-03 21:46

bug 41280 APT Task ignores memoryMaximumSize argument

4 lines of code changed in:

stevel 2007-01-03 21:43

hyphens break the autolinking to bookstores

1 lines of code changed in:

kevj 2007-01-03 10:51

-added hasfreespace doc

38 lines of code changed in:

antoine 2007-01-03 01:57

changes in XML prepared by Jesse Glick

2 lines of code changed in:

jglick 2007-01-02 15:54

Home page still says manual is for 1.6.5!

1 lines of code changed in:

peterreilly 2007-01-02 00:22

a note on using 3344{toString:} for path references

46 lines of code changed in:

peterreilly 2007-01-02 00:20

checkstyle: make method smaller

151 lines of code changed in:

  • src/main/org/apache/tools/ant: Main.java (+151 -100)
peterreilly 2007-01-02 00:19

fix signature of JUnitTask#addClasspathEntry

13 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/junit: JUnitTask.java (+13 -3)
peterreilly 2007-01-02 00:11

Bugzilla 41268: rollback 32927

10 lines of code changed in:

December 2006 »

Generated by StatSVN 0.3.2-SNAPSHOT