July 2003 Commit Log

Number of Commits:
253
Number of Active Developers:
6
antoine 2003-07-31 19:38

Display properly in junitreport the root package

PR: 21915

Submitted by: J.M. (Martijn) Kruithof (ant at kruithof dot xs4all dot nl)

15 lines of code changed in:

antoine 2003-07-31 09:20

Improve logging and exception behavior of Perforce tasks

PR: 18154

Submitted by: Matt Bishop (Matt at thebishops dot org)

80 lines of code changed in:

peterreilly 2003-07-31 09:03

Fix invalid URL for property test with url.

PR: 21948

15 lines of code changed in:

antoine 2003-07-30 15:25

TestCase fixed, works now also on nagoya (Solaris).

The problem was that I did not allow enough time for java to start.

1 second is OK, 400 millis were not enough.

49 lines of code changed in:

  • src/etc/testcases/taskdefs: java.xml (+7 -2)
  • src/testcases/org/apache/tools/ant/taskdefs: JavaTest.java (+42 -31)
antoine 2003-07-30 13:56

Add spawn attribute to java task as well

PR: 5907

163 lines of code changed in:

  • WHATSNEW (+3)
  • docs/manual/CoreTasks: java.html (+8)
  • src/etc/testcases/taskdefs: java.xml (+25 -15)
  • src/main/org/apache/tools/ant/taskdefs: Java.java (+75 -2)
  • src/testcases/org/apache/tools/ant/taskdefs: JavaTest.java (+52 -2)
bodewig 2003-07-30 12:23

Keep permissions of directories as well when updating a zip archive.



PR: 21308

28 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Zip.java (+28 -1)
antoine 2003-07-30 10:32

roll-back wrong change concerning executable attribute

1 lines of code changed in:

antoine 2003-07-30 10:19

added precisions regarding the executable attribute in the <exec/> task

8 lines of code changed in:

antoine 2003-07-30 09:10

suppress unnecessary output from the test

0 lines of code changed in:

antoine 2003-07-30 08:57

Allow several space separated arguments in Perforce globalopts

PR: 14395

Submitted by: Matt Bishop (matt at thebishops dot org)

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/perforce: P4Base.java (+1 -1)
conor 2003-07-30 07:39

grammar ... sorry :-)

1 lines of code changed in:

antoine 2003-07-29 20:03

Similarly to what happens with the delete task, there seem to be race conditions which prevent successful directory creation on Windows.

This change allows a second try.

19 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Mkdir.java (+19 -2)
antoine 2003-07-29 19:47

the method isMorePowerfulThanExcludes was returning false on org/apache/tools/ant/taskdefs

in the run-tests target of our buildfile because of the exclude pattern :

<exclude name="${ant.package}/taskdefs/TaskdefTest*Task.java"/>

:-(

3 lines of code changed in:

antoine 2003-07-29 19:44

new testcase

13 lines of code changed in:

antoine 2003-07-29 13:09

throw an exception if <exec/> is used with an attribute

which is incompatible with spawn and spawn=true.

21 lines of code changed in:

antoine 2003-07-29 11:24

added 2 new entries to WHATSNEW

6 lines of code changed in:

antoine 2003-07-29 11:19

Some ftp servers have binary as default, so when binary is false

it is good to set explicitly the ascii mode for the transfer.

Problem reported by Michael Nebus (Michael dot Nebus at Pfizer dot com)

6 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+6)
antoine 2003-07-29 10:49

do not scan needlessly excluded directories

PR: 21941

37 lines of code changed in:

antoine 2003-07-29 10:38

adding 3 tests showing how include and exclude patterns together interact

44 lines of code changed in:

bodewig 2003-07-29 09:35

avoid spurious ${baseScratchDest} directory

1 lines of code changed in:

bodewig 2003-07-29 09:10

Some tasks rely on the DFS ordering getIncludedXYZ used to provide

20 lines of code changed in:

peterreilly 2003-07-29 09:07

copyright-date

10 lines of code changed in:

peterreilly 2003-07-29 08:57

style

4 lines of code changed in:

bodewig 2003-07-29 08:53

JDK 1.2 compatibility

4 lines of code changed in:

peterreilly 2003-07-29 08:47

style

37 lines of code changed in:

peterreilly 2003-07-29 08:37

style

250 lines of code changed in:

antoine 2003-07-28 22:07

changed the implementation of testChildrenOfExcludedDirectory

