January 2005 Commit Log

Number of Commits:
227
Number of Active Developers:
8
mbenson 2005-01-31 22:35

Fixed isSymbolicLink logic for null parent file; made isAbsolutePath() public.

7 lines of code changed in:

bodewig 2005-01-31 14:30

Add a very tiny test for native2ascii

45 lines of code changed in:

  • src/etc/testcases/taskdefs/optional/native2ascii: build.xml (new 40)
  • src/etc/testcases/taskdefs/optional/native2ascii/expected: iso8859-1.test (new)
  • src/etc/testcases/taskdefs/optional/native2ascii/input: iso8859-1.test (new)
  • src/testcases/org/apache/tools/ant/taskdefs/optional: Native2AsciiTest.java (new 5)
bodewig 2005-01-31 11:54

Fix @link

1 lines of code changed in:

bodewig 2005-01-31 11:48

Support Kaffe in native2ascii, make it a full facade task later

337 lines of code changed in:

bodewig 2005-01-31 08:41

2005

1 lines of code changed in:

stevel 2005-01-28 23:18

diagnostics should list lib dir too.

Refactored the constants in the launcher for better sharing.

I worry about the hard coded file separator there (/),

so replaced in the code, but left the constant in,

in case someone was using it.

Updated WHATSNEW. Added which.jar to the fetchables.

87 lines of code changed in:

mbenson 2005-01-28 22:23

javadoc, some refactorings,

attempt to delete VMS command file when process completes.

163 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Execute.java (+163 -186)
bodewig 2005-01-28 20:11

The new interface can't compile on Kaffe yet

1 lines of code changed in:

mbenson 2005-01-28 18:21

s/ANT/Ant/

1 lines of code changed in:

mbenson 2005-01-28 18:18

Javadoc

174 lines of code changed in:

mbenson 2005-01-28 17:27

Javadoc

13 lines of code changed in:

  • src/main/org/apache/tools/ant: Task.java (+13 -14)
bodewig 2005-01-28 16:51

typo

1 lines of code changed in:

bodewig 2005-01-28 16:49

First step towards a facade implementation of native2ascii, will support Sun and Kaffe versions

24 lines of code changed in:

mbenson 2005-01-28 16:12

More javadoc

42 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/unix: Symlink.java (+42 -39)
bodewig 2005-01-28 16:11

2005

3 lines of code changed in:

  • docs/manual/CoreTasks: exec.html (+1 -1)
  • src/main/org/apache/tools/ant/taskdefs/optional/image: Image.java (+1 -1)
  • xdocs/stylesheets: project.xml (+1 -1)
bodewig 2005-01-28 16:11

More Kaffe debugging

3 lines of code changed in:

mbenson 2005-01-28 16:01

Who'd have guessed that:

boolean xor not boolean

is equivalent to:

boolean == boolean?



Added a comment as well so Peter will be my friend again!

2 lines of code changed in:

peterreilly 2005-01-28 13:50

javadoc

84 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/sos: SOS.java (+56 -36), SOSCmd.java (+28 -1)
peterreilly 2005-01-28 13:42

javadoc

31 lines of code changed in:

peterreilly 2005-01-28 11:33

checkstyle

14 lines of code changed in:

peterreilly 2005-01-28 11:29

javadoc

11 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/condition: IsPingable.java (+11 -6)
peterreilly 2005-01-28 11:22

javadoc

12 lines of code changed in:

peterreilly 2005-01-28 10:15

trailing spaces

1 lines of code changed in:

peterreilly 2005-01-28 10:11

checkstyle

4 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Java.java (+4 -3)
peterreilly 2005-01-28 09:38

WHATSNEW: reference has a project

5 lines of code changed in:

peterreilly 2005-01-28 09:26

get reference ready for 1.6.3

4 lines of code changed in:

mbenson 2005-01-27 23:45

Some javadoc and lots of spelling corrections.

53 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/unix: Symlink.java (+53 -93)
mbenson 2005-01-27 22:37

Merge length task to 1.6 branch

