June 2003 Commit Log

Number of Commits:
96
Number of Active Developers:
8
antoine 2003-06-30 14:04

TranslateTest is now fixed, removing the exclude.

0 lines of code changed in:

antoine 2003-06-30 13:51

cancel previous change

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/i18n: Translate.java (+1 -1)
antoine 2003-06-30 13:45

fix translate test

13 lines of code changed in:

antoine 2003-06-30 12:58

exclude TranslateTest, does not work

2 lines of code changed in:

antoine 2003-06-30 12:42

Try quick fix to make tests pass

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/i18n: Translate.java (+1 -1)
bodewig 2003-06-30 12:11

Typo

1 lines of code changed in:

bodewig 2003-06-30 12:10

Clarify the BSF/Rhino problem

4 lines of code changed in:

antoine 2003-06-30 10:41

The translate task did not translate tokens that are placed too close together.

This change fixes this. Thanks Tom, sorry for the time it took to process your patch.

PR: 17297

Submitted by: Tom Eugelink (tom at tbee dot org)

152 lines of code changed in:

antoine 2003-06-28 15:43

Added the IContract.jar file in the installation dependencies.

Added recommended versions of bsf.jar and js.jar (Rhino)

coming from an email of Peter Reilly.

http://article.gmane.org/gmane.comp.jakarta.ant.user/13887

13 lines of code changed in:

antoine 2003-06-28 14:18

Make FileUtilsTest pass under cygwin

I found doing this how to tell whether one is running under cygwin

if the first letter (drive letter) of System.getProperty("user.dir")

is lower case then one is under cygwin

31 lines of code changed in:

peterreilly 2003-06-27 18:43

change access levels of methods to match new access levels in Definer

2 lines of code changed in:

  • proposal/embed/src/java/org/apache/tools/ant/taskdefs: Taskdef2.java (+2 -2)
peterreilly 2003-06-27 18:16

quick fix for Ant.java use of property in Ant#reinit

9 lines of code changed in:

bodewig 2003-06-27 12:54

Add pointer to Speech4J

81 lines of code changed in:

conor 2003-06-27 11:19

New Launch facility. Separate jar now can be used to launch Ant which

takes over some of the functionality traditionally found in the Ant launch

scripts.

599 lines of code changed in:

peterreilly 2003-06-27 09:24

Get Project#getTaskDefinitions and Project#getDataTypeDefinitions

to emulate old behaviour

This fixs the <antstructure/> output.

Provide ComponentHelper#getAntTypeTable to provide the full table

Revert changes to ProjectTest

Update Typedef.java (forgot this in previous commit)

77 lines of code changed in:

peterreilly 2003-06-26 16:45

opps - 2: set includedelims to the attribute in the C&P method

1 lines of code changed in:

peterreilly 2003-06-26 16:34

opps: set includedelims to the attribute

1 lines of code changed in:

antoine 2003-06-26 15:21

Make filtersets preserve line endings

9 lines of code changed in:

bodewig 2003-06-26 13:15

2003

1 lines of code changed in:

peterreilly 2003-06-26 08:54

Second patch from antlib update as described in

http://issues.apache.org/bugzilla/show_bug.cgi?id=19897

This patch

* unifies the type and task definitions into one table

* types and tasks are represented by a AntTypeDefinition object

* taskadapter has been generalized to a typeadapter

* <typedef/> has a number of new attributes:

- adapter

- adaptto

- onerror

* <taskdef/> html page updated to refer to <typedef/> page



PR: 19897

Submitted by: Peter Reilly

Reviewed by:

1174 lines of code changed in:

antoine 2003-06-25 20:17

Added ANTLR#setGlib(File)

Marked ANTLR#setGlib(String) as deprecated, and make it call

the new setGlib(File)

20 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional: ANTLR.java (+20 -7)
antoine 2003-06-25 18:35

All the tests in ANTLRTest.java involving a super-grammar file were failing on Windows.

This change fixes the problem.

11 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional: ANTLR.java (+11 -1)
bodewig 2003-06-25 12:13

Remove paste error

