October 2001 Commit Log

Number of Commits:
92
Number of Active Developers:
7
holtdl 2001-10-31 22:50

Fix increment/decrement bug.

PR: 4549

Obtained from:

Submitted by:

Reviewed by:

2 lines of code changed in:

bodewig 2001-10-31 11:50

Add runtime classes in the Kaffe case as well (it has been there for

rmic but not for javac).

8 lines of code changed in:

bodewig 2001-10-31 11:05

Use locale independent methods to identify OS or match attributes and

elements in build files.



PR: 4100

59 lines of code changed in:

bodewig 2001-10-31 11:02

Add OS/2 as Os family

15 lines of code changed in:

  • docs/manual/CoreTasks: condition.html (+2 -1)
  • src/main/org/apache/tools/ant/taskdefs/condition: Os.java (+13 -2)
bodewig 2001-10-31 11:01

factor out runtime library detection.

49 lines of code changed in:

bodewig 2001-10-31 07:59

We seem to agree - at least on small things 8-)

3 lines of code changed in:

stevel 2001-10-30 21:44

Kept Apache Ant in the title, but moved it down a row

2 lines of code changed in:

bodewig 2001-10-30 14:40

Crimson doesn't bundle the TraX classes any longer.

8 lines of code changed in:

bodewig 2001-10-30 14:25

upgrade to Apache Crimson 1.1.3

0 lines of code changed in:

bodewig 2001-10-30 12:55

only treat tasks as tasks if they are children of TaskContainers.



PR: 3693

29 lines of code changed in:

bodewig 2001-10-30 10:05

Show that Ant is an Apache project.

142 lines of code changed in:

bodewig 2001-10-30 08:42

Add testcases for the inheritall/dir attribute combinations and their

results on the new project's basedir - clarify documentation.

175 lines of code changed in:

  • docs/manual/CoreTasks: ant.html (+37)
  • src/etc/testcases/taskdefs: ant.xml (+22)
  • src/etc/testcases/taskdefs/ant: ant.xml (new 16)
  • src/testcases/org/apache/tools/ant/taskdefs: AntTest.java (+100 -1)
bodewig 2001-10-30 07:07

initialize the new project first so that loggers have been configured

before we fiddle with its properties.



Don't carry over user properties for basedir and ant.file from the

second to the third call in a chain of <ant> invokes <ant> ...

9 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Ant.java (+9 -3)
bodewig 2001-10-29 15:27

skipemptyfilesat and parallel didn't play nicely together.



PR: 4347

1 lines of code changed in:

sbailliez 2001-10-29 15:05

Fixed imports accidentely removed during cleanup

8 lines of code changed in:

sbailliez 2001-10-29 14:25

Fixed imports accidentely removed during cleanup

24 lines of code changed in:

bodewig 2001-10-29 14:25

formatters assumed that only one test could be running at the same

time, this is not true.



PR: 2442

49 lines of code changed in:

bodewig 2001-10-29 11:16

Make <style> support Exolab's new Adaptx processor.



Submitted by: Arnaud Blandin <blandin@intalio.com>

44 lines of code changed in:

bodewig 2001-10-29 09:38

typo

1 lines of code changed in:

  • docs/manual/CoreTasks: ant.html (+1 -1)
bodewig 2001-10-29 09:33

clarify documentation for <ant> task.

9 lines of code changed in:

  • docs/manual/CoreTasks: ant.html (+9 -3)
bodewig 2001-10-29 09:16

Add pointer to JDEE



Submitted by: Guillaume Berche <guillaume.berche@eloquant.com>



With velocity-1.3-dev from jakarta-site2, we don't seem to need the

reverseloader attribute any longer.

100 lines of code changed in:

sbailliez 2001-10-28 22:24

Fixed typo reported by Bill Fellows <bfellows@genesis10.com>

1 lines of code changed in:

sbailliez 2001-10-28 21:31

Code clean up:

- removed useless/duplicate imports

- added explicit imports rather than *

- changed specifiers order to be conform to JLS.

1958 lines of code changed in:

donaldp 2001-10-27 03:30

Added a blurb about Emacs JDE and IDEA integration.



Submitted by: "Guillaume Berche" <guillaume.berche@eloquant.com>

6 lines of code changed in:

donaldp 2001-10-26 10:27

Fixed documentation to point to new location of manual.



PR: 4410

Submitted by: Tim Vernum <tpv@spamcop.net>

2 lines of code changed in:

donaldp 2001-10-26 10:19