2 lines of code changed in:

mbenson 2005-01-27 21:53

-2 characters

1 lines of code changed in:

mbenson 2005-01-27 21:01

Added else attribute to condition task.

PR: 33074

58 lines of code changed in:

mbenson 2005-01-27 17:47

Rewording the References section.

PR: 33274

19 lines of code changed in:

mbenson 2005-01-27 17:00

Javadoc & cosmetics

14 lines of code changed in:

mbenson 2005-01-27 16:43

I said I was synching 1.6 with HEAD, forgot to update HEAD first!

15 lines of code changed in:

jglick 2005-01-27 16:36

Permit <java fork="true"> to accept standard input from console.

PR: 24918

76 lines of code changed in:

stevel 2005-01-27 14:52

bugzilla bug#30307 ; need a way of adding typedef'd image operations.

submitted by Christopher Lenz

11 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/image: Image.java (+11)
peterreilly 2005-01-27 14:29

add a dumphtml target

1 lines of code changed in:

peterreilly 2005-01-27 12:41

move change to 1.6

3 lines of code changed in:

peterreilly 2005-01-27 12:40

bad link in docs to the enhancement page in bugzilla

PR: 33252

Obtained from: Jason Pyeron

35 lines of code changed in:

mbenson 2005-01-26 23:54

Show touch changes as merged.

12 lines of code changed in:

mbenson 2005-01-26 23:50

Missed a few...

41 lines of code changed in:

  • src/etc/testcases/taskdefs: touch.xml (+41 -15)
mbenson 2005-01-26 23:36

Changing the verification process not to rely on isfileselected because I'm

too lazy to move it to the 1.6 branch right now when it's not even mine. :)

24 lines of code changed in:

  • src/etc/testcases/taskdefs: touch.xml (+24 -9)
mbenson 2005-01-26 23:23

Show merged pvcs doc changes.

2 lines of code changed in:

mbenson 2005-01-26 23:16

Lost the stylesheet.

1 lines of code changed in:

mbenson 2005-01-26 23:09

Show exec's searchpath attribute as merged.

3 lines of code changed in:

mbenson 2005-01-26 22:58

Javadoc, changed local searchPath of resolveExecutable to mustSearchPath,

other inconsequentials

84 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: ExecTask.java (+84 -102)
mbenson 2005-01-26 22:46

Merge basic switch to java.io.tmpdir via FileUtils.createTempFile(...)

2 lines of code changed in:

mbenson 2005-01-26 22:08

Catch up merges

16 lines of code changed in:

mbenson 2005-01-26 20:12