to use the new test bed system

18 lines of code changed in:

antoine 2003-07-28 17:59

style

97 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Java.java (+97)
antoine 2003-07-28 15:23

this time, this test really behaves well !!!

6 lines of code changed in:

antoine 2003-07-28 15:09

converted to UNIX format, there were some backslash rs checked in

0 lines of code changed in:

  • src/etc/testcases/taskdefs/exec: spawn.sh (changed)
antoine 2003-07-28 14:36

test really works now, thats better.

28 lines of code changed in:

antoine 2003-07-28 13:38

new files for tests of the exec task

44 lines of code changed in:

antoine 2003-07-28 13:30

Add a testcase demonstrating the use of spawn

PR: 5907

37 lines of code changed in:

antoine 2003-07-28 10:39

This change allows exec to start a process which will run independently of ant.

I have used the patch prepared by Charles Hudak and Peter Nimmervoll, but made it even

simpler, in the sense that I do not connect at all the new process to stream handlers

and the ant logging system, disabling input, output, error, and return exec attributes

in the case of spawn.

Strangely, it works well on Windows if one puts a sleep of one second after having spawned

the process. Why ? No idea.

PR: 5907

Submitted by: Charles Hudak ( CHudak at arrowheadgrp dot com)

78 lines of code changed in:

antoine 2003-07-28 00:22

Prevent \r\n from being changed to \r\r\n under Windows

8 lines of code changed in:

antoine 2003-07-28 00:16

new testcase to show a problem on Windows with \r\n being replaced to \r\r\n

65 lines of code changed in:

antoine 2003-07-27 23:22

style

166 lines of code changed in:

antoine 2003-07-27 14:38

readded xml-apis.jar and xercesImpl.jar in the classpath for the build scripts afer discussion with Conor McNeill.

2 lines of code changed in:

antoine 2003-07-26 16:58

PR: 21520

throw an exception if input file does not exist

3 lines of code changed in:

antoine 2003-07-26 16:40

XSLT/param@expression used as string instead of as expression as documented

There were 2 options to fix the bugreport :

- change the code

- change the documentation

I hope that the option to change the documentation is OK.

Thanks for the bug report.

PR: 21525

9 lines of code changed in:

antoine 2003-07-26 16:03

added resolution of PR 21865

3 lines of code changed in:

antoine 2003-07-26 15:58

resolve files sent to chmod

PR: 21865

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+1 -1)
antoine 2003-07-25 18:44

checkstyle

109 lines of code changed in:

peterreilly 2003-07-25 16:28

checkstyle

26 lines of code changed in:

bodewig 2003-07-25 14:06

Add support for OpenVMS logicals as "environment variables".



Submitted by: Knut Wannheden <knut dot wannheden at paranor dot ch>

69 lines of code changed in:

bodewig 2003-07-25 12:14

Use Execute.isFailure

54 lines of code changed in:

conor 2003-07-25 11:02

Add <daemons> element to <parallel> to start <daemon> threads which

continue to run after the <parallel> task has completed.

143 lines of code changed in:

bodewig 2003-07-25 10:06

Add OpenVMS support to <exec>.



PR: 21877

Submitted by: Knut Wannheden <knut at paranor dot ch>

106 lines of code changed in:

bodewig 2003-07-25 09:44

backwards compatibility fix submitted by Jene Jasper

19 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/javacc: JJTree.java (+19 -10)
bodewig 2003-07-25 09:11

whitespace changes

10 lines of code changed in:

bodewig 2003-07-25 09:10

Don't let the garbage collector close System.in

101 lines of code changed in:

peterreilly 2003-07-25 09:01

checkstyle

73 lines of code changed in:

peterreilly 2003-07-25 08:51

checkstyle

6 lines of code changed in:

peterreilly 2003-07-25 08:45

checkstyle

35 lines of code changed in:

peterreilly 2003-07-25 08:37

checkstyle

7 lines of code changed in:

peterreilly 2003-07-25 08:31

checkstyle

239 lines of code changed in:

conor 2003-07-24 14:24

Rework parallel