0 lines of code changed in:

bodewig 2003-06-25 11:52

Use the new FileUtils#rename method

41 lines of code changed in:

bodewig 2003-06-25 11:11

2003

1 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/image: ImageTest.java (+1 -1)
bodewig 2003-06-25 10:31

Make fixcrlf work even with /tmp on a separate filesystem

45 lines of code changed in:

antoine 2003-06-25 08:59

Fix ImageTest for Windows environments.

The test was failing due to non respect of the date/time granularity of the

filesystem.

7 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/image: ImageTest.java (+7)
bodewig 2003-06-25 08:10

Help people who want to donate money to find their way

72 lines of code changed in:

antoine 2003-06-24 21:20

Make ClassFileSetTest pass under Windows.

Scanned files are represented with File.separator, not with a slash under Windows

8 lines of code changed in:

antoine 2003-06-24 20:25

An error was happening under Windows when executing the cleanup,

test3.zip could not be deleted.

This is now fixed.

13 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs: ZipTest.java (+13 -3)
bodewig 2003-06-24 16:07

Fix typo

1 lines of code changed in:

antoine 2003-06-24 16:07

Use java.io.tmpdir as location for temporary files

in FileUtils#createTempFile (when the directory parameter is null)

69 lines of code changed in:

bodewig 2003-06-24 15:40

fix tests that failed because of wrong case in filenames

6 lines of code changed in:

bodewig 2003-06-24 15:28

2003 and some 'since' information

7 lines of code changed in:

ehatcher 2003-06-24 15:08

added checksum enhancement to whatsnew

2 lines of code changed in:

ehatcher 2003-06-24 15:06

#20767 - adding totalproperty and todir attributes to checksum task - submitted by Aslak Hellesoy

253 lines of code changed in:

ehatcher 2003-06-24 14:58

Aslak prodded: issue 20767 - enhancements to checksum

2 lines of code changed in:

  • src/etc/testcases/taskdefs/checksum/foo: Bar (new 1)
  • src/etc/testcases/taskdefs/checksum/foo/zap: Eenie (new 1)
bodewig 2003-06-24 12:46

Allow <touch>'s datetime attribute to accept seconds as well.



PR: 21014

58 lines of code changed in:

conor 2003-06-24 11:33

2003

1 lines of code changed in:

conor 2003-06-24 11:29

PR: 17195

Submitted by: Markku Saarela

21 lines of code changed in:

bodewig 2003-06-24 09:37

Fix error message when filtersfile is missing.

PR: 20825

5 lines of code changed in:

bodewig 2003-06-24 09:16

Add support for nested dirsets to <apply> and thus to a couple of

subclass-tasks as well.



PR: 20687

Submitted by: Gus Heck <gus dot heck at olin dot edu>

154 lines of code changed in:

bodewig 2003-06-24 08:44

Create parent directories for destination files if they are missing.



PR: 20840

15 lines of code changed in:

bodewig 2003-06-24 08:32

Demonstrate PR 20840

16 lines of code changed in:

  • src/etc/testcases/taskdefs/fixcrlf: build.xml (+5)
  • src/testcases/org/apache/tools/ant/taskdefs: FixCrLfTest.java (+11 -1)
antoine 2003-06-23 16:18

Make FileUtilsTest pass on my machine (Windows 2000, JDK 1.4.1_02)

2 changes :

- there was no luck with setting the date/time of a file to 123456

milliseconds since the epoch

Instead, I set the date time of the file to current time + one day

this works.

- I changed the test toURI, specs beginning with / or \\ turn URIs

beginning with file:///C:/



Note :

I observed an error in the date/time returned by java and what I would

expect theoretically under Win 2000 and JDK 1.4.1_02

of 16,344,000 (16 millions of milliseconds), slightly

more than 4 and a half hours.

20 lines of code changed in:

bodewig 2003-06-23 14:56

Make Expand behave like DirectoryScanner if a pattern ends with a

trailing slash or backslash.



PR: 20696

20 lines of code changed in:

bodewig 2003-06-23 14:47