Remove misleading javadoc comment so that we start getting less questions about it ;)



PR: 4398

1 lines of code changed in:

  • src/main/org/apache/tools/ant: Main.java (+1 -1)
donaldp 2001-10-26 10:13

Allow ant script to gracefully handle spaces in $HOME variable



PR: 4395

Submitted by: rick_price@email.com

1 lines of code changed in:

  • src/script: ant (+1 -1)
bodewig 2001-10-26 09:36

Add testcases for the substitution methods (and make them work 8-)



Add testcase for <replaceregexp>, this task now works with ORO,

Jakarta Regexp and JDK 1.4 if you use \1 to refer to parens in the

regular expression.

292 lines of code changed in:

bodewig 2001-10-26 07:50

testcases for case insensitive matches as well as multiline versus

singleline mode.



Note 1: doStartTest1 fails with ORO 2.0 but works with 2.0.4, better

use the latest release 8-)



Note 2: doEndTest2 fails with Jakarta Regexp 1.2, I've disabled it for

the time being, but may look into it later (file a bug report,

and so on).

71 lines of code changed in:

bodewig 2001-10-25 15:03

Rewritten part of the regexp stuff, adding substitution and options.

New optional replaceregexp tasks that takes advantage of it.



Submitted by: Matthew Inger <matti@sedonacorp.com>



This doesn't really work (but doesn't break anything either), but I

wanted to get the stuff committed now, I will put work into it

tomorrow. See mail to the list for details.

1596 lines of code changed in:

bodewig 2001-10-25 12:37

"Finally I managed to finish a new version of the VAJ tasks. The most

important new feature is the ability to execute VAJ tasks from the

command line by exploiting the Remote Tool Access feature of VAJ."



Submitted by: wolf.siberski@tui.de



Some patches look a lot larger as I had to remove stray CRs, I also

killed TABs wherever I stumbled over them.

2937 lines of code changed in:

donaldp 2001-10-24 09:11

A fix to make the cleanUp method do full cleanup.



PR: 4366

Submitted by: acl1@notes.ntrs.com

9 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Zip.java (+9 -1)
bodewig 2001-10-23 14:10

add some extra savety measures.

18 lines of code changed in:

bodewig 2001-10-23 12:15

Only override subbuild's basedir if inheritall has been set to false.



Submitted by: Craeg K. Strong <cstrong@arielpartners.com>



Get rid of annoying warning that <property> has been redefined in

<ant> and <antcall>.

16 lines of code changed in:

bodewig 2001-10-23 11:49

make sure <propertyfile> closes the file it's been reading from.



Submitted by: Magesh Umasankar <umagesh@rediffmail.com>

8 lines of code changed in:

bodewig 2001-10-23 10:35

assert -> assertTrue in all testcases.

109 lines of code changed in:

bodewig 2001-10-23 10:23

Account for a change in JUnit - TestCase.name() has been removed.



Now use reflection to invoke either getName or name, whichever is

available, so that the formatters will still support JUnit prior to

version 3.7 - once we decide to drop this support, this workaround

will be backed out.

102 lines of code changed in:

rubys 2001-10-23 06:10

Bootstraps are not cleaning up after themselves.

3 lines of code changed in:

stevel 2001-10-20 05:14

add section on dependency checking

15 lines of code changed in:

bodewig 2001-10-19 08:47

add documentation for <cvs>'s failonerror attribute.



PR: 4205

6 lines of code changed in:

bodewig 2001-10-19 07:51

improve "could not create task" error message.



PR: 3919

11 lines of code changed in:

bodewig 2001-10-19 07:24

At least print a warning if users try to redefine tasks or datatypes.



PR: 3205



This doesn't really solve the original problem, which cannot be solved

in Ant 1.x IMHO, that's why I didn't close the bug.

10 lines of code changed in:

bodewig 2001-10-19 06:26

state that properties are case sensitive.

7 lines of code changed in:

stevel 2001-10-19 00:48

bug #4111: ftp task does not work with a Windows 2000 ftp server with "MSDOS" directory listing. This is now documented.

7 lines of code changed in:

  • docs/manual/OptionalTasks: ftp.html (+7)
stevel 2001-10-19 00:34

documented uriroot and uribase options; cleaned up some other bits based on more experience with the task.

44 lines of code changed in:

  • docs/manual/OptionalTasks: jspc.html (+44 -11)
stevel 2001-10-19 00:33

added uriroot and uribase options

54 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/jsp: JspC.java (+46)
  • src/main/org/apache/tools/ant/taskdefs/optional/jsp/compilers: JasperC.java (+8 -1)
