March 2006 Commit Log

Number of Commits:
50
Number of Active Developers:
7
jkf 2006-03-27 21:21

Regression test started failing because text of buildexception changed.

Re-inserted <> around the taks name which were lost in the process of

making condition more flexible.

4 lines of code changed in:

jkf 2006-03-27 20:45

PR39027: also build file + updated comment

2 lines of code changed in:

bodewig 2006-03-27 03:51

2006

1 lines of code changed in:

jkf 2006-03-26 14:04

PR:39027 Request to change 1.5 check to java.net.Proxy for compatibility with GNU Classpath.

6 lines of code changed in:

jkf 2006-03-25 22:35

Adding property storing the ant core library.

42 lines of code changed in:

jkf 2006-03-25 21:27

Improved use of MagicNames for ant internal properties

48 lines of code changed in:

jkf 2006-03-25 20:30

Sorry, copyright update forgotten

9 lines of code changed in:

  • src/main/org/apache/tools/ant: Project.java (+1 -1)
  • src/main/org/apache/tools/ant/taskdefs/optional/ccm: Continuus.java (+1 -1)
  • src/main/org/apache/tools/ant/taskdefs/optional/clearcase: ClearCase.java (+1 -1)
  • src/main/org/apache/tools/ant/taskdefs/optional/ejb: DDCreator.java (+1 -1), Ejbc.java (+1 -1)
  • src/main/org/apache/tools/ant/taskdefs/optional/sos: SOS.java (+1 -1)
  • src/main/org/apache/tools/ant/taskdefs/optional/vss: MSVSS.java (+1 -1)
  • src/main/org/apache/tools/ant/util: FileUtils.java (+2 -1)
jkf 2006-03-25 20:20

Refactored translatePath from Project to FileUtils.

Project now also fails with explicit message on java 1.1.

Added javadoc comment for the ant.java.version property

61 lines of code changed in:

  • src/main/org/apache/tools/ant: Project.java (+11 -17)
  • src/main/org/apache/tools/ant/taskdefs: Javac.java (+1 -3)
  • src/main/org/apache/tools/ant/taskdefs/optional/ccm: Continuus.java (+2 -1)
  • src/main/org/apache/tools/ant/taskdefs/optional/clearcase: ClearCase.java (+2 -1)
  • src/main/org/apache/tools/ant/taskdefs/optional/ejb: DDCreator.java (+3 -2), Ejbc.java (+3 -2)
  • src/main/org/apache/tools/ant/taskdefs/optional/sos: SOS.java (+2 -1)
  • src/main/org/apache/tools/ant/taskdefs/optional/vss: MSVSS.java (+2 -1)
  • src/main/org/apache/tools/ant/util: FileUtils.java (+35)
kevj 2006-03-23 05:38

revert to code that compiles pre 1.4

2 lines of code changed in:

  • src/main/org/apache/tools/ant/launch: Locator.java (+2 -3)
bodewig 2006-03-23 05:11

2006

4 lines of code changed in:

kevj 2006-03-21 03:49

remove deprecated code

2 lines of code changed in:

  • src/main/org/apache/tools/ant/launch: Locator.java (+2 -2)
stevel 2006-03-20 13:09

Move to english locale when lower casing things, to avoid problems in other locales, like, say, turkey.

3 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: JDBCTask.java (+3 -2)
mbenson 2006-03-16 17:17

punctuation/capitalization

2 lines of code changed in:

stevel 2006-03-16 14:00

No, it isnt the fact that I declare things through a property file either.

35 lines of code changed in:

stevel 2006-03-16 13:54

Matt's proof my bug doesnt exist, as a unit test. Given the bug doesnt exist, w.t.f. is wrong with my task?

42 lines of code changed in:

stevel 2006-03-15 13:01

Adding some low level diagnostics for waitfor, calling the processSucess and processTimeout methods at appropriate times

96 lines of code changed in:

jhm 2006-03-15 10:10

Forgotten one 'cvs' ...

2 lines of code changed in:

jhm 2006-03-15 08:02

Had found some cvs-references where svn is available.

52 lines of code changed in:

stevel 2006-03-14 13:54