Remove need for poll interval (only covered race condition between isAlive

and notifyAll calls

Add timeout capability

Add flag to fail if any nested task fails without waiting for other tasks

to complete.

158 lines of code changed in:

bodewig 2003-07-24 14:20

Remove unused fields

2 lines of code changed in:

bodewig 2003-07-24 14:20

JDK 1.2 compatibility

1 lines of code changed in:

antoine 2003-07-24 14:07

style

204 lines of code changed in:

bodewig 2003-07-24 14:05

Fix inconsistent synchronization

8 lines of code changed in:

bodewig 2003-07-24 13:55

Make some things final

3 lines of code changed in:

peterreilly 2003-07-24 13:54

use valueof instead of new Boolean

2 lines of code changed in:

peterreilly 2003-07-24 13:48

Add antlib xml functionality

This is patch 7204 the fourth patch of the antlib + ns enhancement. The

issues reported by Stephan will need be

addressed, so the implementation may change

before ant 1.6 is released.

PR: 19897

472 lines of code changed in:

bodewig 2003-07-24 13:48

Make some private things static

9 lines of code changed in:

bodewig 2003-07-24 13:29

notifyAll instead of notify

2 lines of code changed in:

bodewig 2003-07-24 13:24

Fix inconsistent synchronization

2 lines of code changed in:

peterreilly 2003-07-24 13:19

multiple mappings for copy and move

4 lines of code changed in:

bodewig 2003-07-24 13:17

Fix incorrect finalize override

2 lines of code changed in:

bodewig 2003-07-24 13:14

Fix incorrect equals() override

14 lines of code changed in:

peterreilly 2003-07-24 13:14

Add multimapping to the copy and move task

Some slight changes from the orignal patch - rename

of ignoremultiplemapping to enablemultiplemapping and

some checkstyle changes

PR: 21320

Obtained from: Evan Easton

464 lines of code changed in:

bodewig 2003-07-24 13:08

Replace == with equals()

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/vss: MSVSSLABEL.java (+1 -1)
bodewig 2003-07-24 12:59

Fix potential stream leak

11 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/jlink: jlink.java (+11 -4)
bodewig 2003-07-24 12:53

Fix potential NPEs

16 lines of code changed in:

conor 2003-07-24 12:02

Remove reflection which is no longer required

14 lines of code changed in:

bodewig 2003-07-24 08:09

Resolve properties recursively to get a more robust handle on circular definitions

46 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Property.java (+46 -36)
bodewig 2003-07-24 07:16

Things are even more complicated

3 lines of code changed in:

bodewig 2003-07-24 07:13

Oops

1 lines of code changed in:

bodewig 2003-07-24 07:07

Show bug I've introduced yesterday

11 lines of code changed in:

bodewig 2003-07-23 15:14

resolveAllProperties would be caught in an endless loop when trying to

expand b -> ${a} -> ${a}. It would keep replacing ${a} for ${a} as it

only detected a circular reference if the expansion pointed back to b.



PR: 21825

23 lines of code changed in:

bodewig 2003-07-23 14:12

New task <jjdoc>.



New attribute outputfile for <jjtree>.



PR: 21526

Submitted by: Jene Jasper <jjasper at abz dot nl>

528 lines of code changed in:

bodewig 2003-07-23 12:57

steal a paragraph from <fixcrlf>'s docs.



PR: 21658

10 lines of code changed in:

peterreilly 2003-07-23 12:22

remove unused field

0 lines of code changed in:

bodewig 2003-07-23 12:15

2003

1 lines of code changed in:

  • src/testcases/org/apache/tools/ant/types: PolyTest.java (+1 -1)
peterreilly 2003-07-23 12:13

add tests for addConfigured()

41 lines of code changed in:

conor 2003-07-23 12:11

Handle relative DTDs in XMLProperty



PR: 14685

Submitted by: Kimbo Mundy

50 lines of code changed in:

peterreilly 2003-07-23 12:06

This commit implements:

- addConfigured(Type) to introspection rules

- ant-type magic polymorhic attribute

- allow types that have Project as a constructor to

be used in addName(Type) and addConfiguredName(Type) methods

- allow addName and addConfiguredName methods to have higher

presedence that createName() methods.



PR: 19897

450 lines of code changed in:

peterreilly 2003-07-23 11:32

Refactor: move LineTokenizer out of TokenFilter

245 lines of code changed in:

peterreilly 2003-07-23 10:50

stylecheck

8 lines of code changed in:

peterreilly 2003-07-23 10:39

typeo

1 lines of code changed in:

peterreilly 2003-07-23 10:24

stylecheck

105 lines of code changed in:

bodewig 2003-07-23 08:09

Whitespace changes

64 lines of code changed in:

bodewig 2003-07-23 08:07

One more tweak

8 lines of code changed in:

bodewig 2003-07-23 07:57

Now that we avoid double scanning in scanDir, we don't need to perform parent-tests on the patterns anymore

1 lines of code changed in:

bodewig 2003-07-23 07:50

Avoid double scanning of directories

37 lines of code changed in:

bodewig 2003-07-23 07:30

Some additional tests to increase confidence

21 lines of code changed in:

bodewig 2003-07-23 07:28

whitespace changes

30 lines of code changed in:

bodewig 2003-07-23 07:25

fix new DirectoryScanner tests, still needs to be improved to avoid double-scanning

9 lines of code changed in:

bodewig 2003-07-23 07:15

better be consistent

1 lines of code changed in:

bodewig 2003-07-23 07:13

More problems with case sensitivity

46 lines of code changed in:

bodewig 2003-07-23 06:59

fix behavior on case insensitive file systems

106 lines of code changed in:

antoine 2003-07-22 17:59

style

86 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+86 -11)
peterreilly 2003-07-22 16:40