stevel 2001-10-18 23:53

a full second of leeway on the clock during sleep tests to address scheduling/timing issues across different platforms.

4 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs: SleepTest.java (+4 -3)
bodewig 2001-10-18 10:16

Make <propertyfile>'s default attribute work as expected.



PR: 3955

Submitted by: Erik Hatcher <jakarta-ant@ehatchersolutions.com>

133 lines of code changed in:

bodewig 2001-10-18 08:44

Add initial testcase for the optional propertyfile task.



Submitted by: Levi Cook <lcook@gr.com>

14 lines of code changed in:

bodewig 2001-10-18 08:25

remove redundant code from FileUtils, handle Netware case in

IntrospectionHelper's testcase.



Submitted by: Jeff Tulley <JTULLEY@novell.com>

6 lines of code changed in:

bodewig 2001-10-17 09:43

add "netware" as possible value for the <os> condition.

1 lines of code changed in:

donaldp 2001-10-17 09:33

Added some javadocs for OS condition.



Submitted by: "Jeff Tulley" <JTULLEY@novell.com>

16 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/condition: Os.java (+16)
holtdl 2001-10-17 00:27

Allow for an ANT_ARGS environment variable, for setting things like

using a different logger or including the -find flag.



(runant.pl, also add a check for cygwin for path separator, fix ANT_OPTS.)

PR:

Obtained from:

Submitted by:

Reviewed by:

16 lines of code changed in:

donaldp 2001-10-16 10:12

I've just put together a patch for the JDepend task to use xml

output. A new

attribute "format" has been added that can take either "xml" or "text"

defaulting to the latter. ?Appropriate changes have been made to the

documentation, and additionally a .xsl file is attached to

produce html with

a similar style to that of junitreport.



Submitted by: "Rob Oxspring" <roxspring@yahoo.com>

353 lines of code changed in:

donaldp 2001-10-15 08:38

* Updated description and URL of Mark Volkmann's presentation on

Ant. Mark updated his presentation for Ant 1.4 and made it

available in PDF format.



Submitted by: Weiqi Gao <weiqigao@networkusa.net>

6 lines of code changed in:

stevel 2001-10-14 04:44

other unices have rpm too, I am told.

3 lines of code changed in:

  • docs/manual/OptionalTasks: rpm.html (+3 -2)
stevel 2001-10-14 04:39

Text + example of how to use a task in the file it is compiled. Keeping silent on taskdef's property file loading functionality so that people dont start using it just before it gets taken away.

32 lines of code changed in:

stevel 2001-10-14 04:23

Revisiting of these. Some proofing; more on Java1.1 to 1.4 compatibility needs.

80 lines of code changed in:

stevel 2001-10-14 03:49

IE6 on winXP doesn't like the &apos; entity, rather than replace it with a single quote and break some other browser the sentence was reworked to indicate possesion differently.

2 lines of code changed in:

conor 2001-10-13 10:54

Change to distribution build. It now packages optional.jar into the

main binary distribution and splits src and bin into separate directories

16 lines of code changed in:

donaldp 2001-10-13 02:08

Add support for extracting names from Volumes on NetWare.



Submitted by: "Jeff Tulley" <JTULLEY@novell.com>

9 lines of code changed in:

donaldp 2001-10-13 02:00

I made a lot of changes here, to almost every test case in the "testConstructor" test. ?Partly this code is system-dependent, but it is also testing that the paths are tokenized or split into individual paths correctly, so that system dependence is probably ok here. ?I simply added in a NetWare case everywhere there was a UNIX and Windows(really, "else") case.





Submitted By: Jeff Tulley ?(jtulley@novell.com)

22 lines of code changed in:

donaldp 2001-10-13 01:57

Check for Os set to netware.



Submitted by: "Jeff Tulley" <JTULLEY@novell.com>

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/condition: Os.java (+2)
donaldp 2001-10-13 01:56

Remove some tabs.

20 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Javadoc.java (+20 -20)
donaldp 2001-10-13 01:53

Add comments regarding future netware integration.



Submitted by: "Jeff Tulley" <JTULLEY@novell.com>

5 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Javadoc.java (+5 -2)
donaldp 2001-10-13 01:48

PathConvert does not allow NetWare as a targetOS. There was also a problem with the logic of PathConvert treating everything that did not have a targetOS=Windows as UNIX, where in this case the Windows assumptions are actually more correct for NetWare. ?(The assumptions are the type of classpath separator, ";" on Windows and NetWare, and the directory path separator, and NetWare can deal with either "/", or "\\" equally well).



