February 2005 Commit Log

Number of Commits:
150
Number of Active Developers:
5
mbenson 2005-02-28 23:52

Java versions: Remove 1.1, add 1.5 .

1 lines of code changed in:

jkf 2005-02-26 21:16

renamed hidden variables

9 lines of code changed in:

  • src/main/org/apache/tools/ant: Main.java (+9 -9)
jkf 2005-02-26 21:03

RedirectorElementTest stopped working on windows w/h cat on the path.

Now it passes the testcase if cat is not available.

6 lines of code changed in:

mbenson 2005-02-25 23:07

Year

1 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs: GetTest.java (+1 -1)
mbenson 2005-02-25 22:23

get with usetimestamp did not work on Java 1.2 .

62 lines of code changed in:

  • WHATSNEW (+2)
  • src/etc/testcases/taskdefs: get.xml (+44)
  • src/main/org/apache/tools/ant/taskdefs: Get.java (+9 -2)
  • src/testcases/org/apache/tools/ant/taskdefs: GetTest.java (+7 -6)
bodewig 2005-02-25 15:22

cleanup

1 lines of code changed in:

  • src/etc/testcases/taskdefs: zip.xml (+1)
bodewig 2005-02-25 13:15

I don't see the debug output in the Kaffe Gump run, try it unconditionally

18 lines of code changed in:

stevel 2005-02-25 11:34

parsersupport

3 lines of code changed in:

stevel 2005-02-25 11:32

condition to check for parser features. Left to others to put into Ant's build.xml.

300 lines of code changed in:

bodewig 2005-02-25 10:58

fix name-hiding and style by Kev Jackson

39 lines of code changed in:

bodewig 2005-02-25 09:57

Move inactive committers to Emeriti section.

140 lines of code changed in:

bodewig 2005-02-25 09:51

fix spelling, name hiding, javadocs and style



Submitted by: Kev Jackson

84 lines of code changed in:

stevel 2005-02-25 00:33

fixcrlf gets a new attribute to make it easier to fix a single file. no nested filesets for <fileset file>, see.



Also put the schemavalidate in the right place in WHATSNEW.

53 lines of code changed in:

mbenson 2005-02-24 22:39

Test failed on 1.2 due to ant.home not being set on the helper Project.

1 lines of code changed in:

bodewig 2005-02-24 21:03

Add pointer to Antigen submitted by John Taylor

73 lines of code changed in:

bodewig 2005-02-24 20:18

debug=false breaks Symantec compiler

29 lines of code changed in:

mbenson 2005-02-24 17:54

Fixed erroneous statements in documentation.

PR: 33626

4 lines of code changed in:

mbenson 2005-02-24 16:48

-5 + 2 LOC

3 lines of code changed in:

  • src/main/org/apache/tools/ant/types: Path.java (+3 -6)
bodewig 2005-02-23 20:11

fix logic

1 lines of code changed in:

bodewig 2005-02-23 20:00

Kaffe suddenly supports java.lang.Readable, but not InetAddress.isReachable

9 lines of code changed in:

mbenson 2005-02-23 19:27

Remove trailing WS from blank lines.

12 lines of code changed in:

  • src/etc/testcases/taskdefs/optional/depend: depend.xml (+12 -12)
bodewig 2005-02-23 14:30

2005

1 lines of code changed in:

stevel 2005-02-23 13:04

lower success message to verbose output on schema validation. Could do the same for XmlValidate, and indeed, am sorely tempted to. Also added some javadocs.

32 lines of code changed in:

stevel 2005-02-23 12:51

Worked out how to validate XSD files themselves. Changes to task made, and the examples of the task now show how to do this.

71 lines of code changed in:

stevel 2005-02-22 22:15

Update with <schemavalidate>

3 lines of code changed in:

mbenson 2005-02-22 18:26

Pathconvert no longer requires that one of (targetos|pathsep|dirsep)

be set; platform defaults are used when this is the case.

