March 2004 Commit Log

Number of Commits:
60
Number of Active Developers:
6
mbenson 2004-03-31 21:47

Forgot manual page.

149 lines of code changed in:

mbenson 2004-03-31 14:20

Add Windows 2003 support to getProcEnvCommand() + minor refactoring.

PR: 28067

Submitted by: Irene Rusman

0 lines of code changed in:

peterreilly 2004-03-31 11:45

ProjectComponent incorrect compare used in logging

PR: 28070

Obtained from: Matt Small

3 lines of code changed in:

bodewig 2004-03-31 09:08

Try to make Gump happy

5 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/image: ImageTest.java (+5 -5)
bodewig 2004-03-31 09:07

Whitespace changes only

69 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/image: Image.java (+25 -22)
  • src/testcases/org/apache/tools/ant/taskdefs/optional/image: ImageTest.java (+44 -36)
mbenson 2004-03-30 23:22

Add Windows 2003 support to getProcEnvCommand() + minor refactoring.

PR: 28067

Submitted by: Irene Rusman

9 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Execute.java (+9 -15)
mbenson 2004-03-29 21:47

Minor corrections

2 lines of code changed in:

stevel 2004-03-29 17:02

I do not like the current process of marking incompatibility, as it is a dog to use from programmatic task access. We should validate immediatly before execution instead. This commit is not a fix, merely a partial workaround.

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Java.java (+1 -1)
stevel 2004-03-29 16:39

spelling

1 lines of code changed in:

mbenson 2004-03-27 21:33

Forgot the default typedef and type unit tests initially. ;)

27 lines of code changed in:

mbenson 2004-03-27 21:24

Remove comment.

0 lines of code changed in:

  • src/etc/testcases/taskdefs: java.xml (-2)
mbenson 2004-03-27 21:22

Add <redirector>.

3032 lines of code changed in:

stevel 2004-03-26 17:54

working to get Axis & smartfrog to generate their task docs from this code. the generation is good, dvsl bad.

47 lines of code changed in:

bodewig 2004-03-26 13:08

Log4J is no longer a Jakarta subproject, don't wait for the others to

graduate as well.

24 lines of code changed in:

mbenson 2004-03-25 19:18

Added examples of using the line.separator system property in the message.

PR: 27953

11 lines of code changed in:

  • docs/manual/CoreTasks: echo.html (+11 -3)
bodewig 2004-03-24 15:04

Update license

201 lines of code changed in:

peterreilly 2004-03-22 15:54

filterset used by filtertask doesn't respect loglevel

PR: 27568

Obtained from: Marcel Schutte

7 lines of code changed in:

mbenson 2004-03-18 21:31

Reduce level of skip message to VERBOSE.

PR: 27784

7 lines of code changed in:

jhm 2004-03-18 11:25

sshexec: document 'host'. Thanks to Gedge

5 lines of code changed in:

mbenson 2004-03-17 22:10

ant -p swallows (configuration) errors silently.

PR: 27732

5 lines of code changed in:

mbenson 2004-03-17 16:41

Quick refactoring.

1 lines of code changed in:

peterreilly 2004-03-16 10:01

doc: clarification of targets in using.html

Obtained from: Jack J. Woehr

10 lines of code changed in:

peterreilly 2004-03-15 18:02

checkcheck

3 lines of code changed in:

peterreilly 2004-03-15 17:33

stylecheck

17 lines of code changed in:

peterreilly 2004-03-15 17:26

stylecheck

1 lines of code changed in:

peterreilly 2004-03-15 14:36

Allow setting of uid and gid in a tarfileset - in addition or in place

of user and group.

PR: 19120

Reported by: Dale Sherwood

57 lines of code changed in:

bodewig 2004-03-15 11:27

White-space changes only

54 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Java.java (+54 -54)
bodewig 2004-03-15 11:23

Don't swallow the stack trace if a Java program throws an exception.

50 lines of code changed in:

costin 2004-03-13 08:29

Removing my name



PR:

Obtained from:

Submitted by:

Reviewed by:

0 lines of code changed in:

peterreilly 2004-03-12 19:08

nice task: checkstyle and fix some comments

13 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Nice.java (+13 -13)
mbenson 2004-03-12 17:30

Add "since" for nested <mapper>.

