June 2006 Commit Log

Number of Commits:
69
Number of Active Developers:
9
antoine 2006-06-30 23:42

add support to nested XSL parameters in junitreport, Bugzilla 39708

1179 lines of code changed in:

mbenson 2006-06-30 21:20

missing s in javadoc

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/junit: JUnitTask.java (+1 -1)
antoine 2006-06-30 20:15

message of Marc Guillemot on dev list, adding WebTest

77 lines of code changed in:

mbenson 2006-06-29 21:57

If the class invoked by the <java> task threw a ClassNotFoundException,

this was misinterpreted as the specified class itself not being found.

21 lines of code changed in:

mbenson 2006-06-27 22:23

make helpers final (HELPERS); put static stuff before instance-level stuff.

29 lines of code changed in:

mbenson 2006-06-27 21:39

allow @s before the "real" one in scp uris. Bugzilla 38082.

Submitted by Michael Montuori/Robert Anderson.

4 lines of code changed in:

mbenson 2006-06-27 20:47

<fixcrlf> now supports an outputencoding attribute. Bugzilla report 39697.

Submitted by Stephen Goetze

52 lines of code changed in:

conor 2006-06-27 15:56

Correct issues in Contributors files

4 lines of code changed in:

kevj 2006-06-26 05:15

roll back deprecation of Project.resolveFile, revert prior changes to code

10 lines of code changed in:

jkf 2006-06-25 14:38

Removed support for Xalan1.

19 lines of code changed in:

mbenson 2006-06-23 22:41

Only DL if the _artifact_ was not found;

taskdef anytime the _antlib_ wasn't found.

4 lines of code changed in:

mbenson 2006-06-23 22:30

rename get-m2 dest.dir to m2.dest.dir for better portability;

<fail unless=""> is more compact than a nested <not><isset /></not> in fetch/pickDest

7 lines of code changed in:

mbenson 2006-06-23 22:16

Extracted get-m2.xml from fetch.xml; modified so that a single run is

sufficient even when DLing the m2 tasks.

111 lines of code changed in:

mbenson 2006-06-23 20:33

ws

51 lines of code changed in:

antoine 2006-06-22 23:31

renaming the .cvsignore files into .svnignore

48 lines of code changed in:

antoine 2006-06-22 06:57

added some files to exclude

22 lines of code changed in:

antoine 2006-06-22 05:20

mail from Brian Agnew on the users list

2 lines of code changed in:

bodewig 2006-06-22 04:13

as usual

1 lines of code changed in:

stevel 2006-06-22 00:07

Little something to make it easier for things that subclass main to change its exit behaviour. Its been on my HDD for a while. If people object to it, I'll roll it back, as its not anything I'm actively using...

12 lines of code changed in:

  • src/main/org/apache/tools/ant: Main.java (+12 -1)
stevel 2006-06-22 00:04

FileUtils.close

4 lines of code changed in:

stevel 2006-06-22 00:03

trying to get this to work. it is now in the jar.

2 lines of code changed in:

stevel 2006-06-22 00:03

typo

1 lines of code changed in:

stevel 2006-06-21 23:23

sort declarations

3 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/condition: antlib.xml (+3 -1)
stevel 2006-06-21 23:14

lets evaluate properties inline. Incidentally, <scriptdef> and the like Do Not do this. Too late to change now, probably.

2 lines of code changed in:

mbenson 2006-06-21 17:22

add since doc for subant

2 lines of code changed in:

bodewig 2006-06-21 04:17

Update info on AntXtras

78 lines of code changed in:

bodewig 2006-06-21 04:13

2006

4 lines of code changed in:

stevel 2006-06-20 23:29

How scriptdef handles namespaces in element types.

3 lines of code changed in:

stevel 2006-06-20 21:44

extending scriptdef

1. nested text gets passed to self.text

2. a fail(String) method takes on the work of throwing exceptions even in languages that dont make it easy to throw BuildExceptions



I have antunit tests for these in the antbook source tree, but not moved them into ant's codebase yet.



Issue: should nested text be something that must be enabled explicitly via a nestedText attribute in scriptdef?

85 lines of code changed in:

mbenson 2006-06-20 15:09

add tempfile deleteOnExit. PR# 39842. Submitted by Patrick Martin (then slightly modified).