17 lines of code changed in:

mbenson 2005-02-22 18:05

More LOC bumming

10 lines of code changed in:

mbenson 2005-02-22 17:54

Trade 2 LOC for 10.

2 lines of code changed in:

mbenson 2005-02-22 17:48

Missing quote in javadoc.

1 lines of code changed in:

stevel 2005-02-22 17:45

those extra tests I threatened

194 lines of code changed in:

mbenson 2005-02-22 17:44

Javadoc and moved members of $MapEntry .

46 lines of code changed in:

stevel 2005-02-22 16:57

still had an interim attribute name here. fixed.

1 lines of code changed in:

stevel 2005-02-22 16:04

Fix the date up

3 lines of code changed in:

stevel 2005-02-22 15:58

<schemavalidate>. Because I can never get the settings right.

891 lines of code changed in:

stevel 2005-02-22 15:57

case warning. not important.

1 lines of code changed in:

  • proposal/sandbox/httptasks/src/main/org/apache/tools/ant/taskdefs/optional/http: hostname.java (+1 -1)
peterreilly 2005-02-22 15:30

NPE when when <presetdef> tries to configure a task that

cannot be instantiated.

PR: 33689

Reported by: Steve Loughran

8 lines of code changed in:

stevel 2005-02-22 13:19

deprecation warning

2 lines of code changed in:

bodewig 2005-02-21 08:40

On second thought, this seems to be the real fix for

PR: 33412



when updating an archive, we never want to drop files from the

original archive, no matter what the current default excludes setting

says.

3 lines of code changed in:

stevel 2005-02-18 23:28

This commit eliminates all (but one) use of Project.createTask("some name") from the codebase. It also sets up all created tasks using the new Task.bindToOwner call.



I'm tempted to retrofit Task.bindToOwner back to the 1.6.x codebase, for the benefit of third party tasks; same for the extra constructors for exec and java. Thoughts?

80 lines of code changed in:

stevel 2005-02-18 23:20

no longer valid

2 lines of code changed in:

stevel 2005-02-18 22:09

these two get new constructors that do the config, as they get created so often.

33 lines of code changed in:

stevel 2005-02-18 22:07

Move the logic to bind a created task to an existing one into Task.

14 lines of code changed in:

  • src/main/org/apache/tools/ant: Task.java (+14)
peterreilly 2005-02-18 16:57

adding a selector to abstractfileset did not null the cached directory scanner

now there is no need to null the directory scanner when cloning

1 lines of code changed in:

bodewig 2005-02-18 13:38

Some people expect an INSTALL file, PR 33273

4 lines of code changed in:

bodewig 2005-02-18 13:32

Clarify docs, PR 33282

3 lines of code changed in:

bodewig 2005-02-18 13:15

Allo zip to store files with size between 2GB and 4GB

30 lines of code changed in:

bodewig 2005-02-18 12:30

Needed getDefaulexcludes in 1.6.3 for PR 33412

1 lines of code changed in:

bodewig 2005-02-18 12:24

<zip> update ignored defaultexcludes, PR 33412

5 lines of code changed in:

bodewig 2005-02-18 12:19

Test for PR 33412

31 lines of code changed in:

  • src/etc/testcases/taskdefs: zip.xml (+11)
  • src/testcases/org/apache/tools/ant/taskdefs: ZipTest.java (+20 -3)
bodewig 2005-02-18 11:00

Don't close SocketClients if connect has failed, PR 33618

16 lines of code changed in:

peterreilly 2005-02-18 10:49

clear the cached directory scanner when cloning an abstractfileset

1 lines of code changed in:

bodewig 2005-02-18 08:36

Update Ant Pretty Build information

22 lines of code changed in:

bodewig 2005-02-18 08:11

Uninstall the ant RPMs hint by Robert Koberg

50 lines of code changed in:

bodewig 2005-02-17 15:07

I never claimed I could spell - thanks Martin