Oops, got | and ^ confused... :(

1 lines of code changed in:

mbenson 2005-01-26 19:28

Merged DependScanner losing its private basedir member.

3 lines of code changed in:

mbenson 2005-01-26 19:22

Thread-safe(r)ty, javadoc, code simplification

8 lines of code changed in:

mbenson 2005-01-26 19:04

Merge "Wrapper scripts did not detect WINNT value of dynamic OS environment

variable when logged into workstations using Novell authentication."

4 lines of code changed in:

mbenson 2005-01-26 18:06

Javadoc

13 lines of code changed in:

mbenson 2005-01-26 17:38

Grammar

1 lines of code changed in:

mbenson 2005-01-26 17:35

Document description NPE; move FileUtils.createNewFile(2 param) to 1.6 branch;

correct libraries from getlibraries.

7 lines of code changed in:

mbenson 2005-01-26 17:26

Prepare to merge to 1.6 branch.

6 lines of code changed in:

bodewig 2005-01-26 15:11

let's hope 1.6 will support -source 1.1

3 lines of code changed in:

bodewig 2005-01-26 15:09

looking at the Gump build for java-service-wrapper, -source 1.2 seems to work

2 lines of code changed in:

bodewig 2005-01-26 15:04

Believe it or not, -source 1.1 is not supported by JDK 1.5.0

13 lines of code changed in:

stevel 2005-01-26 13:51

date update

1 lines of code changed in:

peterreilly 2005-01-26 12:57

checkstyle

35 lines of code changed in:

bodewig 2005-01-26 12:48

Help people to adapt to JDK 1.5

29 lines of code changed in:

stevel 2005-01-26 12:26

handle no javac on command line better.

2 lines of code changed in:

bodewig 2005-01-26 07:50

2005

1 lines of code changed in:

mbenson 2005-01-25 22:13

Make dest optional; some reformatting.

60 lines of code changed in:

mbenson 2005-01-25 22:03

Make apply's dest attribute optional.

38 lines of code changed in:

mbenson 2005-01-25 19:46

Various aesthetic changes + isSymbolicLink() works when parent arg is null.

130 lines of code changed in:

mbenson 2005-01-25 18:48

<available> returned false positives when checking a file

passed in with the current basedir leading twice.

42 lines of code changed in:

peterreilly 2005-01-25 16:09

javadoc

44 lines of code changed in:

peterreilly 2005-01-25 15:47

checkstyle

4 lines of code changed in:

peterreilly 2005-01-25 15:46

javadoc

8 lines of code changed in:

peterreilly 2005-01-25 15:42

remove unused import

1 lines of code changed in:

peterreilly 2005-01-25 15:39

date

1 lines of code changed in:

peterreilly 2005-01-25 15:33

remove duplicate final

80 lines of code changed in:

peterreilly 2005-01-25 15:31

remove unused import

1 lines of code changed in:

peterreilly 2005-01-25 14:48

checkstyle

3 lines of code changed in:

peterreilly 2005-01-25 14:43

javadoc + linelength

40 lines of code changed in:

bodewig 2005-01-25 12:47

Make $TMP handling more consistent, add subversion support

17 lines of code changed in:

peterreilly 2005-01-25 12:33

javadoc + style

Obtained from: Kevin Jackson

62 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/jlink: jlink.java (+62 -33)
bodewig 2005-01-25 12:27

typo

2 lines of code changed in:

peterreilly 2005-01-25 11:28

javadoc and remove unused imports

10 lines of code changed in:

peterreilly 2005-01-25 11:22

javadoc on exceptions

5 lines of code changed in:

jglick 2005-01-25 02:29

Log warnings as warnings.

4 lines of code changed in:

mbenson 2005-01-24 23:38

Javadoc

15 lines of code changed in:

mbenson 2005-01-24 22:08

Javadoc

6 lines of code changed in:

mbenson 2005-01-24 21:55

Javadoc

80 lines of code changed in:

peterreilly 2005-01-24 18:13

checkstyle - mostly javadoc

127 lines of code changed in:

peterreilly 2005-01-24 15:30

remove unused import + javadoc

3 lines of code changed in:

peterreilly 2005-01-24 15:15

javadoc

14 lines of code changed in:

peterreilly 2005-01-24 15:13

space around operators

1 lines of code changed in:

bodewig 2005-01-24 15:06

2005

16 lines of code changed in:

peterreilly 2005-01-24 14:12

javadoc

26 lines of code changed in:

peterreilly 2005-01-24 13:31

type not task

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/condition: Xor.java (+1 -1)
peterreilly 2005-01-24 10:26

javadoc

12 lines of code changed in:

peterreilly 2005-01-24 10:11

javadoc + space around operands

5 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/condition: Xor.java (+5 -4)
sbailliez 2005-01-22 22:56

Reactivate methods disabled in PR 33049.

The equals method was a bit lousy and does not have a real meaning, so I keep it clear that the equals is related to the instance and nothing else. the hashCode method is actually the most important for performance.



I have yet to find a way to unit test it programmatically as I don't understand the Zip task impl. at first glance.

12 lines of code changed in:

stevel 2005-01-22 22:01

Xor. Not strictly necessary, but the logical equivalent is a dog to type.

156 lines of code changed in:

  • docs/manual/CoreTasks: conditions.html (+9)
  • src/etc/testcases/taskdefs/conditions: xor.xml (new 95)
  • src/main/org/apache/tools/ant/taskdefs/condition: Xor.java (new 46)
  • src/main/org/apache/tools/ant/types: defaults.properties (+1 -1)
  • src/testcases/org/apache/tools/ant/taskdefs/condition: XorTest.java (new 5)
stevel 2005-01-22 20:08

missing documentation.

13 lines of code changed in:

mbenson 2005-01-21 22:17

Year

1 lines of code changed in:

mbenson 2005-01-21 22:15

Add size to Resource info; switch length task to use Resources

instead of files so that it can report lengths for zipfilesets.

138 lines of code changed in:

peterreilly 2005-01-21 17:37

javadoc

65 lines of code changed in:

peterreilly 2005-01-21 17:29

javadoc+unneeded imports

6 lines of code changed in:

peterreilly 2005-01-21 16:37

javadoc

24 lines of code changed in:

mbenson 2005-01-21 15:12

Nitpicking.

13 lines of code changed in:

peterreilly 2005-01-21 15:11

javadoc

11 lines of code changed in:

peterreilly 2005-01-21 14:51

checkstyle

41 lines of code changed in:

peterreilly 2005-01-21 14:35

date

3 lines of code changed in:

peterreilly 2005-01-21 14:32

checkstyle: 100 char line limit

12 lines of code changed in:

peterreilly 2005-01-21 14:30

no need to declare methods as public in a public interface

100 line limit

6 lines of code changed in:

peterreilly 2005-01-21 14:27

space around operands

5 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/repository: Library.java (+5 -5)
peterreilly 2005-01-21 14:25

remove _fields

10 lines of code changed in:

peterreilly 2005-01-21 14:03

checkstyle - space around operators

14 lines of code changed in:

stevel 2005-01-21 13:15

renaming as per Peter's suggestion. Made one of the attributes visible, too.

22 lines of code changed in:

peterreilly 2005-01-21 11:24

unused import

0 lines of code changed in:

  • src/main/org/apache/tools/ant: Main.java (-1)
bodewig 2005-01-21 07:15

Revert what looks like an accidental commit

10 lines of code changed in:

bodewig 2005-01-21 07:12

2005

7 lines of code changed in:

stevel 2005-01-20 23:10

Add automatic d/l of needed JARs to user lib (default), system or optional directories. Enjoy!

216 lines of code changed in:

stevel 2005-01-20 23:09

cleanup a few loose ends

5 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/repository: Library.java (+5 -6)
peterreilly 2005-01-20 17:01

javadoc

6 lines of code changed in:

peterreilly 2005-01-20 16:58

date

2 lines of code changed in:

peterreilly 2005-01-20 16:54

trailing space

1 lines of code changed in:

peterreilly 2005-01-20 16:35

javadoc

107 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Apt.java (+107 -5)
stevel 2005-01-20 15:59

First updates to library

-default dest, repository

-override properties

-changes to tests to keep working

-enhancements to tests so they work behind a firewall if ~/.ant/proxy.properties contains the settings

150 lines of code changed in:

stevel 2005-01-20 15:58

I pulled out a bit of pre-1.2 testing, but the code it wrapped is probably unneeded, as we dont set a security manager.

1 lines of code changed in:

  • src/main/org/apache/tools/ant: Main.java (+1 -5)
peterreilly 2005-01-20 14:35

trailing whitespace + multi setting

7 lines of code changed in:

peterreilly 2005-01-20 14:30

javadoc

12 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Sync.java (+12 -1)
bodewig 2005-01-20 13:50

Allow <sync> to keep files in target even if they are not in any source directories, PR 21832

131 lines of code changed in:

stevel 2005-01-19 23:15

gave up on xdoc updates for now; did the libraries task by hand. minor updates of nice + mapper.

50 lines of code changed in:

mbenson 2005-01-19 18:33

Javadoc

31 lines of code changed in:

mbenson 2005-01-19 17:14

Minor javadoc.

4 lines of code changed in:

mbenson 2005-01-18 23:22

Typo

1 lines of code changed in:

peterreilly 2005-01-18 12:48

javadoc

71 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Zip.java (+71 -10)
peterreilly 2005-01-18 12:35

Add support of zip comment.

PR: 22793

Obtained from: Larry Shatzer

35 lines of code changed in:

peterreilly 2005-01-18 10:51

trailing space

1 lines of code changed in:

peterreilly 2005-01-18 10:00

javadoc + _ in fields and variables

83 lines of code changed in:

bodewig 2005-01-18 09:52

Pointers to Ivy and AntSpaces

157 lines of code changed in:

peterreilly 2005-01-18 09:41

propertyset references did not handle nested propertyset references

Reported by: Matthew Nelson

86 lines of code changed in:

peterreilly 2005-01-18 09:24

stylecheck

1 lines of code changed in:

bodewig 2005-01-18 08:37

build.clonevm -> ant.build.clonevm

14 lines of code changed in:

stevel 2005-01-17 21:57

Fixing the exclusion path.

2 lines of code changed in:

stevel 2005-01-17 21:54

Adding scripting support to conditions.

244 lines of code changed in:

peterreilly 2005-01-17 18:48

Javadoc + removal of m_ fields

Obtained from: Kevin Jackson

22 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/cvslib: RCSFile.java (+22 -13)
bodewig 2005-01-17 14:31

Kaffe debugging via Gump

4 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/rmic: KaffeRmic.java (+4 -1)
bodewig 2005-01-17 14:28

2005

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional: Script.java (+1 -1)
peterreilly 2005-01-17 09:34

Allow scriptfilter and scriptselector to be used with groovy's restricted

script names.

2 lines of code changed in:

peterreilly 2005-01-17 09:29

checkstyle

8 lines of code changed in:

stevel 2005-01-16 23:37

Adding scripting support to selectors. No personal need for this right now, just rounding off what you can now do with mappers via filterchains

442 lines of code changed in:

peterreilly 2005-01-14 17:23

unneeded import

0 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Ant.java (-1)
peterreilly 2005-01-14 17:03

date

1 lines of code changed in:

peterreilly 2005-01-14 16:49

revert local property patch until memory leakage problem is fixed

9 lines of code changed in:

peterreilly 2005-01-14 16:19

Attempt to cut down on memory usage of local properties

for threads that do not use properties.

This is a quick fix and not tested too much.

The whole thing may be scrapped...

56 lines of code changed in:

bodewig 2005-01-14 10:09

Silently ignore messages being written to System.err/out while a Listener is processing a different message

19 lines of code changed in:

bodewig 2005-01-14 10:03

Some formatting changes and removing some duplicates

23 lines of code changed in:

bodewig 2005-01-14 09:45

Finalize and document bootclasspath changes

28 lines of code changed in:

bodewig 2005-01-14 08:14

Add pointer to AntForm

74 lines of code changed in:

bodewig 2005-01-14 08:12

2005

3 lines of code changed in:

stevel 2005-01-13 23:09

doc updates; especially command line options, why we hate CLASSPATH and ant.file.*

I have declared a policy on what we will name new properties. Is this a good formal policy to have?

52 lines of code changed in:

peterreilly 2005-01-13 14:10

remove a printf

0 lines of code changed in:

peterreilly 2005-01-13 14:05

**** EXPERMINTAL ************

add in local properties

these can be activated by <localproperty/> nested element to macrodef

412 lines of code changed in:

peterreilly 2005-01-13 13:53

Add in Jose's <define> nested element for <macrodef>

manual and testcases to follow...

78 lines of code changed in:

peterreilly 2005-01-13 13:50

javadoc + trailing spaces

16 lines of code changed in:

peterreilly 2005-01-13 13:43

Allow references to keep references to the project that

they were created in and use that project to deference the reference.

PR: 25777

Obtained from: Jesse Glick

95 lines of code changed in:

peterreilly 2005-01-13 10:10

javadoc

25 lines of code changed in:

bodewig 2005-01-13 09:25

JDK 1.2's javac doesn't understand -source if forked, either - PR 32948

10 lines of code changed in:

bodewig 2005-01-13 09:05

Try to harmonize bootclasspath and build.sysclasspath a bit more, there are still some more tasks to handle

30 lines of code changed in:

bodewig 2005-01-13 09:01

regexp mapper test requires a regexp engine

3 lines of code changed in:

jkf 2005-01-11 23:09

PR: 33049



A zip entry is not equal to another zip entry when the name matches.

Multiple files may have the same name, and have for instance different

offsets.

8 lines of code changed in:

jkf 2005-01-11 21:56

Extended FileUtils with a comparison that ignores the kind of line break.

89 lines of code changed in:

jhm 2005-01-11 19:28

cvs-test after reinstall

1 lines of code changed in:

peterreilly 2005-01-11 18:41

javadoc

101 lines of code changed in:

peterreilly 2005-01-11 18:34

year

1 lines of code changed in:

peterreilly 2005-01-11 18:30

Write two EOF blocks for tar rather than one

PR: 28776

Obtained from: Oliver Rossmueller

7 lines of code changed in:

peterreilly 2005-01-11 16:34

add note for reason for using setproperty rather than setnewproperty in available.java

2 lines of code changed in:

peterreilly 2005-01-11 15:45

checkstyle

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Length.java (+1 -1)
mbenson 2005-01-11 15:36

Oops, used setProperty() instead of setNewProperty().

Thanks to Jan for the example on the userlist reminding me of my error. ;)

