June 2005 Commit Log

Number of Commits:
51
Number of Active Developers:
8
jkf 2005-06-29 17:11

Forgot to updat whatsnew for PR35499

2 lines of code changed in:

jkf 2005-06-29 16:29

cright

1 lines of code changed in:

jkf 2005-06-29 16:29

PR: 35544



Avoid getting NPE on calling close() twice.

9 lines of code changed in:

jkf 2005-06-29 16:22

As suggested by Kev Jackson



Use FileUtils.close() instead of separate try catch implementation.

1 lines of code changed in:

peterreilly 2005-06-29 14:58

checkstyle - line length

6 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/i18n: Translate.java (+6 -5)
peterreilly 2005-06-29 14:08

javadoc + make it final is it has a private constructor

4 lines of code changed in:

peterreilly 2005-06-29 14:06

javadoc

33 lines of code changed in:

peterreilly 2005-06-29 11:32

javadoc

18 lines of code changed in:

peterreilly 2005-06-29 11:16

checkstyle - line length + javadoc + redundent final

6 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional: IContract.java (+6 -4)
peterreilly 2005-06-29 11:16

checkstyle - trialing space

3 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: FixCRLF.java (+1 -1)
  • src/main/org/apache/tools/ant/taskdefs/cvslib: CvsVersion.java (+2 -2)
peterreilly 2005-06-29 11:15

checkstyle javadoc

128 lines of code changed in:

bodewig 2005-06-28 12:41

untabify

5 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/ssh: SSHUserInfo.java (+5 -5)
bodewig 2005-06-28 12:39

add Atsuhiko Yamanaka

0 lines of code changed in:

bodewig 2005-06-28 12:38

Add support for keyboard-interactive authentication to SSH tasks.



Submitted by: Atsuhiko Yamanaka

18 lines of code changed in:

bodewig 2005-06-28 12:22

2005

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/junit: BatchTest.java (+1 -1)
jkf 2005-06-27 17:59

PR: 35499

Classname may not contain / or \ so it is safe to convert both

to . to get the class name. (Zipfilesets do not necessarily contain

File.separator as separator characters.)

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/junit: BatchTest.java (+2 -1)
jglick 2005-06-22 23:24

Minor update.

1 lines of code changed in:

bodewig 2005-06-21 13:39

JDK 1.3 doesn't have that constructor (at least not public)

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: EchoXML.java (+1 -1)
bodewig 2005-06-21 12:09

fix PR 34963, create <br/> in stack-traces

9 lines of code changed in:

bodewig 2005-06-21 11:53

Unit test for 34963

28 lines of code changed in:

jhm 2005-06-14 21:15

Bug 35345: s/The syntax is filters is/The syntax for filters is/

30 lines of code changed in:

jhm 2005-06-13 16:39

Add external task 'Incanto' to link list.

88 lines of code changed in:

mbenson 2005-06-13 16:09

Fix (add!) outofdate check as indicated by Martijn. D'oh!

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Concat.java (+2 -4)
bodewig 2005-06-13 07:30

2005

3 lines of code changed in:

stevel 2005-06-12 23:15

Little something to make IDE debugging easier; <diagnostics/> prints the diagnostics out as per -diagnostics.

1. Why does Netbeans4.1 keep javax.xml.parsers.SAXParserFactory a secret? SecurityException handling to Diagnostics to compensate.

2. could add output file support, maybe?

3. could add task="junit" for detailed task diags instead...

53 lines of code changed in:

jkf 2005-06-12 18:04

Removed unused private fields

3 lines of code changed in:

jkf 2005-06-12 17:55

Removed unused local variables.



I think there is an error in ConCat, see added comment.

20 lines of code changed in:

jkf 2005-06-12 15:58

removed unused private method

0 lines of code changed in:

jkf 2005-06-12 15:54

removed unused imports

3 lines of code changed in:

stevel 2005-06-10 23:06

moving some magic names into place, using them where needed.

49 lines of code changed in:

stevel 2005-06-10 22:48

depends on files not checked in.

2 lines of code changed in:

mbenson 2005-06-10 13:35

Insert a space for aesthetic appeal.

1 lines of code changed in:

mbenson 2005-06-09 21:46

s/CODE/code in javadoc HTML

18 lines of code changed in:

mbenson 2005-06-09 13:04

XmlCatalog had become broken with any dtd/entity location that was not a file.

PR: 35269

1 lines of code changed in:

bodewig 2005-06-08 14:37

Use Jan-Friedrich Mutter's real name

2 lines of code changed in:

bodewig 2005-06-08 07:22

2005

4 lines of code changed in:

stevel 2005-06-07 20:38

remove log level for a better example

18 lines of code changed in:

jkf 2005-06-07 15:32

moved { one line up, extended Cright

4 lines of code changed in:

jkf 2005-06-06 22:18

PR: 34241

Tar task now accepts files <8GB (was <2GB), according to POSIX tar standard.

28 lines of code changed in:

jkf 2005-06-06 19:45

PR: 35246

As suggested by Darin Swanson.

(use USER_LIBDIR, and use File.separatorChar in there)

5 lines of code changed in:

jhm 2005-06-04 07:34

Create a link section so the tutorial is more printable.

13 lines of code changed in:

jhm 2005-06-04 07:24

Hint to ant.home property

8 lines of code changed in:

jhm 2005-06-04 07:19

Antidote has been retired.

0 lines of code changed in:

jhm 2005-06-03 17:43

If we depracte 'style' we shouldnt use it for ourself :)

8 lines of code changed in:

jhm 2005-06-03 17:18

more JavaDoc happiness :-)

9 lines of code changed in:

jhm 2005-06-03 16:46

make JavaDoc more happier

136 lines of code changed in:

bodewig 2005-06-02 14:47

Add pointer to properties2java task

76 lines of code changed in:

antoine 2005-06-02 14:04

add 1.6.5 in ant history in HEAD

15 lines of code changed in:

antoine 2005-06-02 14:02

Ant 1.6.5 release

365 lines of code changed in:

antoine 2005-06-02 13:58

Announce Ant 1.6.5 on the web site

48 lines of code changed in:

antoine 2005-06-01 05:30

fixed strange example, property names do not usually start with ${

9 lines of code changed in:

May 2005 »

Generated by StatSVN 0.3.2-SNAPSHOT