1 lines of code changed in:

  • proposal/sandbox/svn: README (+1 -1)
mbenson 2005-02-16 17:40

Disable clone test until we know why it fails on Linux.

2 lines of code changed in:

bodewig 2005-02-16 14:34

2005

1 lines of code changed in:

bodewig 2005-02-16 14:34

choose your digest wisely

13 lines of code changed in:

bodewig 2005-02-16 14:08

Add a tagdiff, which is probably more usefull than revisiondiff

35 lines of code changed in:

bodewig 2005-02-16 12:44

Add some more common attributes

129 lines of code changed in:

bodewig 2005-02-15 15:58

Use LineOrientedOutputStream with some tweaks to keep BWC signatures in LogOutputStream

13 lines of code changed in:

bodewig 2005-02-15 15:15

Port LineOrientedOutputStream from svn proposal, add tests

139 lines of code changed in:

bodewig 2005-02-15 14:46

Silly me forgot to commit the tests

3 lines of code changed in:

bodewig 2005-02-15 13:30

Add revisiondiff to match cvstagdiff, well, sort-of

184 lines of code changed in:

bodewig 2005-02-15 11:36

*Really* fix Ant-URL

1 lines of code changed in:

bodewig 2005-02-15 11:17

fix Ant-URL

2 lines of code changed in:

bodewig 2005-02-15 11:14

Attributes += verbose

5 lines of code changed in:

  • proposal/sandbox/svn/docs: svn.html (+5)
bodewig 2005-02-15 11:12

Use a not-that active svn module, throw in a stylesheet

21 lines of code changed in:

bodewig 2005-02-15 11:12

Add more info on paths, don't accumulate information, msg -> message

71 lines of code changed in:

bodewig 2005-02-15 11:11

Add docs for changelog

0 lines of code changed in:

jkf 2005-02-14 21:08

javadoc / removed unused local variable

4 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Replace.java (+4 -2)
mbenson 2005-02-14 15:24

More info to see what Gump sees when this test fails. I may still remove

the clone task, but until then I'll try to keep the tests passing.

1 lines of code changed in:

  • src/etc/testcases/taskdefs: clone.xml (+1 -1)
bodewig 2005-02-14 14:39

The bug was only in HEAD

0 lines of code changed in:

bodewig 2005-02-14 13:30

Really output time, when you say so

4 lines of code changed in:

bodewig 2005-02-14 13:28

svnchangelog task, very similar to cvschangelog - has a lot of potential for improvements

63 lines of code changed in:

stevel 2005-02-13 23:21

Fileutils closing

2 lines of code changed in:

mbenson 2005-02-11 22:49

Unfinished caching of IllegalStateExceptions for concurrent scan() invocations.

6 lines of code changed in:

mbenson 2005-02-11 22:41

Splitting hairs

1 lines of code changed in:

mbenson 2005-02-11 22:39

Beautify imports.

6 lines of code changed in:

mbenson 2005-02-11 22:37

Merged duplicate code from private methods.

19 lines of code changed in:

mbenson 2005-02-11 20:53

More javadoc

15 lines of code changed in:

mbenson 2005-02-11 20:27

LOC

84 lines of code changed in:

mbenson 2005-02-11 18:48

File inclusion: unnecessarily checked presence of selectors

AND DirectoryScanner.isEverythingIncluded, which will be false if

selectors cause omissions.

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Copy.java (+2 -4)
mbenson 2005-02-11 18:38

Removing some (IMO) unnecessary blank lines; a couple of string cat merges;

replaced an if block with ?: notation.

11 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Copy.java (+11 -34)
mbenson 2005-02-11 18:22

Javadoc

62 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Copy.java (+62 -56)
mbenson 2005-02-11 18:05

Javadoc

1 lines of code changed in:

mbenson 2005-02-11 17:46

Keep setFile atomic.

1 lines of code changed in:

mbenson 2005-02-11 17:44

Javadoc