18 lines of code changed in:

bodewig 2005-01-11 14:05

Path is a ProjectComponent - use it for logging

3 lines of code changed in:

bodewig 2005-01-11 13:58

jikes supports -bootclasspath

3 lines of code changed in:

jkf 2005-01-10 23:44

Minor update to remove jdk1.1 workaround

3 lines of code changed in:

jkf 2005-01-10 20:18

Minor update in ant help. description for -nouserlib and -noclasspath were on one line.

2 lines of code changed in:

  • src/main/org/apache/tools/ant: Main.java (+2 -2)
peterreilly 2005-01-10 17:12

fix for infinite loop on incorrect tar files

PR: 29877

Obtained from: Ray Waldin

13 lines of code changed in:

bodewig 2005-01-10 13:26

Save three LOC

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: DefBase.java (+2 -5)
stevel 2005-01-10 10:59

updating year before Stefan gets there.

1 lines of code changed in:

stevel 2005-01-10 10:55

More on jar attribute

37 lines of code changed in:

  • docs/manual/CoreTasks: java.html (+37 -4)
bodewig 2005-01-10 08:38

regenerate site

57 lines of code changed in:

bodewig 2005-01-10 08:37

Yes, it's that time of the year again. Happy new year

22 lines of code changed in:

mbenson 2005-01-07 21:58