Patch fixes these issues.



Submitted by: "Jeff Tulley" <JTULLEY@novell.com>

15 lines of code changed in:

conor 2001-10-13 00:08

Ignore NoSuchMethod exceptions when looking for setProject in non

Task classes being used as tasks

3 lines of code changed in:

donaldp 2001-10-12 22:24

Updated documentation for Move to reflect the ability to create filesets with single files that move to another file.



Submitted by: "Magesh Umasankar" <umagesh@rediffmail.com>

4 lines of code changed in:

conor 2001-10-12 12:08

Make it a little cleaner

8 lines of code changed in:

conor 2001-10-12 12:05

News of release

38 lines of code changed in:

donaldp 2001-10-12 08:19

If a fileset defines a single file, allow the Copy and Move tasks to work with the toFile attribute.

25 lines of code changed in:

  • docs/manual/CoreTasks: copy.html (+3 -1)
  • src/main/org/apache/tools/ant/taskdefs: Copy.java (+22 -1)
donaldp 2001-10-12 08:14

Removed some tabs.

9 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/compilers: Gcj.java (+9 -9)
donaldp 2001-10-12 08:11

Added task to create a manifest easily from build file.



Submitted by: thomas.kerle@pd.admin.ch

8 lines of code changed in:

conor 2001-10-11 14:55

Handle continuations in section names

PR: 4075

11 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Manifest.java (+11 -2)
conor 2001-10-11 13:44

Update to documentation from 1.4.1 release

91 lines of code changed in:

conor 2001-10-10 15:30

Merge across from Ant 1.4.1 changes

34 lines of code changed in:

  • docs/manual/OptionalTasks: sound.html (+21 -14)
  • src/main/org/apache/tools/ant/taskdefs/optional/depend: Depend.java (+13 -7)
conor 2001-10-10 15:14

Add support for ejb2.0 local interfaces



Submitted by: Josh Lannin <jlannin@bea.com>

16 lines of code changed in:

rubys 2001-10-09 15:00

Fix syntax error - leftover line

0 lines of code changed in:

conor 2001-10-09 12:13

D'Oh - didn;t resolve all conflicts :-( - done now.

100 lines of code changed in:

conor 2001-10-09 12:11

Add support for message beans



Submitted by: Josh Lannin <jlannin@bea.com>

38 lines of code changed in:

conor 2001-10-08 13:52

iFix up stylesheet PI



PR: 3989

Submitted by: Eric.Smith@NextPage.com (Eric James Smith)

1 lines of code changed in:

stevel 2001-10-06 23:22

made rhino easier to find

1 lines of code changed in:

stevel 2001-10-06 23:21

added reference to XDoclet

26 lines of code changed in:

donaldp 2001-10-06 07:00

Added ability to resolve entitys to local files.



Submitted by: Holger Engels <hengels@mercatis.de>

159 lines of code changed in:

donaldp 2001-10-06 01:07

Make sure file for reading patterns is closed.



Submitted by: tbsandee@pobox.com (Ben Sandee)

10 lines of code changed in:

donaldp 2001-10-05 17:23

Enabled encoding option for gcj Java compiler.



Submitted by: "Takashi Okamoto" <tokamoto@rd.nttdata.co.jp>

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/compilers: Gcj.java (+1 -2)
holtdl 2001-10-04 13:47

Add example for csh settings.

PR:

Obtained from:

Submitted by:

Reviewed by:

5 lines of code changed in:

bodewig 2001-10-01 14:14

Add new <isset> condition, simplify ConditionBase by using ProjectComponent.

105 lines of code changed in:

bodewig 2001-10-01 13:32

Make FileUtils.resolveFile more robust - modelled after File(File, String).



This avoids the explicit checks for null directories in

SourceFileScanner as well.

27 lines of code changed in:

bodewig 2001-10-01 12:26

Add reference to current task instance under the name "self" to

<script> task.



Submitted by: Erik Hatcher <jakarta-ant@ehatchersolutions.com>

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional: Script.java (+2)
donaldp 2001-10-01 09:13

Task thats add delete capability to the P4 suite of tasks.



Submitted by: "Mike Roberts" <mike@tmorph.com>

83 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/perforce: P4Delete.java (new 83)
conor 2001-10-01 07:44

Merge across fixes from 1.4 branch

27 lines of code changed in:

September 2001 »

Generated by StatSVN 0.3.2-SNAPSHOT