3 lines of code changed in:

mbenson 2005-02-11 17:32

Beautify imports.

18 lines of code changed in:

mbenson 2005-02-11 16:53

Instantiate our own DirectoryScanner, since we plan to override

the fileset's followSymlinks attribute.

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/unix: Symlink.java (+2 -1)
mbenson 2005-02-11 16:27

Modified to return a cached DirectoryScanner instance until

changes are made to the AbstractFileSet.

78 lines of code changed in:

mbenson 2005-02-11 16:21

Remove trailing spaces (and the whole line they were on too, hey).

0 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Sync.java (-1)
bodewig 2005-02-11 13:50

Add initial task

4 lines of code changed in:

bodewig 2005-02-11 12:25

here is a plan

26 lines of code changed in:

  • proposal/sandbox/svn: README (new 26)
mbenson 2005-02-10 23:51

Synchronize scanning so that a scan initiated before the end of another scan

will block and the two will share results. Likewise for slow scans.

170 lines of code changed in:

mbenson 2005-02-10 23:20

More javadoc

10 lines of code changed in:

mbenson 2005-02-10 23:10

Ensure the forked VM can find the Sun Javah implementation.

12 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/javah: SunJavah.java (+12 -6)
mbenson 2005-02-10 22:48

Move some validation into execute();

remove unnecessary guards against storepass == null.

9 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: SignJar.java (+9 -18)
mbenson 2005-02-10 22:43

Tighten security by sending storepass and keypass to signjar

via the input stream of the forked process.



Also, create signjar's helper ExecTask instance directly rather than by

typedef discovery mechanisms.

PR: 33433

35 lines of code changed in:

mbenson 2005-02-10 22:32

Added loginputstring attribute to redirector.

76 lines of code changed in:

mbenson 2005-02-10 21:10

Commandline.describeCommand() methods would attempt to describe

arguments even when none, other than the executable name, were present.

4 lines of code changed in:

mbenson 2005-02-10 20:56

Year

1 lines of code changed in:

mbenson 2005-02-10 20:56

Corrected loglevel info in javadoc.

3 lines of code changed in:

mbenson 2005-02-10 20:34

convert tabs

17 lines of code changed in:

bodewig 2005-02-09 08:16

Some very temporary diagnostic output to help find/fix a Kaffe+Gump issue

18 lines of code changed in:

bodewig 2005-02-09 07:54

2005

3 lines of code changed in:

stevel 2005-02-08 19:12

tweaking the bit on arguments.

3 lines of code changed in:

stevel 2005-02-08 18:52

flip fork bit on Apt

8 lines of code changed in:

  • docs/manual/CoreTasks: apt.html (+6 -1)
  • src/main/org/apache/tools/ant/taskdefs: Apt.java (+2 -1)
stevel 2005-02-08 18:51

return code checking on rpm. How do we test this?

9 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional: Rpm.java (+9 -15)
stevel 2005-02-08 18:50

diagnostics probes temp dir by writing a file to it.

68 lines of code changed in:

stevel 2005-02-07 23:51

This is actually a serious issue. if i have a login on a machine, I can get the keystore password by waiting for someone to sign a JAR on it. We can fix this, either by running jarsigner in VM, or by passing the input over stdio.

7 lines of code changed in:

mbenson 2005-02-07 23:50

Javadoc

101 lines of code changed in:

stevel 2005-02-07 23:42

minor doc updates

16 lines of code changed in:

mbenson 2005-02-07 23:36

Javadoc

31 lines of code changed in:

mbenson 2005-02-07 23:25

Remove temp variable/method call, some blank lines

1 lines of code changed in:

mbenson 2005-02-07 23:18

Javadoc

159 lines of code changed in:

mbenson 2005-02-07 21:38

Javadoc

15 lines of code changed in:

  • src/main/org/apache/tools/ant/launch: Locator.java (+15 -26)
mbenson 2005-02-07 18:38

