July 2006 Commit Log

Number of Commits:
77
Number of Active Developers:
8
bodewig 2006-07-28 19:14

whitespace only

7 lines of code changed in:

bodewig 2006-07-28 19:10

avoid NPE in border-cases

4 lines of code changed in:

jhm 2006-07-28 13:11

- back to File-based algorithm

- cpu enhancement

6 lines of code changed in:

jglick 2006-07-28 11:41

More info re. #28621.

1 lines of code changed in:

jhm 2006-07-28 11:21

Update the note about Winzip and WEB-INF directory.

13 lines of code changed in:

kevj 2006-07-28 04:12

fix typo, kill TAB

1 lines of code changed in:

kevj 2006-07-28 01:36

include get-m2.xml

3 lines of code changed in:

mbenson 2006-07-27 22:21

I think Martijn forgot part of his testcase. This fixes the failing manifest test for me.

3 lines of code changed in:

jglick 2006-07-27 18:21

Display the default value for an input prompt sensibly.

16 lines of code changed in:

jglick 2006-07-27 18:21

Actually permit validargs and defaultvalue together in the default handler.

Formerly, would just prompt you again if you just pressed Enter.

1 lines of code changed in:

jglick 2006-07-27 18:03

InputHandler implementations may now call InputRequest.getDefaultValue() if they wish.

23 lines of code changed in:

jglick 2006-07-27 18:02

Correcting use of deprecated API.

7 lines of code changed in:

mbenson 2006-07-27 15:40

Add a link to ensure explanation (found an indictment of basedir's description

as being recursive). :|

2 lines of code changed in:

jglick 2006-07-26 22:29

People should not think that "file:../master.xml" is a meaningful URI.

Ant historically supports it but normal XML parsers do not.

10 lines of code changed in:

jglick 2006-07-26 22:15

Expressing a <dirset> as a string should show matching dirs, not files!

42 lines of code changed in:

  • src/main/org/apache/tools/ant/types: DirSet.java (+20 -1)
  • src/testcases/org/apache/tools/ant/types: DirSetTest.java (+22 -2)
mbenson 2006-07-24 16:16

capitalize "Ant".

2 lines of code changed in:

jglick 2006-07-20 08:50

Javadoc typo only.

1 lines of code changed in:

mbenson 2006-07-18 14:15

remove <libraries> references.

1 lines of code changed in:

jhm 2006-07-18 08:28

Bug 21042 "Setting XSL parameter to input filename when processed whole directory."

* changed from File.getParent() to String.substring() to avoid changing between / and \

* "dir" defaults to '.' instead of empty string, so dir+'/'+name would not result in an absolute path

21 lines of code changed in:

mbenson 2006-07-17 16:23

remove double can; replace period w/ colon

2 lines of code changed in:

jhm 2006-07-17 12:14

could also add that to the WHATSNEW file ...

49 lines of code changed in:

jhm 2006-07-17 12:03

Bug 21042 "Setting XSL parameter to input filename when processed whole directory."

374 lines of code changed in:

bodewig 2006-07-17 04:48

2006

1 lines of code changed in:

stevel 2006-07-14 20:13

Bonus extra diagnostics. Handy when the uri is ${unexpanded}

12 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Definer.java (+12 -5)
jhm 2006-07-14 08:55

Updated information as requested by their maintainer Pavel Vlasov.

92 lines of code changed in:

stevel 2006-07-13 11:19

update WHATSNEW with my recent set of changes

20 lines of code changed in:

stevel 2006-07-13 11:12

moving log of CVS passfile info down to verbose

1 lines of code changed in:

stevel 2006-07-13 11:11

This is a little bit of fun; something asked for on the mail list. You can now use -main to specify a new entry point for ant, so if you override ant.Main with a subclass, you can switch to that.



It has a side effect of making ant a generic launcher of things; anything that implements AntMain.startAnt.

47 lines of code changed in:

  • src/main/org/apache/tools/ant: Main.java (+17 -4)
  • src/main/org/apache/tools/ant/launch: Launcher.java (+30 -9)
stevel 2006-07-13 11:08

forward verify operation to references

3 lines of code changed in:

stevel 2006-07-13 11:07

oh, this feels so good. Removing Win98 as a supported platform. Also adding an example from a bugrep on how to run ant from ant itself

71 lines of code changed in:

stevel 2006-07-13 11:03

Add extra diags on the error message by printing out java.home

26 lines of code changed in:

mbenson 2006-07-12 21:56

another random commit

2 lines of code changed in:

mbenson 2006-07-12 21:41

Random mods to see if I can commit from my new box.

15 lines of code changed in:

antoine 2006-07-12 19:05

Bugzilla 40021, contribution of Ivan Ivanov.

8 lines of code changed in:

antoine 2006-07-12 17:18

Bug Report 40021. The noframes option was not working at all.

44 lines of code changed in:

antoine 2006-07-12 16:41

Fix JUnitReport with includes.

Bug Report 40022

927 lines of code changed in:

mbenson 2006-07-12 16:20

xhtmlify javadoc

20 lines of code changed in:

jhm 2006-07-12 06:48

Update the sandbox homepage (needs more infos...)

269 lines of code changed in:

jhm 2006-07-11 14:16

The book is a little bit out of date ...

2 lines of code changed in:

jhm 2006-07-11 14:03

- names are sorted by last name

- regenerate site

10 lines of code changed in:

kevj 2006-07-11 12:36

added myself to xdocs/contributors.xml

3 lines of code changed in:

jhm 2006-07-11 08:38

* add <junit> + <junitreport>

* update reference to Log4J 1.2.13

* minor notes

151 lines of code changed in:

jkf 2006-07-10 22:03

manifest issues

br: 37548

Still not totally convinced that the line is not allowed to be 74 bytes long (including eol)

But the specs allow to cut off early, except for the name. So name is allowed to by 70 bytes

long, and only if the name is 70 or 69 bytes long the line will be 74 (73) bytes long. Else

it will be shorter than 72 bytes including eol.

3 lines of code changed in:

jkf 2006-07-10 21:54

manifest issues

br: 37548

Still not totally convinced that the line is not allowed to be 74 bytes long (including eol)

But the specs allow to cut off early, except for the name. So name is allowed to by 70 bytes

long, and only if the name is 70 or 69 bytes long the line will be 74 (73) bytes long. Else

it will be shorter than 72 bytes including eol.

87 lines of code changed in:

jhm 2006-07-10 16:05

Let the base class do the job.

2 lines of code changed in:

jhm 2006-07-10 15:41

Bug 35850

<subant> now supports nested <target> elements as <ant> does.

150 lines of code changed in:

  • docs/manual/CoreTasks: subant.html (+61 -13)
  • src/etc/testcases/taskdefs: subant.xml (+27 -2)
  • src/etc/testcases/taskdefs/subant/subant-test1: mysubant.xml (+9)
  • src/etc/testcases/taskdefs/subant/subant-test2: mysubant.xml (+6)
  • src/main/org/apache/tools/ant/taskdefs: SubAnt.java (+26 -1)
  • src/testcases/org/apache/tools/ant/taskdefs: SubAntTest.java (+21 -3)
stevel 2006-07-10 12:40

adopt consistent quoting on this message.

2 lines of code changed in:

jhm 2006-07-10 06:16

Just converting tabs to spaces and additional line breaks.

8 lines of code changed in:

jkf 2006-07-09 20:09

Fix CRight

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/junit: Constants.java (+1 -1)
jkf 2006-07-09 19:47

Fixed length mismatch.



Made use of shared constants in junit package.

83 lines of code changed in:

jkf 2006-07-09 19:17

remove author

0 lines of code changed in:

jkf 2006-07-09 18:18

The crashfile was originally written to the file.toString, now the absolute path is used, hopefully this fixes the gump problems.

3 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/junit: JUnitTask.java (+3 -6)
stevel 2006-07-09 16:06

well, if you put the docs in, you need to follow with the code. <hasMethod> looks for methods.

176 lines of code changed in:

jkf 2006-07-08 21:19

Give better information in case of timeout for JUnit test,as requested in Bug 39946.

111 lines of code changed in:

jkf 2006-07-08 13:27

Give better information in case of timeout for JUnit test,as requested in Bug 39946.

12 lines of code changed in:

jkf 2006-07-08 12:30

Give better information in case of timeout for JUnit test,as requested in Bug 39946.

34 lines of code changed in:

stevel 2006-07-07 20:46

delete spurious letter F; update copyright

59 lines of code changed in:

jhm 2006-07-07 14:39

Bug: 39153

Add notes (log+manual) that <java> does not handle jar+classpath together (more exactly Java itself does not).

17 lines of code changed in:

jhm 2006-07-07 12:37

A super-call is ok here so you'll get the "standard" behaviour you expect from other BuildFileTests.

5 lines of code changed in:

jhm 2006-07-07 12:32

Bug: 29539

More information about using the Log4jListener.

39 lines of code changed in:

stevel 2006-07-07 09:05

roll back deletion of public teardown operator, with a comment as to why it is needed

10 lines of code changed in:

stevel 2006-07-06 12:38

purge some spurious methods

0 lines of code changed in:

jhm 2006-07-06 12:24

Remove methods with just super()-calls. (Don't know any more why I added them...)

7 lines of code changed in:

stevel 2006-07-06 09:00

some private emails about manifest correctness lead to more details on what to do if you disagree with the task's logic.

21 lines of code changed in:

jhm 2006-07-06 06:36

Examples for specifying a JDK in <java> and <javac>.

36 lines of code changed in:

jhm 2006-07-06 05:57

Add example using the default excludes.

19 lines of code changed in:

mbenson 2006-07-05 16:47

<echoproperties> setPrefix javadoc claimed null or empty prefix would be

ignored; instead an error was thrown. Bugzilla report 39954.

Submitted by Ivan Ivanov.

20 lines of code changed in:

stevel 2006-07-05 12:35

bugzilla report 38175; javacc needs a jdk version attribute for java1.5 support.

20 lines of code changed in:

kevj 2006-07-05 08:35

fix GUMP failures

2 lines of code changed in:

kevj 2006-07-05 03:15

move validation of properties into private method

23 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: FixCRLF.java (+23 -19)
stevel 2006-07-04 23:14

made all the protected methods public. Because ProjectTest was trying to call protected methods, and rather than selectively open up the methods, I made the whole set of asserts and operations open.

29 lines of code changed in:

stevel 2006-07-04 21:41

adding ability to set the location when creating this

11 lines of code changed in:

stevel 2006-07-04 21:11

bug 35607 ; Ant Get task downloads unmodified files when useTimestamp=true

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Get.java (+1 -1)
stevel 2006-07-04 20:58

bug 36033; javadocs incorrect

5 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Zip.java (+5 -6)
jhm 2006-07-04 15:26

Add link to "antcount" as requested by Patrick Martin.

101 lines of code changed in:

jkf 2006-07-03 20:21

Fix for pr:39946

52 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/junit: JUnitTask.java (+52 -33)
stevel 2006-07-03 15:13

given the task is out, the docs should be purged too.

0 lines of code changed in:

June 2006 »

Generated by StatSVN 0.3.2-SNAPSHOT