February 2006 Commit Log

Number of Commits:
49
Number of Active Developers:
6
jglick 2006-02-28 21:07

#38811: support for JUnit 4.0.

157 lines of code changed in:

jhm 2006-02-28 17:10

<tarfileset> extends <fileset> not <tarfileset> itself.

3 lines of code changed in:

  • docs/manual/CoreTasks: tar.html (+3 -3)
jkf 2006-02-28 12:21

Removal of trailing ;

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: LoadFile.java (+2 -2)
jglick 2006-02-27 22:24

#38799: <junit> task should work so long as junit.jar

present in <classpath> even if not among Ant libs.

351 lines of code changed in:

bodewig 2006-02-27 05:05

2006

3 lines of code changed in:

jglick 2006-02-25 00:58

Avoid catching ThreadDeath; just pass it on.

Cf. http://www.netbeans.org/nonav/issues/show_bug.cgi?id=47191

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Java.java (+2)
jglick 2006-02-25 00:50

More helpful diagnostic message for an obscure mistake I once made...

6 lines of code changed in:

jglick 2006-02-25 00:22

Correct test failure when running with -ea.

3 lines of code changed in:

jglick 2006-02-24 23:49

Test failed if run on a system with UTF-8 encoding as the default.

1 lines of code changed in:

mbenson 2006-02-24 22:46

remove httpd reference found by Jesse

1 lines of code changed in:

jhm 2006-02-22 14:30

fix error in sample code

8 lines of code changed in:

mbenson 2006-02-21 04:26

add slashes in asfext ns decl

1 lines of code changed in:

kevj 2006-02-21 01:09

fix gump build - I assume that gump has switched JDK version recently to make this break

4 lines of code changed in:

  • proposal/embed/src/java/org/apache/tools/ant/taskdefs/optional: TaskDiscovery.java (+4 -4)
bodewig 2006-02-20 05:13

enabled this test by accident

1 lines of code changed in:

bodewig 2006-02-18 10:09

2006

10 lines of code changed in:

mbenson 2006-02-17 18:34

add p.a.o doap file to svn for now.

34 lines of code changed in:

jhm 2006-02-16 16:45

whisper that mkdir wont create an (already existing) directory

3 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Mkdir.java (+3)
mbenson 2006-02-15 15:16

Make Gump happy for now...

3 lines of code changed in:

  • src/etc/testcases/taskdefs/javadoc: javadoc.xml (+3 -3)
bodewig 2006-02-15 06:05

fix the test, sort of

1 lines of code changed in:

  • src/etc/testcases/taskdefs/javadoc: javadoc.xml (+1 -1)
bodewig 2006-02-15 05:28

whitespace

7 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Javadoc.java (+7 -7)
bodewig 2006-02-15 05:27

javadoc doesn't like the palckage name '', skip it

8 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Javadoc.java (+8)
jhm 2006-02-14 15:30

Fix the example regarding dir-attribute and add an additional example for that.

11 lines of code changed in:

  • docs/manual/CoreTasks: ant.html (+11 -4)
bodewig 2006-02-14 05:15

2006

1 lines of code changed in:

kevj 2006-02-13 06:41

close <ol> tag in javadoc (well it is EchoXML after all...)

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: EchoXML.java (+2 -1)
kevj 2006-02-13 05:32

2006 (sorry)

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional: ANTLR.java (+1 -1)
kevj 2006-02-13 05:11

use FileUtils.close

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional: ANTLR.java (+1 -5)
jkf 2006-02-12 12:33

PR 38622: project helper reference may not have been set.

6 lines of code changed in:

jkf 2006-02-11 13:17

remove external task Interactive on request of Daniel Kasmeroglu

Link is also dead.

0 lines of code changed in:

mbenson 2006-02-10 17:11

Give some clue that the classconstants filter has a dependency on BCEL.

3 lines of code changed in:

jhm 2006-02-06 08:39

add AntDoclet

81 lines of code changed in:

kevj 2006-02-06 05:16

- addresses bug/request #27446

5 lines of code changed in:

kevj 2006-02-06 05:15

- addresses enhancement request #27446

- added closeQuietly to reduce duplication

34 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: SQLExec.java (+34 -21)
kevj 2006-02-06 04:41

use StringUtils and FileUtils where possible

26 lines of code changed in:

kevj 2006-02-06 04:31

link to ant jakarta.apache.org -> ant.apache.org

6 lines of code changed in:

jhm 2006-02-03 15:26

Enhance the Bug 38477 tests.

20 lines of code changed in:

jhm 2006-02-03 15:22

2006

1 lines of code changed in:

jhm 2006-02-03 15:16

Found a "cvs" :)

15 lines of code changed in:

bodewig 2006-02-03 05:07

2006

7 lines of code changed in:

jkf 2006-02-02 23:48

pr38465 improved recursion detection to allow the same token on one line multiple times.

29 lines of code changed in:

jkf 2006-02-02 20:43

Corrected fix in Task.java (first shortcut removed the task name from the logging entry.) Used patch of Andreas Mross.

16 lines of code changed in:

jkf 2006-02-02 20:08

38458 removed log implementation of Task to allow logging from tasks outside a project. The base class has the logging behaviour we need. This does not guarantee that (all) tasks are working outside an project, but at least will not break just because of logging.

7 lines of code changed in:

jkf 2006-02-02 19:54

Removed trivial unused private methods

0 lines of code changed in:

jkf 2006-02-02 19:44

Remove unused imports from testcases

10 lines of code changed in:

jkf 2006-02-02 19:37

Remove unused imports from testcases

188 lines of code changed in:

jkf 2006-02-02 19:22

Remove unused import + removed some commented out code, which has been commented out since its introduction.

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Delete.java (+1 -5)
jhm 2006-02-02 10:58

Applied patch by Petar Tahchiev correcting some typos one the site.

57 lines of code changed in:

jhm 2006-02-02 09:02

Bug 38477: testcase, but couldnt see that error

62 lines of code changed in:

bodewig 2006-02-01 05:45

skip non-directory entries in sourcepath

12 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Javadoc.java (+12 -6)
bodewig 2006-02-01 05:45

tests for 38370

150 lines of code changed in:

January 2006 »

Generated by StatSVN 0.3.2-SNAPSHOT