s/native2ascii/javah

2 lines of code changed in:

mbenson 2005-02-04 23:47

Move instance variables

14 lines of code changed in:

mbenson 2005-02-04 23:37

another convenience method

10 lines of code changed in:

mbenson 2005-02-04 23:22

+2 convenience methods

17 lines of code changed in:

stevel 2005-02-04 22:24

year

1 lines of code changed in:

stevel 2005-02-04 22:22

downgraded some logging to verbose level.

2 lines of code changed in:

mbenson 2005-02-04 22:13

1.6.3

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Length.java (+1 -1)
mbenson 2005-02-04 16:18

Javadoc (okay DD? ;) )

3 lines of code changed in:

mbenson 2005-02-04 16:12

Personal taste

4 lines of code changed in:

bodewig 2005-02-04 15:41

logging of command line was incomplete

3 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/compilers: Jikes.java (+3 -2)
mbenson 2005-02-04 15:38

Javadoc

115 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Java.java (+115 -122)
bodewig 2005-02-04 14:56

More Jikes whining

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/unix: Symlink.java (+1 -1)
bodewig 2005-02-04 08:08

Turn <deleteFromTarget> into <preserveInTarget> in <sync>

250 lines of code changed in:

bodewig 2005-02-04 08:08

Make javah a facade task, support kaffeh

645 lines of code changed in:

bodewig 2005-02-04 08:02

2005

4 lines of code changed in:

mbenson 2005-02-03 23:38

Javadoc & changed File constructors from

new File(f1.getAbsolutePath() + File.separator + f2.getName()) to

new File(f1, f2.getName())

50 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/image: Image.java (+50 -63)
mbenson 2005-02-03 22:31

Typo

2 lines of code changed in:

mbenson 2005-02-03 22:13

Javadoc

10 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/perforce: P4Add.java (+10 -15)
mbenson 2005-02-03 21:54

Javadoc

19 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/perforce: P4Fstat.java (+19 -22)
mbenson 2005-02-03 19:18

Add recurse attribute to filterset.

221 lines of code changed in:

mbenson 2005-02-03 17:59

Add 1.7 tags to dispatch methods.

4 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/unix: Symlink.java (+4)
mbenson 2005-02-03 17:58

Revamp symlink task:

Extend DispatchTask

Remove 1.1 stuff / use 1.2 features where helpful

Javadoc & bumming

259 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/unix: Symlink.java (+259 -404)
mbenson 2005-02-02 23:55

Added level attribute to zip & subclasses.

PR: 25513

114 lines of code changed in:

mbenson 2005-02-02 23:29

Testcase was failing on Windows.

2 lines of code changed in:

mbenson 2005-02-02 20:08

Add nested header element to the mail task.

PR: 24713

303 lines of code changed in:

bodewig 2005-02-02 14:24

typo

1 lines of code changed in:

bodewig 2005-02-02 13:46

Make native2ascii a full-blown facade task, add docs

110 lines of code changed in:

bodewig 2005-02-02 13:01

Use GPL-save command line invokation

12 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/compilers: Kjc.java (+6 -27)
  • src/main/org/apache/tools/ant/taskdefs/rmic: KaffeRmic.java (+6 -20)
bodewig 2005-02-02 12:52

Simplify forking of new VMs by providing a fork method in ExecuteJava

205 lines of code changed in:

bodewig 2005-02-02 10:20

Nurflugel AntScript Visualizer

89 lines of code changed in:

peterreilly 2005-02-02 09:09

whitespace + javadoc

2 lines of code changed in:

peterreilly 2005-02-02 09:05

whitespace around +

2 lines of code changed in:

bodewig 2005-02-02 07:59

Make Jikes happy

8 lines of code changed in:

bodewig 2005-02-01 07:50

Use refelection to completely decouple Native2Ascii from Sun's implementation

20 lines of code changed in:

January 2005 »

Generated by StatSVN 0.3.2-SNAPSHOT