Added bugrep # to clone entry.

1 lines of code changed in:

mbenson 2005-01-07 21:57

Add clone task.

PR: 32631

77 lines of code changed in:

mbenson 2005-01-07 17:56

Remove an unnecessary method call.

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Length.java (+1 -2)
mbenson 2005-01-07 17:36

No need to finish building up the set for uniqueness before

the handler can be invoked. Removes an import, some LOC, and

has a better chance of preserving order between eg pathconvert and length.

5 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Length.java (+5 -7)
mbenson 2005-01-07 17:14

Various inconsequentials

35 lines of code changed in:

peterreilly 2005-01-07 15:16

javadoc

48 lines of code changed in:

jkf 2005-01-07 15:04

forgot to update cright year

1 lines of code changed in:

peterreilly 2005-01-07 15:00

javadoc

25 lines of code changed in:

peterreilly 2005-01-07 14:11

javadoc

48 lines of code changed in:

jkf 2005-01-07 14:04

Adapted the FileUtils test to show behaviour based on os type.

111 lines of code changed in:

peterreilly 2005-01-07 13:23

opps

1 lines of code changed in:

peterreilly 2005-01-07 13:21

checkstyle

46 lines of code changed in:

peterreilly 2005-01-07 13:16

javadoc

13 lines of code changed in:

peterreilly 2005-01-07 13:13

stylecheck

22 lines of code changed in:

mbenson 2005-01-07 00:36

Remove order assumption from testEach.

15 lines of code changed in:

jkf 2005-01-07 00:14

PR: 32979

Modification to FileUtils to only accept : on the second position as absolute path for dos-like os.

37 lines of code changed in:

peterreilly 2005-01-06 18:29

checkstyle

114 lines of code changed in:

peterreilly 2005-01-06 17:50

checkstyle

5 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Untar.java (+5 -1)
peterreilly 2005-01-06 17:29

checkstyle

12 lines of code changed in:

peterreilly 2005-01-06 17:22

checkstyle

27 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Recorder.java (+27 -9)
peterreilly 2005-01-06 15:20

disabling LengthTest#testEach as

it uses a pathconvert to get a list of files

and compares this to a list of files returned in the Length

task. The order of files in a fileset is not defined, and on

my machine it is a different order that than returned by

the Length task.

3 lines of code changed in:

stevel 2005-01-06 13:52

jdiff now has its own ant task.

33 lines of code changed in:

peterreilly 2005-01-06 12:06

javadoc

24 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Sync.java (+24 -1)
jkf 2005-01-06 12:05

Make use of FileUtils in a uniform way via the getFileUtils method and a static final reference in the using files.