add space in error message

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Definer.java (+1 -1)
antoine 2003-07-22 16:09

there was a small bone here too (name of a target was wrong).

1 lines of code changed in:

antoine 2003-07-22 14:58

there was still a little bone :)

1 lines of code changed in:

bodewig 2003-07-22 14:53

removeLeadingPath doesn't work if leading is a filesystem root - found by Antoine

15 lines of code changed in:

bodewig 2003-07-22 12:34

Typo

1 lines of code changed in:

bodewig 2003-07-22 12:13

Add comments as suggested by Jan

10 lines of code changed in:

antoine 2003-07-22 11:58

References not passed by antcall

PR: 21724

97 lines of code changed in:

bodewig 2003-07-22 11:37

Don't use a data descriptor for deflated entries in ZipOutputStream if

we can seek the output. Use this feature in <zip>.



PR: 19195

Submitted by: Richard Evans <richard.evans@retek.com>

249 lines of code changed in:

antoine 2003-07-22 08:19

corrected last entry

2 lines of code changed in:

antoine 2003-07-22 07:56

Prevent adding sysproperties with a null key or a null value

PR: 21684

66 lines of code changed in:

bodewig 2003-07-22 07:24

2003

1 lines of code changed in:

antoine 2003-07-22 05:52

missing closing / in XML filelist element

PR: 21784

Submitted by: aledonne at yahoo dot com

1 lines of code changed in:

conor 2003-07-22 00:19

Correct case of Class-Path attribute

4 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Manifest.java (+4 -3)
antoine 2003-07-21 10:52

Add a method in DirectoryScanner to reset the default exclude patterns

Add corresponding functionality in <defaultexcludes>

Update tests

102 lines of code changed in:

peterreilly 2003-07-21 10:10

Fix for NPE reported by Nick Chalko.

When overriding a definition the code did not

check if the old (or new) definitions classes existed

42 lines of code changed in:

bodewig 2003-07-21 09:18

fix the fixed spelling

3 lines of code changed in:

bodewig 2003-07-21 09:13

OpenVMS is not Unix

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/condition: Os.java (+1)
peterreilly 2003-07-21 09:06

typeo

3 lines of code changed in:

bodewig 2003-07-21 08:56

Fix bootstrap scripts

3 lines of code changed in:

bodewig 2003-07-21 08:54

2003

5 lines of code changed in:

conor 2003-07-20 10:18

Update stylesheets to use Xalan2 redirect.



PR: 21627

Submitted by: Paul Krause

104 lines of code changed in:

conor 2003-07-20 10:01

Some javadoc'ing

26 lines of code changed in:

conor 2003-07-20 09:47

pickup defs from main build via import

1 lines of code changed in:

conor 2003-07-20 09:42

Ensure text is added

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Concat.java (+2 -5)
conor 2003-07-20 09:34

Refactor script related tasks into single ScriptRunner utility.

101 lines of code changed in:

antoine 2003-07-19 17:08

Fix a problem introduced in the recent optimization of DirectoryScanner :

under Windows, the case of the includedFiles and of the includedDirectories

was influenced by the case used in the include patterns of the fileset.

This change fixes it.

I am using File.getCanonicalFile() because it is the only way I know to get

the real case of a file under Windows.

20 lines of code changed in:

antoine 2003-07-19 15:57

make the new tests involving case sensitivity or not pass on Windows

19 lines of code changed in:

antoine 2003-07-19 15:44

style

73 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/i18n: Translate.java (+73 -18)
antoine 2003-07-19 14:58

Document the preservation of lineendings in Translate

8 lines of code changed in:

antoine 2003-07-19 14:29

Add a line ending at the end of the file used for unit test

Fix the code of Translate.java to preserve line endings

7 lines of code changed in:

  • src/etc/testcases/taskdefs/optional/i18n/translate/input: template.txt (+1 -1)
  • src/main/org/apache/tools/ant/taskdefs/optional/i18n: Translate.java (+6 -2)
antoine 2003-07-19 14:10

allow 2 classes to compile (missing import)

4 lines of code changed in:

conor 2003-07-19 11:20

Coding conventions

760 lines of code changed in:

conor 2003-07-19 08:11

style

1284 lines of code changed in:

conor 2003-07-18 14:21

Last for a while ... :-)

140 lines of code changed in:

conor 2003-07-18 12:45

Coding conventions

472 lines of code changed in:

antoine 2003-07-17 23:06

added dependency to log4j.jar for the Log4jListener

6 lines of code changed in:

antoine 2003-07-17 22:49

changed compatibility for Just4log from 1.4 to 1.5.2 after exchange of emails with Lucas Bruand

2 lines of code changed in:

antoine 2003-07-17 22:43

added a pointer to commons-logging.jar in the build/install dependencies list because of the CommonsLoggingListener.

6 lines of code changed in:

antoine 2003-07-17 22:21

Added pointers to the Just4log task.

75 lines of code changed in:

conor 2003-07-17 15:44

style

347 lines of code changed in:

conor 2003-07-17 14:55

style

416 lines of code changed in:

conor 2003-07-17 14:36

More style

60 lines of code changed in:

conor 2003-07-17 14:17

Style and remove one stray debug

303 lines of code changed in:

conor 2003-07-17 13:02

Implement array writes for output processing

60 lines of code changed in:

conor 2003-07-17 12:37

Add info on output changes

3 lines of code changed in:

bodewig 2003-07-17 11:05

Point to Benoit's FAQ

40 lines of code changed in:

peterreilly 2003-07-17 11:04

checkstyle

3 lines of code changed in:

peterreilly 2003-07-17 10:39

Fix for serial import relative files bug

The import task now uses getLocation().getFileName() to

get the file that the <import/> task is located and not

the importstack.



Also the canonical form of the imported file is stored

in the importstack.



Changed message if imported file is imported more than

once.



Include unit test for above.

PR: 21662

33 lines of code changed in:

conor 2003-07-17 10:36

style

176 lines of code changed in:

conor 2003-07-17 10:20

Ensure all generated output gets through the output system to the

generating task



PR: 21636

164 lines of code changed in:

peterreilly 2003-07-17 09:25

Expose filename and linecount of location

17 lines of code changed in:

peterreilly 2003-07-17 09:21

checkstyle

29 lines of code changed in:

antoine 2003-07-16 17:29

Allow Result Sets and Errors to be processed properly in SQL task with multiple statements

PR: 21594

Submitted by: Jeff Bohanek (jeff dot bohanek at msi dot com)

67 lines of code changed in:

peterreilly 2003-07-16 14:39

get the tasks imported using <import> to be placed

in-line and not at the end of the current tasks

PR:

Obtained from:

Submitted by:

Reviewed by:

44 lines of code changed in:

peterreilly 2003-07-16 14:17

add keep-going feature

2 lines of code changed in:

peterreilly 2003-07-16 14:14

Add make's keep-going feature into ANT.

PR: 21144

Obtained from: Alexey Solofnenko

150 lines of code changed in:

bodewig 2003-07-16 13:56

Fix symlink check

39 lines of code changed in:

bodewig 2003-07-16 13:34

Demonstrate symlink problem.



With includes="alpha/beta/gamma", gamma must not be scanned if beta is

a symlink.



Fix is in the works.

35 lines of code changed in:

bodewig 2003-07-16 11:47

Fix case-insensitive DirectiryScanner - I hope

66 lines of code changed in:

bodewig 2003-07-16 11:09

Add tests for case insensitive matching.



Both tests with CaseInsensitive in their name fail on Linux, I expect

test2ButCaseInsesitive to pass on case insensitive file systems.



Will be either fixed or disabled shortly.

29 lines of code changed in:

bodewig 2003-07-16 11:00