3 lines of code changed in:

mbenson 2004-03-12 15:11

Add <nice> to the manual.

PR: 26637

58 lines of code changed in:

peterreilly 2004-03-12 09:09

add javadoc

84 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Tar.java (+84 -7)
peterreilly 2004-03-12 09:00

NPE while useing -listener for commons logger.

There is a difference between using a -logger and -listener.

The former may use a log file and the latter does not get this set.

The commons logger code assumes that it is passed the log stream in

both cases.

The fix is just to initialize the out and err streams in the commons

logger class.

PR: 27373

4 lines of code changed in:

mbenson 2004-03-11 23:40

Add "negate" attribute to <propertyset>s.

83 lines of code changed in:

mbenson 2004-03-11 19:25

Nested file mappers; container mapper.

PR: 26364

370 lines of code changed in:

peterreilly 2004-03-11 11:22

exec task outputted two redundant trailing newlines

PR: 27546

Reported by: marcel at schutte dot com

Obtained from: Martijn Kruithof

7 lines of code changed in:

peterreilly 2004-03-11 10:52

doc fix for starteam tasks

PR: 27554

Obtained from: Alexz Machinski

6 lines of code changed in:

bodewig 2004-03-10 14:40

Wrong condition in flush, submitted by Martijn Kruithof, PR: 27549

1 lines of code changed in:

peterreilly 2004-03-10 09:38

add fix for 26765

2 lines of code changed in:

peterreilly 2004-03-10 09:24

fix if build file name has ../ or ./

PR: 26765

Reported by: Ian E. Gorman

1 lines of code changed in:

peterreilly 2004-03-09 17:26

initial list of contributors to ant, with e-mail addresses

removed

PR: 27177

0 lines of code changed in:

peterreilly 2004-03-09 16:49

remove authors from files

PR: 27177

Obtained from: J.M. (Martijn) Kruithof

2 lines of code changed in:

peterreilly 2004-03-09 15:57

doc fixes for javadoc

PR: 27284

Obtained from: Jesse Glick

7 lines of code changed in:

peterreilly 2004-03-09 15:48

update WHATSNEW

2 lines of code changed in:

bodewig 2004-03-09 15:48

Make <depend> less verbose if it doesn't do anything.



PR: 27540

Submitted by: Rob Oxspring <roxspring at imapmail dot org>

9 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/depend: Depend.java (+9 -1)
peterreilly 2004-03-09 15:41

[PATCH] Misspelling: s/occured/occurred/g

PR: 27282

Obtained from: Jesse Glick

23 lines of code changed in:

peterreilly 2004-03-08 18:55

opps

1 lines of code changed in:

peterreilly 2004-03-08 18:52

mention file nested element to filelist

2 lines of code changed in:

stevel 2004-03-05 10:35

corrections by Larry Schatzer

19 lines of code changed in:

peterreilly 2004-03-03 17:12

tagdiff.xsl update

2 lines of code changed in:

peterreilly 2004-03-03 17:08

tagdiff.xsl got whacked when the apache license got updated

PR: 27057

Obtained from: Ted McElwee

9 lines of code changed in:

mbenson 2004-03-03 15:03

Minor cleanup.

5 lines of code changed in:

bodewig 2004-03-03 14:35

This test has been randomly failing on Unix systems ever since their

file system is considered to have a granularity of a second. Give it

the same treatment as Windows.

3 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs: JarTest.java (+3 -4)
bodewig 2004-03-03 14:18

Make test pass in Gumpy - at least I hope it does

12 lines of code changed in:

peterreilly 2004-03-03 14:14

update cvs hreference and some tiding up of cvs manual page

Obtained from: Larry Shatzer

10 lines of code changed in:

  • docs/manual/CoreTasks: cvs.html (+10 -10)
mbenson 2004-03-02 21:57

Fix typo.

1 lines of code changed in:

  • src/script: ant (+1 -1)
bodewig 2004-03-02 10:42

Xerces-J 2.6.2

3 lines of code changed in:

jhm 2004-03-01 17:24

Make conform to used encoding.

1 lines of code changed in:

jhm 2004-03-01 15:10

Add 'run.failing.tests' support.

6 lines of code changed in:

February 2004 »

Generated by StatSVN 0.3.2-SNAPSHOT