-Roll back condition defined in defaults.properties to ant1.6.5 branch with one extra. scriptcondition. We cannot have that explicitly in the ConditionBase, as it is optional.



-create a new antlib for all conditions



-expand ConditionBase to explicitly ask for all ant1.7 conditions that are not optional.

82 lines of code changed in:

stevel 2006-03-14 13:52

flip tests as the IDE was complaining that we werent handing null tokens properly

30 lines of code changed in:

  • src/main/org/apache/tools/ant: Target.java (+30 -6)
jkf 2006-03-13 20:33

38914

2 lines of code changed in:

jkf 2006-03-13 20:32

Patch for PR28914 / similar (maybe even identical) to the proposed patch of Benjamin Burgess

3 lines of code changed in:

bodewig 2006-03-12 15:01

2006

5 lines of code changed in:

stevel 2006-03-08 22:45

made units public

6 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: WaitFor.java (+6 -6)
stevel 2006-03-08 16:38

we should have done this for ant1.6. Now my backwards compatible task has to copy in all the well-known condition names.

18 lines of code changed in:

stevel 2006-03-08 12:45

commentary on bindToOwner

6 lines of code changed in:

  • src/main/org/apache/tools/ant: Task.java (+6)
stevel 2006-03-08 12:44

closing

2 lines of code changed in:

kevj 2006-03-08 03:56

Java API change to Date.after causes bug #30471, added check and comment

18 lines of code changed in:

kevj 2006-03-08 02:40

- minor tweak to reduce scope of variable, fix comments

3 lines of code changed in:

kevj 2006-03-08 01:45

updated Ant Pretty Build subsection

29 lines of code changed in:

stevel 2006-03-06 21:47

This bit of complexity verifies the sha1 key of the m2 library against what is in the libraries file.



Provided the ant distro is validated, this ensures that the maven library that comes down is also valid.

42 lines of code changed in:

stevel 2006-03-06 16:55

adding better diagnostics here when loading fails, like the name of the file at fault.

2 lines of code changed in:

mbenson 2006-03-06 15:54

s/an bug/a bug/

1 lines of code changed in:

stevel 2006-03-06 14:58

accidental plural

1 lines of code changed in:

stevel 2006-03-05 22:23

took out the "dont bother us line". I know, we hate the calls, but maybe we are being too harsh here.

1 lines of code changed in:

bodewig 2006-03-03 21:05

whitespace

8 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Javadoc.java (+8 -8)
bodewig 2006-03-03 21:02

make packagenames optional

13 lines of code changed in:

bodewig 2006-03-03 20:56

preliminary Mustang support

49 lines of code changed in:

bodewig 2006-03-03 20:22

2006

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+2 -2)
stevel 2006-03-03 13:37

bug ID 32069: resetting an undefined env variable changes the errorlevel.

10 lines of code changed in:

stevel 2006-03-03 13:37

tune test running. Dont set the dir, do set the forkmode

2 lines of code changed in:

stevel 2006-03-03 12:50

my key

106 lines of code changed in:

kevj 2006-03-02 07:42

don't need final in interface

1 lines of code changed in:

jglick 2006-03-01 19:13

Tweak: in case junit-3.8.1.jar and junit-4.0.jar are on CP but in that

order, and running JDK 1.4-, at least run JUnit 3.x tests.

5 lines of code changed in:

stevel 2006-03-01 15:33

minor layout tweaks to make it slightly more readable, updated year and corrected an old URL

64 lines of code changed in:

stevel 2006-03-01 15:31

let's not save XML reports to the project dir, but instead somewhere under build/ and stick the results in a directory parallel to it.

11 lines of code changed in:

stevel 2006-03-01 13:49

and turn off halting on failure until later

2 lines of code changed in:

stevel 2006-03-01 13:27

tweak how tests run

-you get the junit report if a trax impl is present

-we fail afterwards if a test failed or errored

-commonality of the two junit runs factored out into a presetdef, single point of maintenance.

53 lines of code changed in:

stevel 2006-03-01 11:59

include the caught exception when relayed

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+1 -1)
jhm 2006-03-01 07:00

Fix the "strange" bahaviour reported by Steve Meredith.

2 lines of code changed in:

February 2006 »

Generated by StatSVN 0.3.2-SNAPSHOT