PathTokenizer didn't deal correctly with ../ style relative paths

following a colon in Unix style PATH structures on Netware.



Submitted by: Jeff Tulley <JTULLEY at novell dot com>

28 lines of code changed in:

bodewig 2003-07-16 10:57

some whitespace changes plus assertTrue -> assertEquals in a couple of cases

60 lines of code changed in:

bodewig 2003-07-16 10:43

Make toURI and fromURI work correctly on Netware.



Submitted by: Jeff Tulley <JTULLEY at novell dot com>

8 lines of code changed in:

antoine 2003-07-15 23:19

Fix the following (remark of Stefan Bodewig on July 15th 2003 on the dev list)

* You go a long way to avoid redundantly adding patterns in

DirectoryScanner#checkIncludePatterns (the parent check). If the

patterns come in reversed, you'll still have duplicate roots, no? Say

a/b/c is added before a/b is. You may avoid this by sorting the

include patterns first.

44 lines of code changed in:

peterreilly 2003-07-15 16:44

stylecheck

17 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: SubAnt.java (+17 -16)
conor 2003-07-15 14:54

style

183 lines of code changed in:

bodewig 2003-07-15 14:18

Only whitespace changes

78 lines of code changed in:

peterreilly 2003-07-15 09:05

use for loop instead of iterator when walking the list

of tasks, this allows tasks to be added to the current

list while the list is being walked.



Revert the script test that failed when it was adding

to the current task to test the change

3 lines of code changed in:

  • src/etc/testcases/taskdefs/optional: script.xml (+1 -1)
  • src/main/org/apache/tools/ant: Target.java (+2 -3)
conor 2003-07-15 07:19

Ensure terminated processes are allowed to complete before finishing the

Ant shutdown



PR: 8510

31 lines of code changed in:

antoine 2003-07-14 22:13

checkstyle

remainders : mostly instance variables which should be private but are protected or public

411 lines of code changed in:

antoine 2003-07-14 20:21

Optimize DirectoryScanner to take advantage of include patterns which are

not beginning with wildcards

PR: 20103

158 lines of code changed in:

peterreilly 2003-07-14 17:29

fix for possible race condition on windows

22 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Delete.java (+22 -6)
conor 2003-07-14 16:02

checkstyle

23 lines of code changed in:

conor 2003-07-14 15:29

a bit o' checkstyling

76 lines of code changed in:

conor 2003-07-14 13:47

Slightly better message

1 lines of code changed in:

conor 2003-07-14 13:42

Remove use of InitializeClass now that we are JDK 1.2+

64 lines of code changed in:

conor 2003-07-14 12:07

Remove explicit mention of Parser jars in the manifest classpath

Set the context loader to allow parser to be found.

2 lines of code changed in:

conor 2003-07-14 10:28

checkstyle

99 lines of code changed in:

conor 2003-07-14 02:53

Subtargets is a little confusing - change to "Other Targets"



PR: 14866

2 lines of code changed in:

  • src/main/org/apache/tools/ant: Main.java (+2 -2)
antoine 2003-07-11 21:25

resolves bug : propertyfile does *2 instead of +1

actually due to field value of PropertyFile.Entry class overwritten

after execution with the result (contains the increment before execution)

PR: 21505

55 lines of code changed in:

antoine 2003-07-11 14:53

Allow FileUtilsTest to run on DOS/Windows when current drive letter is not C:

PR: 21383

Submitted by: Brad Clarke ( bclarke at booksys dot com)

2 lines of code changed in:

antoine 2003-07-11 12:59

added 3 new testcases for DirectoryScanner

75 lines of code changed in:

antoine 2003-07-11 09:13

checkstyle

59 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/cvslib: CvsTagDiff.java (+59 -75)
bodewig 2003-07-11 09:03

Deal with jpackage's file system layout.



Submitted by: Paul Nasrat <pauln at truemesh dot com>

15 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/javacc: JavaCC.java (+15 -2)
antoine 2003-07-11 08:33

PR: 21481

Solve issue with CvsTagDiff.java: rdiff command string adds single quote in wrong place

74 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/cvslib: CvsTagDiff.java (+74 -35)
conor 2003-07-10 13:23

Describe new Launcher.

16 lines of code changed in:

bodewig 2003-07-10 11:52

Detect OpenVMS as <os family>

5 lines of code changed in:

conor 2003-07-10 11:49

Use language neutral variable, %ProgramFiles%, to locate Program Files dir