68 lines of code changed in:

mbenson 2006-06-20 14:52

add <javadoc verbose> setting

2 lines of code changed in:

mbenson 2006-06-20 14:50

mention [PATCH] in BZ

4 lines of code changed in:

kevj 2006-06-20 07:44

test was failing on osx, change to use StringUtils - test now passes

2 lines of code changed in:

stevel 2006-06-19 22:29

add in script languages

23 lines of code changed in:

stevel 2006-06-19 22:29

add in script language versions

5 lines of code changed in:

antoine 2006-06-19 14:29

request of Wascally Wabbit

36 lines of code changed in:

jkf 2006-06-16 22:03

Closing some streams in Manifest, patch kindly provided by John Sisson.

13 lines of code changed in:

jhm 2006-06-15 09:33

Add a note about unsubscribe from the mailinglist.

57 lines of code changed in:

kevj 2006-06-15 02:47

use fileutils.resolveFile

23 lines of code changed in:

antoine 2006-06-15 02:39

added some pointers

7 lines of code changed in:

kevj 2006-06-15 02:19

use fileutils.resolveFile

1 lines of code changed in:

kevj 2006-06-13 09:14

added gpg key (could be totally flawed)

37 lines of code changed in:

bodewig 2006-06-13 04:20

WiX task is no longer untested

18 lines of code changed in:

bodewig 2006-06-13 04:18

fix line feeds

31 lines of code changed in:

bodewig 2006-06-13 03:50

2006

4 lines of code changed in:

mbenson 2006-06-12 16:04

document description attribute

11 lines of code changed in:

stevel 2006-06-11 22:00

change policy of PropertyResource to return the actual dereferenced value.

1 lines of code changed in:

stevel 2006-06-11 21:49

toString() override. Debuggers like them.

27 lines of code changed in:

jkf 2006-06-08 17:53

Update to latest jsch available on ibiblio, to allow the ssh optional task to be build.

1 lines of code changed in:

jkf 2006-06-07 19:18

4 lines of code changed in:

jkf 2006-06-07 19:14

Performance enhancement by Dave Brosius

10 lines of code changed in:

antoine 2006-06-07 11:28

Fix for SystemId of stylesheet

Bugzilla 39407.

77 lines of code changed in:

antoine 2006-06-06 10:52

FTP Account could not be specified in ant FTP task.

Bugzilla report 39720.

27 lines of code changed in:

antoine 2006-06-06 08:23

ReplaceTokens should allow properties files.

Bugzilla 39688

71 lines of code changed in:

mbenson 2006-06-05 18:54

sp

3 lines of code changed in:

  • src/main/org/apache/tools/ant/util/regexp: Regexp.java (+3 -3)
bodewig 2006-06-05 18:29

Add a target to create an MSI installer for Ant

615 lines of code changed in:

kevj 2006-06-05 09:26

use fileutils.resolveFile

45 lines of code changed in:

kevj 2006-06-05 07:29

fix copyright date

1 lines of code changed in:

kevj 2006-06-05 07:25

- trim whitespace

- xhtmlify javadoc

21 lines of code changed in:

mbenson 2006-06-02 15:15

add antversion blurb

2 lines of code changed in:

mbenson 2006-06-02 15:10

doc

4 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/condition: AntVersion.java (+4 -4)
mbenson 2006-06-02 14:31

svn props

95 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/condition: AntVersion.java (+95 -95)
mbenson 2006-06-02 14:30

set svn props

0 lines of code changed in:

mbenson 2006-06-02 14:26

remove erroneously set svn:executable property.

0 lines of code changed in:

jglick 2006-06-02 05:29

Deleting empty package.

0 lines of code changed in:

jglick 2006-06-02 05:28

Missing @since.

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Echo.java (+1)
jglick 2006-06-02 05:27

Stefan pointed out that the XML formatter was mistakenly using "JUnit4TestFacade"

as the "class name" for simple TestCase's run under JUnit 4.

19 lines of code changed in:

jglick 2006-06-02 05:26

Just using a more explicitly qualified class name.

1 lines of code changed in:

bodewig 2006-06-01 04:05

2006

1 lines of code changed in:

May 2006 »

Generated by StatSVN 0.3.2-SNAPSHOT