Also removed unused/* imports along the way.

579 lines of code changed in:

peterreilly 2005-01-06 11:55

remove imports, change _copy to myCopy

Obtained from: Kevin Jackson

19 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Sync.java (+19 -23)
peterreilly 2005-01-06 11:41

javadoc

19 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Expand.java (+19 -15)
peterreilly 2005-01-06 11:31

remove imports, also modify for loops

Obtained from: Kevin Jackson

6 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Expand.java (+6 -6)
peterreilly 2005-01-06 11:15

checkstyle

37 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Checksum.java (+37 -6)
peterreilly 2005-01-06 11:11

remove imports

Obtained from: Kevin Jackson

6 lines of code changed in:

peterreilly 2005-01-06 10:45

checkstyle

6 lines of code changed in:

peterreilly 2005-01-06 10:36

javadoc

23 lines of code changed in:

peterreilly 2005-01-06 10:30

remove unneeded imports

Obtained from: Kevin Jackson

2 lines of code changed in:

mbenson 2005-01-04 23:15

Avoid NPE thrown when using oata.helper.ProjectHelperImpl .

Reported by: Mark D. Hansen

6 lines of code changed in:

mbenson 2005-01-04 22:42

Update copyright years.

1 lines of code changed in:

mbenson 2005-01-04 22:26

Spelling

3 lines of code changed in:

mbenson 2005-01-04 22:20

Add length task to Ant.

415 lines of code changed in:

jkf 2005-01-04 20:20

Made more consequent use of the method available in FileUtils to get the granularity.

30 lines of code changed in:

jkf 2005-01-04 19:39

Looking in the sources, 1 second is used (the "unix" granularity) instead of the claimed 0 milliseconds.

4 lines of code changed in:

  • docs/manual/CoreTasks: copy.html (+1 -1)
  • src/main/org/apache/tools/ant/taskdefs: Copy.java (+3 -2)
jkf 2005-01-04 19:11

Minor style updates.

20 lines of code changed in:

peterreilly 2005-01-04 14:43

allow propertyset to use typedefs mappers directly

9 lines of code changed in:

jglick 2005-01-02 18:34

Make it possible to use docs.xml even without a jakarta-site2 checkout.

36 lines of code changed in:

jglick 2005-01-02 18:28

Typo ("UFT8").

PR: 32907

Reported by: Jed Smith <jed@jed.bz>

2 lines of code changed in:

bodewig 2005-01-01 20:27

remove references to nagoya - the machine has gone

6 lines of code changed in:

December 2004 »

Generated by StatSVN 0.3.2-SNAPSHOT