PR: 17308

Submitted by: Dennis M?ller

3 lines of code changed in:

conor 2003-07-10 11:29

Remove warning about JAVA_HOME as it isn't required anymore

36 lines of code changed in:

bodewig 2003-07-10 07:27

Don't think you can claim copyright for something that didn't exist.

1 lines of code changed in:

conor 2003-07-10 03:32

Make launcher work on Win2K

8 lines of code changed in:

stevel 2003-07-09 16:24

documenting the import task

129 lines of code changed in:

conor 2003-07-09 14:44

Checkstyle

265 lines of code changed in:

conor 2003-07-09 13:44

checkstyle

204 lines of code changed in:

conor 2003-07-09 13:14

Rollback - not tested yet

5 lines of code changed in:

conor 2003-07-09 13:12

Checkstyle

98 lines of code changed in:

conor 2003-07-09 13:11

Refactor some code into the Launcher.

Update ant script to use new launcher.

140 lines of code changed in:

conor 2003-07-09 12:12

Checkstyle

276 lines of code changed in:

conor 2003-07-09 11:34

typo

5 lines of code changed in:

conor 2003-07-09 11:24

Checkstyle

314 lines of code changed in:

conor 2003-07-08 00:26

Ensure logging message flag is reset

Reported By Darin Swanson

PR: 21386

9 lines of code changed in:

peterreilly 2003-07-07 14:54

checkstyle changes

10 lines of code changed in:

peterreilly 2003-07-07 14:40

add comment

4 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Taskdef.java (+4 -1)
peterreilly 2003-07-07 14:39

Checkstyle changes

62 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Concat.java (+62 -28)
bodewig 2003-07-07 13:57

Some whitespace changes

74 lines of code changed in:

bodewig 2003-07-07 13:50

Make checkstyle a little happier.

45 lines of code changed in:

bodewig 2003-07-07 13:05

Add destfile attribute to patch.

24 lines of code changed in:

bodewig 2003-07-07 09:08

Add support for JavaCC 3.1

58 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/javacc: JavaCC.java (+58 -29)
bodewig 2003-07-07 08:20

Move EmptyEnumeration to CollectionUtils

21 lines of code changed in:

bodewig 2003-07-07 08:18

Don't merge Class-Path attributes, deal with them like with any other

attribute - except that they may occur several times, that is.



PR: 21170

19 lines of code changed in:

bodewig 2003-07-07 07:24

Clarify documentation, PR 18007

12 lines of code changed in:

conor 2003-07-06 15:33

Ignore directories in checking for out of date elements in a Zip/Jar task.

Directories can't really be out of date since they have no content.



PR: 21245

10 lines of code changed in:

conor 2003-07-06 09:57

More cleanup

1042 lines of code changed in:

conor 2003-07-06 09:03

Fix a few checkstyle errors

501 lines of code changed in:

conor 2003-07-05 14:34

More cleanup

783 lines of code changed in:

bruce 2003-07-04 23:18

First pass at fixing checkstyle issues by using IDEA to reformat code and identify problem spots

290 lines of code changed in:

peterreilly 2003-07-04 19:20

fix for concurrent access to list exception for rhino testcase

The original script added tasks to the current target.

This is not a good idea, as an the task list of the target is being walked.

A change made recently uses an iterator instead of an enumerator to walk the list.

The iterator picks up the fact that the list has been changed

and causes the concurrent access exception.

1 lines of code changed in:

  • src/etc/testcases/taskdefs/optional: script.xml (+1 -1)
peterreilly 2003-07-04 17:00

changed for checkstyle

82 lines of code changed in:

peterreilly 2003-07-04 16:16

Fix echeckstyle reported issues

281 lines of code changed in:

antoine 2003-07-04 15:51

1) make sure that the -GTC flag on VSSGET only shows up when a timestamp has been set

2) make sure that if you have label="" you are not going to have -VL-L in the command line arguments

3 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/vss: MSVSS.java (+3 -3)
conor 2003-07-04 14:04

Easy stuff - imports and licence headers

803 lines of code changed in:

conor 2003-07-04 13:22

Remove double-check pattern.

28 lines of code changed in:

conor 2003-07-04 13:03

More checkstyle fixes

518 lines of code changed in:

antoine 2003-07-04 11:46

Remove obsolete proposal

0 lines of code changed in:

antoine 2003-07-04 11:38

