October 2004 Commit Log

Number of Commits:
58
Number of Active Developers:
5
stevel 2004-10-30 21:06

document mapper in expand

4 lines of code changed in:

stevel 2004-10-30 21:03

merging features of Russell's dependencies contribution;

conditional dependencies and setting of a path to the dependency list.

Moving from httpclient to get is still todo.

342 lines of code changed in:

stevel 2004-10-30 19:44

Patch in PR# 21996

add a flatten to unzip.

I actually only patched in the mapper nested element support; with that the flatten attribute can only introduce inconsistency (what if you spec a mapper and flatten=true).

And the patch was modified to keep the attributes private, with a getMapper() operation for subclasses (like untar) to get when needed.

Did a bit of cleanup -especially of the unzip tests- while at it.

193 lines of code changed in:

peterreilly 2004-10-29 08:56

opps, forgot to save the change..

7 lines of code changed in:

peterreilly 2004-10-29 08:54

Use org.apache.log4j.Logger instead of org.apache.log4j.Category

PR: 31951

Obtained from: J.M. (Martijn) Kruithof

31 lines of code changed in:

bodewig 2004-10-29 07:35

Make handling of javac -source easier. Simply make JDK 1.4.1's

interface upwards compatible.

30 lines of code changed in:

stevel 2004-10-28 12:23

not testing the broken stuff; will do a big rework soon w/ the httpunit and incubator stuff integrated

1 lines of code changed in:

bodewig 2004-10-28 11:34

Some words of warning - always specify -target and -source or you are lost with JDK 1.5

6 lines of code changed in:

bodewig 2004-10-28 09:38

More Mono trouble on Brutus

1 lines of code changed in:

peterreilly 2004-10-28 09:12

Properties.propertyNames() should be used instead of .keys():

fix for previous fix - use getProperty() and not get()

fix for PropertySet

PR: 27261

20 lines of code changed in:

peterreilly 2004-10-28 08:47

Properties.propertyNames() should be used instead of .keys().

PR: 27261

Obtained from: Mike Murray

6 lines of code changed in:

bodewig 2004-10-28 07:58

Removed too much with my last patch

3 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Javac.java (+3 -1)
peterreilly 2004-10-27 12:48

NPE using XmlLogger and antlib

check if the value of the name attribute is not null

set the taskname of the antlib task

PR: 31840

Obtained from: Mariano Benitez

7 lines of code changed in:

bodewig 2004-10-26 14:56

Better error reporting when users set the wrong default namespace.



PR: 30660

Submitted by: Kevin Greiner <kgreiner at xpediantsolutions dot com>

11 lines of code changed in:

bodewig 2004-10-26 14:18

compiler attributes is used to determine command line arguments even in the fork case, this warning is misleading. PR: 31664

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Javac.java (+1 -7)
bodewig 2004-10-26 11:02

Updates link to JDEE

14 lines of code changed in:

bodewig 2004-10-26 10:21

Replace all is dangerous

1 lines of code changed in:

bodewig 2004-10-26 10:12

Move GetLibrariesTest to make tests compile without httpclient

20 lines of code changed in:

stevel 2004-10-25 23:13

Repository support; needs http client 2.x and commons-logging.