Demonstrate Bugzilla Report 20969

22 lines of code changed in:

conor 2003-06-23 12:07

PR: 20966

Submitted by: Jesse Glick

3 lines of code changed in:

bodewig 2003-06-23 11:54

Throw in copyright year check as well (you knew I'd do that, no? 8-).

5 lines of code changed in:

bodewig 2003-06-23 11:47

Add pointers to FMPP and GroboUtilsCoverage

155 lines of code changed in:

bodewig 2003-06-23 09:07

2003

4 lines of code changed in:

antoine 2003-06-23 09:06

Fixed imports, replaced import java.io.*; by each of the 4 classes

really used.

4 lines of code changed in:

antoine 2003-06-23 08:23

new book : Extreme Programming with Ant

Submitted by: Glenn Niemeyer (gniemeyer at tech-partners dot com)

69 lines of code changed in:

stevel 2003-06-20 22:59

Doc fixup. I have just started to use this: I like it, but still need to understand all that it does.

16 lines of code changed in:

stevel 2003-06-20 19:33

xdocs fixup

3 lines of code changed in:

antoine 2003-06-20 16:29

Allow JUnit to reuse the same classloader when fork is set to false

Submitted by: michael_beauregard at transcanada dot com

48 lines of code changed in:

antoine 2003-06-20 16:13

Add some details about my activities and a link to my private website.

14 lines of code changed in:

antoine 2003-06-20 11:09

Prevent <ejbjar> Borland implementation

from being blocked by java2iiop warning messages

PR: 19385

Submitted by: Benoit Moussaud (benoit dot moussaud at criltelecom dot com)

40 lines of code changed in:

antoine 2003-06-19 22:23

PR: 20457 and 20870

7 lines of code changed in:

antoine 2003-06-19 22:00

Create the temporary file for output of FixCrLf in the default directory

of FileUtils#createTempFile

This default directory is presently the current directory where ant is running.

I think it should be changed to the java.io.tmpdir

PR: 20870

Submitted by: Antoine Levy-Lambert

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: FixCRLF.java (+1 -1)
antoine 2003-06-19 21:25

fix the issue : VAJRemoteUtil calls getAbsolutePath instead of getPath

PR: 20457

Submitted by: Douglas Reith (douglas_reith at yahoo dot com dot au)

1 lines of code changed in:

conor 2003-06-18 13:02

Rework scriptdef to use DynamicConfigurator

119 lines of code changed in:

peterreilly 2003-06-18 08:10

Add url attribute to the properties task

PR: 20749

Obtained from: Andrew Ferguson

98 lines of code changed in:

peterreilly 2003-06-18 07:44

get UpToDate task to log at verbose level when the target file does not exist

PR: 20848

Obtained from: Eli Tucker

3 lines of code changed in:

umagesh 2003-06-17 15:49

Throw a build exception if a public constructor that takes in a Reader as its

sole argument is absent.



PR: 20768

7 lines of code changed in:

peterreilly 2003-06-16 10:09

Added some more documentation to the script task.

PR: 20805

Author: Jan Materne

79 lines of code changed in:

peterreilly 2003-06-16 09:28

Added the mapper unpackage

PR: 18908

Obtained from: Brad Clark

Submitted by: Peter Reilly

163 lines of code changed in:

antoine 2003-06-15 20:26

add cvsroot and package attributes to the output of <cvstagdiff/>

PR: 16081

Submitted by: Rob van Oostrum (rob at springwellfarms dot ca)

15 lines of code changed in:

antoine 2003-06-15 20:03

add a shout of victory against this bug in WHATSNEW and a hint in the doc

(bug was that date specs with spaces in them did not work in cvstagdiff)

PR: 15995

7 lines of code changed in:

antoine 2003-06-15 19:37

fix handling in cvstagdiff of date time formatted as "dd-MM-yy hh:mm:ss"

PR: 15995

Obtained from: Rob Van Oostrum (rob at springwellfarms dot ca)

5 lines of code changed in:

stevel 2003-06-13 05:16

This is not yet linked into <java> but its the intent, or maybe commandLineJava: a datatype for configuring assertion options. This'll be a fun one to test :)

313 lines of code changed in:

stevel 2003-06-13 05:15

refactoring out something that I see in too, too many places in datatypes

26 lines of code changed in:

stevel 2003-06-13 05:14

nobody can hide from the comment police

64 lines of code changed in:

chrisw 2003-06-11 21:08

Corrected Conor's correction ;-) and reduced a logo-size by 30k (80%) :-)

4 lines of code changed in:

conor 2003-06-11 06:35

handle IE

2 lines of code changed in:

conor 2003-06-11 06:19

Put award news on main page

46 lines of code changed in:

chrisw 2003-06-10 21:29

Add newly won Java World Editiors Choice Award to News-Page

30 lines of code changed in:

stevel 2003-06-10 20:57

Importing COM into .NET is adding injury to insult, but if you had to unit test a COM object, how would you do it?

212 lines of code changed in:

conor 2003-06-10 14:05

Improve error messages when creating tasks

5 lines of code changed in:

conor 2003-06-10 14:01

Resolve memory leak when ejecuteJava cleans up AntClassLoader



PR: 20264

4 lines of code changed in:

conor 2003-06-10 13:29

Various I/O fixes to support input from java tasks.

Addition of a -noinput flag to indicate input is not allowed

to prevent locking up non-interactive builds.



PR: 18133

21 lines of code changed in:

conor 2003-06-10 03:00

Add support for -target to Jikes compiler adapter



PR: 20580

6 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/compilers: Jikes.java (+6)
conor 2003-06-09 14:40

Wrong date

1 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/script: ScriptDefTest.java (+1 -1)
conor 2003-06-09 13:38

Allow tasks to be defined on the fly using scripts

756 lines of code changed in:

antoine 2003-06-06 21:12

Fix hopefully bug 18956.

The code has been tested on Linux by Adam Ambrose

P4HandlerAdapter will now delegate to PumpStreamHandler

PR: 18956

158 lines of code changed in:

antoine 2003-06-06 11:54

license of XmlTask was wrong, corrected from GNU to Apache

following an email of Brian Agnew

2 lines of code changed in:

umagesh 2003-06-05 18:00

Oops.

1 lines of code changed in:

umagesh 2003-06-05 17:54

Starting with 1.6, Concat supports filterchain.

1 lines of code changed in:

peterreilly 2003-06-05 09:35

Fix for 20499:

When a proxied task throws a build exception, or other

exception, the taskadapter reports this at

error level. This is incorrect as the

intent of taskadapter is to transparently adapt

a task, the exception should be reported

at verbose level.

3 lines of code changed in:

antoine 2003-06-05 07:53

fixes NPE on iterator causing JXPath to fail with exception if expression returns no results

PR: 20272

Submitted by: Nick Chalko (nick at chalko dot com)

1 lines of code changed in:

  • proposal/embed/src/java/org/apache/tools/ant/taskdefs/optional: JXPath.java (+1 -1)
umagesh 2003-06-04 13:55

Ignore the patch file and the temporary file when checking for Copyright.

1 lines of code changed in:

umagesh 2003-06-04 13:43

Remind submitters to include the ASF copyright on new files.

21 lines of code changed in:

umagesh 2003-06-04 12:24

ok, we all Cut 'n Paste :-)

1 lines of code changed in:

umagesh 2003-06-04 12:18

Suggest using Ant to generate a patch file for Ant.

67 lines of code changed in:

antoine 2003-06-04 07:08

Added requirement for jsse.jar for SMTP over TLS/SSL

PR: 19180

9 lines of code changed in:

antoine 2003-06-03 21:13

Make sure that javac source files in lists passed to external compilers

are always quoted in the default external compiler implementations

Also replace backslashes with slashes in path names containing spaces

PR: 10499 17683

Submitted by: Joe Boon (joe dot boon at cdcsolutions dot com) and

Anne Kinsella (anne dot kinsella at iona dot com)

9 lines of code changed in:

May 2003 »

Generated by StatSVN 0.3.2-SNAPSHOT