Remove obsolete documentation concerning antlib.

0 lines of code changed in:

conor 2003-07-04 11:36

Fix up style errors

238 lines of code changed in:

peterreilly 2003-07-04 09:53

Use getProject() instead of the project field

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Definer.java (+1 -1)
peterreilly 2003-07-04 09:35

Remove cloning of AntTypeDefinition when creating a sub-project

PR: 21296

31 lines of code changed in:

bodewig 2003-07-04 08:52

Indentation changes

35 lines of code changed in:

peterreilly 2003-07-04 08:48

clean up to pass checkstyle

131 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Definer.java (+131 -42)
bodewig 2003-07-04 08:44

Reduce memory consumption by using lazy initialization.

Speed things up a little by using unsynchronized collections.

PR: 21296

111 lines of code changed in:

bodewig 2003-07-04 08:43

Speed up Path tokeinzation.

PR: 21296

58 lines of code changed in:

peterreilly 2003-07-04 08:15

clean up to pass checkstyle

45 lines of code changed in:

antoine 2003-07-03 21:48

Add solution of PR 21298

PR: 21298

3 lines of code changed in:

antoine 2003-07-03 21:48

Nested websphere element for ejbjar does not support spaces in file name.

This commit addresses this issue

PR: 21298

Submitted by: Lee Carver (leeca at pnambic dot com)

8 lines of code changed in:

antoine 2003-07-03 20:56

checkstyle fixes

PR: 21319

Submitted by: Patrick G. Heck (gus dot heck at olin dot edu)

45 lines of code changed in:

antoine 2003-07-03 20:47

checkstyle fixes

PR: 21316

Submitted by: Gus Heck (Gus dot Heck at Olin dot edu)

111 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/unix: Symlink.java (+111 -111)
bodewig 2003-07-03 15:43

Base <zip> and <zipfileset> on new ZipFile code.



This happens mainly for two reasons:



* preserve stored permissions unless the user explicitly overrides them

(PR 2130). This is now fixed for stored files, but not for directories.



* deal with filename encoding of existing archives. Supposed to work

properly now.

80 lines of code changed in:

bodewig 2003-07-03 15:38

Improve algorithm that searches for the central directory - don't get fooled by signatures appearing inside payload.

38 lines of code changed in:

bodewig 2003-07-03 15:00

Need to override isDirectory for situations where setName has been called

16 lines of code changed in:

bodewig 2003-07-03 14:59

Calendar.HOUR is different from Calendar.HOUR_OF_DAY

1 lines of code changed in:

conor 2003-07-03 13:59

Checkstyle update

I've updated the checkstyle buildfile (check.xml) to the

latest version of checkstyle. I've also updated

the HTML stylesheet and created two new stylesheets to render

the checkstyle report in plain text and the xdoc format we

use for the other Ant documentation.



I've also moved the checkstyle related stuff into its own area.

763 lines of code changed in:

bodewig 2003-07-03 13:02

Add support for filename-encodings other than UTF8 to <untar>.



PR: 10504

85 lines of code changed in:

bodewig 2003-07-03 08:37

bylaws.xml superceedes guidelines.xml

0 lines of code changed in:

bodewig 2003-07-03 08:33

Strange whitespace changes after regenerating the site

17 lines of code changed in:

bodewig 2003-07-03 08:30

Finish implementation of ZipFile, use it in Expand (AKA <unzip>).

98 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Expand.java (+11 -41)
  • src/main/org/apache/tools/zip: ZipFile.java (+86 -1)
  • src/testcases/org/apache/tools/ant/taskdefs: UnzipTest.java (+1 -3)
bodewig 2003-07-02 14:36

Initial support for reading of ZIP files - uncomplete as you cannot

get an InputStream to the ZipEntrys yet.



Will be needed to fix PR 10504 as well as to preserve permissions when

updating an archive (no PR yet).

473 lines of code changed in:

conor 2003-07-02 14:28

Cleanup resources too

56 lines of code changed in:

peterreilly 2003-07-02 14:25

Remove "outside of target" as this restriction is not

the case for ant 1.6.

1 lines of code changed in:

conor 2003-07-02 14:08

Cleanup

0 lines of code changed in:

conor 2003-07-02 13:55

Docs changes

Addition of Bylaws to main site

Fix up tables on external page

Add Java Pro award news

1524 lines of code changed in:

June 2003 »

Generated by StatSVN 0.3.2-SNAPSHOT