Broken: repository references (you'll see in the test results)

not tested: authenticated access to the repository.

Already had a feature request for multiple repository support;

would be nice. That and better diagnostics on failure.

Note that we dont currently probe ibiblio for availaibility; that was taking longer than the fetches themselves.

210 lines of code changed in:

peterreilly 2004-10-21 13:54

Concat task instance could not be run twice

PR: 31814

Reported by: elara at smartops dot com (Eduardo)

26 lines of code changed in:

peterreilly 2004-10-21 10:31

ExecTask executes checkConfiguration() even though os does not match.

PR: 31805

Obtained from: David Boon

11 lines of code changed in:

peterreilly 2004-10-20 08:38

add failall value for onerror attribute of <typedef>

PR: 31685

Obtained from: steve morin

77 lines of code changed in:

jglick 2004-10-20 00:42

If this works, my CVS access is working OK...

10 lines of code changed in:

bodewig 2004-10-19 14:29

disable .NET tests until Mono on Brutus works as it should

1 lines of code changed in:

mbenson 2004-10-15 17:05

Typos

3 lines of code changed in:

bodewig 2004-10-14 14:42

Errors thrown before we fire startTestSuite cause problems in setOutAndErr

2 lines of code changed in:

bodewig 2004-10-14 08:21

Add pointer to Antlion

87 lines of code changed in:

bodewig 2004-10-13 10:23

The code that tries to detect a crashing forked VM in <junit> breaks

down when the VM runs multiple tests.



The old code used a TestFormatter and detected a crash if the expected

output had not been written. If multiple tests get run in one VM, the

TestRunner ignores the filename that has been passed in - and the task

doesn't find any output.



Even if it didn't ignore the file name, a single non-crashing test

would have made the task think, the VM finished in a healthy way.



Make the crash-detection more explcit and let the TestRunner cooperate

more than before.



This bug has been presented by Gump in cooperation with the Hivemind

build.

24 lines of code changed in:

bodewig 2004-10-13 05:53

define <ispingable>

1 lines of code changed in:

stevel 2004-10-12 20:52

ispingable is defined, corrected validation logic (I think :)

2 lines of code changed in:

stevel 2004-10-12 20:51

Apt docs. Also flipped the nocompile flag in name and meaning

159 lines of code changed in:

peterreilly 2004-10-11 08:37

remove a debug system.out from XmlProperty.java

Reported By: Ricky Panaglucci

0 lines of code changed in:

stevel 2004-10-08 16:40

apt tool

1 lines of code changed in:

stevel 2004-10-08 11:09

Fed up with complaints about rmic generated code not having its source files found. Now you can turn it off.

87 lines of code changed in:

stevel 2004-10-08 10:46

Wrapper for Apt tool in Java1.5, from bug ID 29978

348 lines of code changed in:

stevel 2004-10-08 10:43

Test that verifies XML parser version (Xerces) and feature set.

5 lines of code changed in:

stevel 2004-10-08 09:34

accessors to command line are occasionally useful when working with java

20 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Java.java (+20)
stevel 2004-10-08 09:00

raise log level of targets to match that of task events

1 lines of code changed in:

stevel 2004-10-08 08:59

update selector to go with the move

1 lines of code changed in:

stevel 2004-10-08 08:59

Move optional conditions to a suitable place

8 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/condition: IsPingable.java (del)
  • src/main/org/apache/tools/ant/taskdefs/optional/condition: IsPingable.java (new 8)
stevel 2004-10-07 22:54

First of the Java1.5 extensions. Closest j2se has for detecting offline state, though I note J2ME and JavaWebStart have offline tests.

Needs tests.

7 lines of code changed in:

mbenson 2004-10-07 16:25

Documentation fixes for PVCS task.

PR: 31582

13 lines of code changed in:

mbenson 2004-10-07 16:15

Make Gump happy

6 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/junit: JUnitTask.java (+6 -2)
mbenson 2004-10-07 16:03

Restore <move>'s ability to replace existing files and/or write

into existing directories.

PR: 31031

182 lines of code changed in:

  • src/etc/testcases/taskdefs: move.xml (+107 -14)
  • src/main/org/apache/tools/ant/taskdefs: Copy.java (+1 -1), Move.java (+58 -77)
  • src/testcases/org/apache/tools/ant/taskdefs: MoveTest.java (+16 -8)
peterreilly 2004-10-07 15:40

remove -noclasspath from build.sh and build.bat

It was not BC and may have caused a gumpy glitch.

2 lines of code changed in:

stevel 2004-10-07 10:59

Dont ask me why jikes decided to go all fussy on me. It has, and these are the corrections.

15 lines of code changed in:

stevel 2004-10-06 22:41

Somewhat reworked patch for bug# 31106, submitted by Isao Yanagimachi.

Took the opportunity to clean up the tasks slightly, such as removing duplication in various methods.

We need a unit test for long command line java, and many parameter java, just to see what breaks.

197 lines of code changed in:

bodewig 2004-10-06 15:48

people might reuse this task instance

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/junit: JUnitTask.java (+1)
bodewig 2004-10-06 15:39

white space changes only

9 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/junit: JUnitTask.java (+9 -9)
bodewig 2004-10-06 15:38

plug memory leak in non-forked <junit>



PR: 27420

9 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/junit: JUnitTask.java (+9)
bodewig 2004-10-06 15:01

Make sure test output gets grabbed early enough to capture everything.



PR: 30798



While fixing this, I noticed that printsummary="withOutAndErr" didn't

work with fork="true".

236 lines of code changed in:

bodewig 2004-10-06 14:58

fix license

39 lines of code changed in:

peterreilly 2004-10-06 09:17

document classpathref for <typedef>

PR: 31555

Reported by: Nathan Robertson

27 lines of code changed in:

peterreilly 2004-10-05 08:37

-noclasspath option

Added -noclasspath option to allow running ant WITHOUT using CLASSPATH env

variable. Modified ant.bat to do this so that %CLASSPATH% is not looked at.

Modified build.sh and build.bat to use the option.

25 lines of code changed in:

peterreilly 2004-10-05 08:09

typo

1 lines of code changed in:

  • src/main/org/apache/tools/ant: Main.java (+1 -1)
stevel 2004-10-03 14:06

clean machines reveal invalid assumptions

4 lines of code changed in:

stevel 2004-10-02 23:39

clarify conditional target execution logic

8 lines of code changed in:

stevel 2004-10-01 18:46

javadoc fixup -only because IntelliJ is so fussy.

1 lines of code changed in:

September 2004 »

Generated by StatSVN 0.3.2-SNAPSHOT