March 2005 Commit Log

Number of Commits:
261
Number of Active Developers:
8
antoine 2005-03-31 21:16

Ant 1.6.3beta1

PR:

Obtained from:

Submitted by:

Reviewed by:

16 lines of code changed in:

antoine 2005-03-31 21:15

ant 1.6.3beta1

18 lines of code changed in:

bodewig 2005-03-31 11:24

Deprecate stylebook, add javadocs to it - by Kev Jackson

19 lines of code changed in:

bodewig 2005-03-31 06:37

won't merge fix for 27170 since fix has not been confirmed and we don't have an extended beta phase for 1.6.3

3 lines of code changed in:

jglick 2005-03-30 17:08

s/occured/occurred/g wherever possible - unfortunately we included the spelling error in several public method

signatures. Just like java.lang.Cloneable. :-(

13 lines of code changed in:

jglick 2005-03-30 17:06

Fixed missing braces.

5 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/junit: JUnitTask.java (+5 -4)
jglick 2005-03-30 16:59

Misc. cleanups relating to #30606.

30 lines of code changed in:

bodewig 2005-03-30 10:08

Remove dead docs

0 lines of code changed in:

bodewig 2005-03-30 09:59

Remove Antidote pages

0 lines of code changed in:

bodewig 2005-03-30 09:45

Reduce number of references to Antidote

8 lines of code changed in:

bodewig 2005-03-30 08:35

2005

17 lines of code changed in:

mbenson 2005-03-29 23:20

Fix uppercase <CODE> tags

12 lines of code changed in:

jglick 2005-03-29 21:48

Updated from recent commits.

8 lines of code changed in:

jglick 2005-03-29 21:47

#30162: try to avoid a memory leak in IntrospectionHelper.getHelper().

20 lines of code changed in:

jglick 2005-03-29 21:46

Avoid hypothetical memory leak by not holding a strong reference to the thread or thread groups used as keys to

report task associations.

7 lines of code changed in:

jglick 2005-03-29 20:39

#32941: do not try to catch ThreadDeath when <java fork="false"> is halted.

4 lines of code changed in:

jglick 2005-03-29 19:56

#27285: simplify AntClassLoader by removing reflection hacks

(and separate ACL2) only needed for JDK 1.1 support.

230 lines of code changed in:

jglick 2005-03-29 19:43

Mentioning Tom Ball, author of #31885.

0 lines of code changed in:

jglick 2005-03-29 19:19

#31885: <junit> logs more detailed events for individual tests it is running.

117 lines of code changed in:

jglick 2005-03-29 18:35

Removing old code testing for JDK 1.0 and 1.1.

100 lines of code changed in:

jglick 2005-03-29 18:27

Ignore stray dir that can be left behind after an interrupted test.

0 lines of code changed in:

  • src/etc/testcases/taskdefs/optional/unix: .cvsignore (new)
jglick 2005-03-29 18:23

#30606: add 'executable' attr to <javadoc>.

370 lines of code changed in:

jglick 2005-03-28 23:22

#25832: deprecating the task names <WsdlToDotnet> and <style>.

56 lines of code changed in:

jglick 2005-03-28 22:42

#32463: deprecate WeakishReference since we can assume JDK 1.2 APIs now.

3 lines of code changed in:

jglick 2005-03-28 21:43

#31928: stop a forked process if the thread running <java> is stopped.

7 lines of code changed in:

peterreilly 2005-03-25 12:28

change name of handledirchar to handledirsep to be similar to pathconvet

23 lines of code changed in:

stevel 2005-03-24 22:55

fork in the test that says so

1 lines of code changed in:

  • src/etc/testcases/taskdefs: apt.xml (+1)
stevel 2005-03-24 22:54

things move.

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/net: SetProxy.java (+1 -1)
stevel 2005-03-24 17:17

Well, a bit of hackery and you can verify that JAR is signed. But there is *nothing* to verify that the signature itself is trusted. Essentially "jarsigner -verify" is a worthless piece of junk from the security perspective.

117 lines of code changed in:

stevel 2005-03-24 15:01

system properties are in <signjar>, so you can (manually) propagate proxy settings. Updated docs and examples.

Patched Environment.java for raw access to the variables, rather than just a string array.

106 lines of code changed in:

bodewig 2005-03-24 08:35

Don't ignore the extension attribute for formatters when forking

multiple JUnit tests in a single VM.



PR: 32973

24 lines of code changed in:

bodewig 2005-03-24 08:29

Unit Test for PR 32973

85 lines of code changed in:

mbenson 2005-03-23 18:48

Remove bad slashes in final example.

2 lines of code changed in:

mbenson 2005-03-23 17:44

Heard no objections; add includetests property to narrow the batchtest.

3 lines of code changed in:

stevel 2005-03-23 16:51

Factor out a base classs and add a verification task, a verification which cannot rely on return codes as a success metric, as the program returns 0 even for invalid jars. Hence the disabled test

509 lines of code changed in:

stevel 2005-03-23 15:36

-env util to get an ordered version number,

-test of tsa only runs on java1.5+

19 lines of code changed in:

stevel 2005-03-23 15:06

-TSA support, bug 32390

129 lines of code changed in:

stevel 2005-03-23 14:09

-tests for old and new signjar features written; working

-signjar test patched for offline testing

-fixed SignJar to pass the tests

-doc updates to match tested code

265 lines of code changed in:

stevel 2005-03-23 10:24

can't have checkstyle whining, can we?

32 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: SignJar.java (+32)
stevel 2005-03-23 10:07

revert reformatted license

16 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: SignJar.java (+16 -15)
stevel 2005-03-22 17:36

updated docs. left mapper commented out until tests show that it exists :)

38 lines of code changed in:

stevel 2005-03-22 17:25

signjar dependency logic change.

8 lines of code changed in:

stevel 2005-03-22 17:20

This is an interim checkin, with new features and some refactoring. All existing (minimal) tests should work, let's see what gump thinks.

This is still a work in progress...

257 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: SignJar.java (+257 -95)
stevel 2005-03-22 16:39

copy tasktype when binding

1 lines of code changed in:

  • src/main/org/apache/tools/ant: Task.java (+1)
bodewig 2005-03-22 11:11

Hint at maxparallel attribute, PR 34119

41 lines of code changed in:

mbenson 2005-03-21 19:53

Make pass on Windows

2 lines of code changed in:

  • src/etc/testcases/taskdefs/fixcrlf: build.xml (+2 -2)
jhm 2005-03-21 18:14

New beginner tutorial

323 lines of code changed in:

bodewig 2005-03-21 15:26

replace '\' if quoting file names, PR 27814

3 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Javadoc.java (+3 -1)
bodewig 2005-03-21 15:26

shouldn't replace '\' on Unix

1 lines of code changed in:

bodewig 2005-03-21 15:02

unit test for PR 25911

13 lines of code changed in:

  • src/etc/testcases/taskdefs/style: build.xml (+7)
  • src/testcases/org/apache/tools/ant/taskdefs: StyleTest.java (+6)
bodewig 2005-03-21 14:54

<xslt> failed to process file-hierarchies of more than one level if

scanincludeddirectories was true.



PR: 24866

5 lines of code changed in:

bodewig 2005-03-21 14:49

Unit test for PR 24866

14 lines of code changed in:

  • src/etc/testcases/taskdefs/style: build.xml (+7)
  • src/testcases/org/apache/tools/ant/taskdefs: StyleTest.java (+7 -1)
peterreilly 2005-03-21 14:00

update doc of propertyset to reflect the code

1 lines of code changed in:

bodewig 2005-03-21 13:52

add Julian Simpson for the <rpm> stuff

0 lines of code changed in:

bodewig 2005-03-21 13:50

Add unit test for <rpm> failonerror

23 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional: Rpm.java (+18 -9)
  • src/testcases/org/apache/tools/ant/taskdefs/optional: RpmTest.java (new 5)
bodewig 2005-03-21 12:04

regen site

13 lines of code changed in:

bodewig 2005-03-21 12:04

pedantic URL mode

11 lines of code changed in:

bodewig 2005-03-21 12:02

fix some old links, PR 34017

3 lines of code changed in:

bodewig 2005-03-21 11:57

Update cleanup instructions, will follow them myself once 'the real machine' is accessible again

3 lines of code changed in:

bodewig 2005-03-21 10:05

Fix TarInputStream#read() and remove unneeded override of single-array-arg read method at the same time. PR 34097

11 lines of code changed in:

mbenson 2005-03-18 17:32

getSysProperties() and getCommandLine() to 1.6.3

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Java.java (+2 -2)
peterreilly 2005-03-18 09:57

some entity escaping

Obtained from: Larry Shatzer

16 lines of code changed in:

bodewig 2005-03-17 15:13

Clean up recorder map when subbuild finishes, PR 20053

99 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Recorder.java (+99 -2)
bodewig 2005-03-17 14:23

DirectoryScanner improvements have been merged

17 lines of code changed in:

bodewig 2005-03-17 12:06

house-keeping

7 lines of code changed in:

bodewig 2005-03-17 12:01

failOnError and showOutput attributes for <rpm>



Submitted by: Zach Garner <zach at awarix dot com>



In Ant 1.6.2 <rpm> wouldn't fail even if the command failed, CVS HEAD

would fail unconditionally if the command failed. If chose 1.6.2's

behavior as default for failOnError (i.e. it is false by default).

57 lines of code changed in:

bodewig 2005-03-17 09:59

Modernize Jikes (unconditionally) - PR 25868 and 26404

39 lines of code changed in:

bodewig 2005-03-17 09:34

Optionally create javadocs for packages that only contain a

package.html file.



PR: 25339

31 lines of code changed in:

bodewig 2005-03-17 09:06

Optionally resolve the link attribute.



PR: 24364

51 lines of code changed in:

bodewig 2005-03-17 08:21

Don't die if Test.getName returns null, PR 29407

8 lines of code changed in:

bodewig 2005-03-17 08:10

swallow sun.reflect lines when filtertrace is true, PR 22758, Submitted by Emmanuel Bourg <ebourg at apache dot org>

8 lines of code changed in:

jglick 2005-03-16 16:56

Backdating "since" notices for #24918 (console input for <java fork="true">): 1.7 -> 1.6.3.

9 lines of code changed in:

antoine 2005-03-16 06:03

spelling patch by Kev Jackson

136 lines of code changed in:

stevel 2005-03-15 23:18

Good links dont move.

1 lines of code changed in:

  • docs/manual/CoreTasks: zip.html (+1 -1)
jkf 2005-03-15 20:55

cright

1 lines of code changed in:

  • src/script: ant (+1 -1)
jkf 2005-03-15 20:52

PR: 31245

cygwin part to handle both unix and windows style paths correctly

8 lines of code changed in:

  • src/script: ant (+8 -2)
bodewig 2005-03-15 16:12

stronger warning

11 lines of code changed in:

mbenson 2005-03-15 16:08

I get these epiphanies lying in bed Saturday mornings... such as

"Properties won't sort under an alternate implementation of

Properties.store()," such as might be encountered on Kaffe...

23 lines of code changed in:

bodewig 2005-03-15 15:29

Remove unused code, PR 34018

0 lines of code changed in:

  • src/script: ant (-9)
bodewig 2005-03-15 15:23

indent

6 lines of code changed in:

bodewig 2005-03-15 15:22

Provide error output if cvs command fails, PR 25645

3 lines of code changed in:

bodewig 2005-03-15 15:07

Document <sync> behavior, PR 28757

5 lines of code changed in:

bodewig 2005-03-15 15:00

indent

12 lines of code changed in:

bodewig 2005-03-15 14:59

revision may be null

3 lines of code changed in:

bodewig 2005-03-15 14:54

Use DOM utility classes

66 lines of code changed in:

bodewig 2005-03-15 14:45

Minor cleanups

3 lines of code changed in:

bodewig 2005-03-15 14:21

Use DOM utility classes

26 lines of code changed in:

  • proposal/sandbox/svn/src/main/org/apache/tools/ant/taskdefs/svn: SvnDiffHandler.java (+26 -15)
bodewig 2005-03-15 14:05

Use DOMUtils

13 lines of code changed in:

peterreilly 2005-03-15 14:05

add since 1.6.3 to equals and hashcode

2 lines of code changed in:

bodewig 2005-03-15 14:01

DOM utility class

165 lines of code changed in:

peterreilly 2005-03-15 13:35

<macrodef> with default values set by properties would be

seen as new definitions when called twice with different properties.

This was confusing so the definitions are now treated as similar.

PR: 31215

11 lines of code changed in:

peterreilly 2005-03-15 13:18

add equals and hashcode to Location

27 lines of code changed in:

stevel 2005-03-15 09:35

IntelliJ doesnt have project-specific header files. sorry.

15 lines of code changed in:

jkf 2005-03-14 20:09

PR: 33361



In ant 1.7 the security manager will, unless explicitly created to allow

System.exit veto a System.exit. This allows ant to continue its run when

a java program started via the java tasks in nonforked mode without

failonerror set calls System.exit. For java tasks in forked mode nothing

changes. For java tasks with failonerror set this was already the existing

behaviour.

15 lines of code changed in:

bodewig 2005-03-14 20:08

Use DOMElementWriter

67 lines of code changed in:

bodewig 2005-03-14 20:08

Small refactoring to allow a less memory consuming "streaming mode"

55 lines of code changed in:

jkf 2005-03-14 19:24

Restored javadoc in the original format.

9 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+9 -12)
jkf 2005-03-14 19:19

PR: 28797



FTP list command could crash with an ArrayIndexOutOfBoundsException.

19 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+19 -16)
peterreilly 2005-03-14 18:36

stylecheck: mostly javadoc

PR:

Obtained from:

Submitted by:

Reviewed by:

40 lines of code changed in:

peterreilly 2005-03-14 18:19

stylecheck - javadoc + linelength

15 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/splash: SplashTask.java (+15 -2)
peterreilly 2005-03-14 18:15

upcase constants

7 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/splash: SplashScreen.java (+7 -7)
peterreilly 2005-03-14 18:14

javadoc

18 lines of code changed in:

peterreilly 2005-03-14 17:47

checkstyle: mostly javadoc

55 lines of code changed in:

peterreilly 2005-03-14 17:39

linelength

4 lines of code changed in:

peterreilly 2005-03-14 16:56

checkstyle - mostly javadoc

62 lines of code changed in:

  • src/main/org/apache/tools/ant/types: Path.java (+62 -12)
peterreilly 2005-03-14 16:52

javadoc

50 lines of code changed in:

peterreilly 2005-03-14 16:42

javadoc

114 lines of code changed in:

peterreilly 2005-03-14 16:39

checkstyle - mostly javadoc

35 lines of code changed in:

peterreilly 2005-03-14 15:32

javadoc

68 lines of code changed in:

bodewig 2005-03-14 14:58

References may point to files with spaces in their names, quote them

15 lines of code changed in:

peterreilly 2005-03-14 13:58

stylecheck

28 lines of code changed in:

peterreilly 2005-03-14 13:56

javadoc

25 lines of code changed in:

peterreilly 2005-03-14 13:51

javadoc + upcase constants

18 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: WaitFor.java (+18 -4)
bodewig 2005-03-14 12:10

includes for .NET tasks doesn't work as expected. PR 24194

27 lines of code changed in:

bodewig 2005-03-14 11:52

vjc doesn't support /additionalmodules, PR 24112

2 lines of code changed in:

peterreilly 2005-03-14 11:46

javadoc + linelength

19 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Unpack.java (+19 -2)
bodewig 2005-03-14 11:46

split extraoptions in <csc>, PR 23599

30 lines of code changed in:

peterreilly 2005-03-14 11:45

javadoc

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Touch.java (+1 -1)
bodewig 2005-03-14 11:34

More VAJ URL encoding issues

85 lines of code changed in:

bodewig 2005-03-14 11:06

.cvspass doesn't work with CVSNT

16 lines of code changed in:

bodewig 2005-03-14 10:42

<cab> should now deal with file names containing spaces.



PR: 17182

Submitted by: Jay Peck <jpeck at afsimage dot com>

9 lines of code changed in:

peterreilly 2005-03-14 10:28

javadoc

94 lines of code changed in:

peterreilly 2005-03-14 10:27

linelength

3 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: SQLExec.java (+3 -2)
peterreilly 2005-03-14 10:23

2005

1 lines of code changed in:

peterreilly 2005-03-14 10:22

javadoc

4 lines of code changed in:

peterreilly 2005-03-14 10:06

javadoc

179 lines of code changed in:

bodewig 2005-03-14 09:44

We need a greedy compiler for bootstrap

4 lines of code changed in:

bodewig 2005-03-14 09:33

Document sync's preserveintarget, PR: 21832

40 lines of code changed in:

bodewig 2005-03-14 09:19

2005

1 lines of code changed in:

peterreilly 2005-03-14 09:19

add cast to allow java1.5 to compile without whining

1 lines of code changed in:

peterreilly 2005-03-14 09:14

allow ant to compile with ant 1.5 again.

4 lines of code changed in:

bodewig 2005-03-14 09:13

Make the framed JUnit report deal with multiple reports for the same testcase.



PR: 32645

Submitted by: Yves Martin <yves dot martin at elca dot ch>

23 lines of code changed in:

bodewig 2005-03-14 09:02

Explicitly disconnect the session, PR: 26757

6 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/ssh: SSHExec.java (+6 -1)
bodewig 2005-03-14 08:56

Make <rexec> use the protocol directly, when possible. Also, did the command attribute actually work? PR: 26632

43 lines of code changed in:

mbenson 2005-03-11 20:29

Be specific about nonexistent or non-directory directory.

PR: 24627

Based on Alexey Solofnenko's patch

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: ExecTask.java (+2 -4)
jkf 2005-03-11 18:51

Removed superfluous cast

1 lines of code changed in:

jhm 2005-03-11 17:18

Forgotten to link the tutorial

1 lines of code changed in:

peterreilly 2005-03-11 15:27

stylecheck - mostly javadoc

100 lines of code changed in:

peterreilly 2005-03-11 15:16

checkstyle - mostly javadoc

93 lines of code changed in:

peterreilly 2005-03-11 14:56

stylecheck

5 lines of code changed in:

bodewig 2005-03-11 14:15

Fix fallthrough with unwanted side-effect

2 lines of code changed in:

bodewig 2005-03-11 14:14

Jikes is right, the fallthrough is a problem

17 lines of code changed in:

peterreilly 2005-03-11 11:22

javadoc + make a variable final

46 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Exec.java (+46 -2)
peterreilly 2005-03-11 11:15

javadoc

33 lines of code changed in:

peterreilly 2005-03-11 11:14

checkstyle- no need to have final methods in a final class + falltru

5 lines of code changed in:

peterreilly 2005-03-11 11:10

spacing

1 lines of code changed in:

peterreilly 2005-03-11 11:02

javadoc

68 lines of code changed in:

peterreilly 2005-03-11 10:12

javadoc

77 lines of code changed in:

peterreilly 2005-03-11 09:59

checkstyle

33 lines of code changed in:

peterreilly 2005-03-11 09:55

checkstyle - javadoc + change name of _catalog

16 lines of code changed in:

peterreilly 2005-03-11 09:51

checkstyle

10 lines of code changed in:

peterreilly 2005-03-11 09:42

minor mods to examples, + add some headers to tables

73 lines of code changed in:

bodewig 2005-03-11 08:41

Make Solaris detect Ant jar files as jar files, PR: 32649

145 lines of code changed in:

stevel 2005-03-10 23:22

little pointer to note that this test seems dependent upon viewcvs.cgi working, which it wont after an SVN move.

1 lines of code changed in:

stevel 2005-03-10 23:20

Moving isreachable to reflect on the new method. On java <=1.4; if the hostname can be resolved then we are reachable.

All tests run against localhost. This *should* work everywhere, but no doubt someone with a confused /etc/hosts or no IPv4 stack will have different opinions.

595 lines of code changed in:

mbenson 2005-03-10 21:16

Sort echoproperties output in text mode as well as XML.

PR: 18976

49 lines of code changed in:

mbenson 2005-03-10 16:13

merge condition else="" to 1.6 branch

4 lines of code changed in:

mbenson 2005-03-10 15:45

Why are we testing this on Unix? :)

1 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/vss: MSVSSTest.java (+1 -1)
stevel 2005-03-10 15:15

java1.5 patch

8 lines of code changed in:

peterreilly 2005-03-10 14:21

move -noclasspaht and -nouserlib to ant 1.6

7 lines of code changed in:

peterreilly 2005-03-10 14:20

moving -noclasspath and -nouserlib

0 lines of code changed in:

stevel 2005-03-10 14:09

documented, and renamed the test to isreachable, because there may be more than just ping going on here (it goes through our firewall where http doesnt)

147 lines of code changed in:

peterreilly 2005-03-10 13:09

stray blockquote

0 lines of code changed in:

bodewig 2005-03-10 13:05

fix indentation

17 lines of code changed in:

peterreilly 2005-03-10 13:01

some fixes to align examples

93 lines of code changed in:

bodewig 2005-03-10 12:50

Various javadoc and code-style fixes by Kev Jackson

246 lines of code changed in:

bodewig 2005-03-10 12:27

Unused variable found by Kev Jackson

0 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Sync.java (-1)
bodewig 2005-03-10 08:31

Kaffe keeps moving things, adapt

31 lines of code changed in:

bodewig 2005-03-10 08:17

Kaffe keeps moving things, adapt

26 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/rmic: KaffeRmic.java (+26 -18)
bodewig 2005-03-10 08:05

Some house-keeping

14 lines of code changed in:

stevel 2005-03-09 23:38

bit of cleanup here

8 lines of code changed in:

stevel 2005-03-09 22:56

Apt testing. We can say this works now :)

I do worry that the example Java1.5 code looks just like STL C++.

We also need to compare factorypath with classpath behaviour. But we can demo that you can add new factories

311 lines of code changed in:

mbenson 2005-03-09 22:00

Switch to >= Java 1.2 method, a little clearer hopefully.

1 lines of code changed in:

peterreilly 2005-03-09 17:26

opps fix last fix

8 lines of code changed in:

peterreilly 2005-03-09 17:15

minor fixes for examples

13 lines of code changed in:

peterreilly 2005-03-09 11:30

minor fixes to examples

8 lines of code changed in:

bodewig 2005-03-09 09:25

ClasspathUtilsTest fails for junit.fork=true as well

3 lines of code changed in:

bodewig 2005-03-09 07:15

2005

1 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/vss: MSVSSTest.java (+1 -1)
jkf 2005-03-09 00:49

Remove $Date$ tags

0 lines of code changed in:

  • docs/manual/OptionalTasks: vss.html (-1)
jkf 2005-03-09 00:38

Removed $Id$ cvs tags

8 lines of code changed in:

jkf 2005-03-09 00:20

removed lines with $Revision: x.y $ lines (after verification)

85 lines of code changed in:

mbenson 2005-03-08 21:45

Copy selector paragraph from fileset.html

4 lines of code changed in:

mbenson 2005-03-08 21:43

Add selectors to nested elements of dirset.

2 lines of code changed in:

mbenson 2005-03-08 21:28

Fix a typo; remove the comment on where dirsets may appear.

4 lines of code changed in:

mbenson 2005-03-08 19:13

Remove use of 1.4 method

2 lines of code changed in:

mbenson 2005-03-08 18:41

Fixing Ant book link.

2 lines of code changed in:

peterreilly 2005-03-08 18:17

place examples in <blockquote> blocks

145 lines of code changed in:

mbenson 2005-03-08 17:21

Make pass; I assume the recent FileUtils changes broke this due to

the file separator being normalized to \, but it could've been broken before.

1 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/vss: MSVSSTest.java (+1 -1)
mbenson 2005-03-08 16:37

Grammar, plus removed the comment about where a fileset can be

since it can pretty much be anywhere.

6 lines of code changed in:

peterreilly 2005-03-08 12:25

typo

Obtained from: Yuji Yamano

1 lines of code changed in:

stevel 2005-03-08 11:51

typo in the javadocs

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Execute.java (+1 -1)
mbenson 2005-03-07 23:25

Spelling, blank lines

7 lines of code changed in:

mbenson 2005-03-07 21:05

Javadoc, LOC

22 lines of code changed in:

mbenson 2005-03-07 21:03

Typos

3 lines of code changed in:

peterreilly 2005-03-07 18:38

add reference to stylesheet for rest of files (except a few that contain non-ascii characters)

48 lines of code changed in:

peterreilly 2005-03-07 18:33

add css + remove non ascii

34 lines of code changed in:

mbenson 2005-03-07 18:29

Forgot to commit testcase for doubled EOF char on the new filter-delegated

FixCRLF task. Translated test assertions from Java to Ant.

102 lines of code changed in:

  • src/etc/testcases/taskdefs/fixcrlf: build.xml (+96 -94)
  • src/testcases/org/apache/tools/ant/taskdefs: FixCrLfTest.java (+6 -67)
peterreilly 2005-03-07 18:19

add reference to stylesheet for OptionalTypes

6 lines of code changed in:

peterreilly 2005-03-07 18:18

add reference to stylesheet for CoreTypes

48 lines of code changed in:

peterreilly 2005-03-07 18:11

add reference to stylesheet for OptionalTasks

126 lines of code changed in:

peterreilly 2005-03-07 18:09

add reference to stylesheet for CoreTasks

143 lines of code changed in:

peterreilly 2005-03-07 18:00

css stylesheet for hand written manual pages

52 lines of code changed in:

  • docs/manual/stylesheets: style.css (new 52)
peterreilly 2005-03-07 17:48

change levels to correspond to other pages

8 lines of code changed in:

mbenson 2005-03-07 17:27

Stop being so optimistic; move isDeeper() to 1.7

Add @return to contentsExcluded javadoc

Remove unnecessary File.separator from endsWith comparison in contentsExcluded

3 lines of code changed in:

mbenson 2005-03-07 17:16

static final variables:

csScanOnly -> CS_SCAN_ONLY, csThenNonCs -> CS_THEN_NON_CS

3 lines of code changed in:

mbenson 2005-03-07 17:13

Reuse boolean[] instances for case-sensitivity iterations when scanning;

reverse logic for better clarity of intent with these arrays.

10 lines of code changed in:

mbenson 2005-03-07 17:02

Move DirectoryScanner.getScannedDirs() to package-private access;

add DirectoryScannerTest to tests.and.ant.share.classloader tests.

3 lines of code changed in:

stevel 2005-03-07 15:23

javadocs

6 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Execute.java (+6)
stevel 2005-03-07 15:17

Doc update.

bug "rmic always compiles on Java1.5"

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

8 lines of code changed in:

stevel 2005-03-07 15:12

First fix the tests to fail when they should, then fix rmic to work as before, even on Java1.5, then add new tests to explicitly do version checks.

bug "rmic always compiles on Java1.5"

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

111 lines of code changed in:

stevel 2005-03-07 15:10

deal with javac1.5 whinings

2 lines of code changed in:

stevel 2005-03-07 13:42

Excluding XSD tests on systems without an adequate parser.

21 lines of code changed in:

peterreilly 2005-03-07 12:39

Apt -> apt in example

1 lines of code changed in:

  • docs/manual/CoreTasks: apt.html (+1 -1)
bodewig 2005-03-07 12:26

2005

1 lines of code changed in:

stevel 2005-03-07 12:22

Fixing apt with correct method name, some more javadocs.

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

66 lines of code changed in:

peterreilly 2005-03-07 12:21

missing description for uri

7 lines of code changed in:

peterreilly 2005-03-07 09:41

yuck, tabs

17 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: SubAnt.java (+17 -17)
peterreilly 2005-03-07 09:37

add verbose attribute to <subant> task

PR: 33787

Obtained from: Craig Ryan, Frank Somers

48 lines of code changed in:

jhm 2005-03-05 08:50

Hide unfinished areas, update bugzilla part.

24 lines of code changed in:

mbenson 2005-03-04 23:41

By popular demand: Do not scan directories if their contents are excluded.

Changed scannedDirs from a cache to a result and added a gettor method

with a warning in the Javadoc that it was a testing method only.

41 lines of code changed in:

jkf 2005-03-04 22:32

PR: 33770

3 lines of code changed in:

jkf 2005-03-04 22:31

PR: 33770



Improved FTP task to not fail on hidden directories.

29 lines of code changed in:

  • docs/manual/OptionalTasks: ftp.html (+3 -1)
  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+26 -9)
mbenson 2005-03-04 22:29

1. Remove unused private inner class.

2. Fix loop introduced by a seemingly innocent logic change :(

3. Fix bug that caused extra EOFs when input already contained EOF.

4. Make instances constructed with a Reader usable.

27 lines of code changed in:

mbenson 2005-03-04 17:57

Add a link to selectors from isfileselected.

2 lines of code changed in:

mbenson 2005-03-04 16:45

Various terseness like I tend to do;

More importantly, fixed Gump failure on Unix (see end of change list).

Dyslexia strikes!

9 lines of code changed in:

mbenson 2005-03-03 22:16

Remove empty default constructor;

create the filterchain Vector only once per Object.

7 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: FixCRLF.java (+7 -14)
mbenson 2005-03-03 21:46

1. Add Kevin Greiner's FixCrLfFilter (slightly modified)

2. Adapt FixCRLF the task to use the filter (single set of fixcrlf code)

3. Implement ChainableReader in FixCRLF so that the existing taskdef

will be recognized as a nested element in a filterchain.

PR: 33155

Submitted by: Kevin Greiner

1310 lines of code changed in:

mbenson 2005-03-03 20:42

Eliminate possible NPE; note that previous change

addressed bug 33118 at least partially.

9 lines of code changed in:

peterreilly 2005-03-03 17:48

move isfileselected to 1.6 branch

2 lines of code changed in:

jkf 2005-03-03 17:38

junit -> junit-3.8.1

2 lines of code changed in:

peterreilly 2005-03-03 17:26

perpare to move to 1.6.3

1 lines of code changed in:

jkf 2005-03-03 16:43

Noticed an java 1.1 reference in the copy page.

1 lines of code changed in:

mbenson 2005-03-03 16:24

Add preservelastmodified attribute to fixcrlf.

PR: 25770

Submitted by: Yuji Yamano

52 lines of code changed in:

jkf 2005-03-03 14:23

updated cright

1 lines of code changed in:

jkf 2005-03-03 14:07

renamed parameters to avoid hiding,

reduced visibility of member methods of inner class

32 lines of code changed in:

jkf 2005-03-03 14:04

reduced visibility of the members not defined in super class of a private inner class

removed unnecessary casts

7 lines of code changed in:

jkf 2005-03-03 14:02

Renamed parameter to avoid hidden member variable

4 lines of code changed in:

jkf 2005-03-03 14:00

Removed unused local variables (after verification for documented side effects)

1 lines of code changed in:

jkf 2005-03-03 14:00

added getColumnNumber as all other fields that are set can also be get, apart from the column.

8 lines of code changed in:

jkf 2005-03-03 13:59

Removed unused import

Documented empty block

1 lines of code changed in:

jkf 2005-03-03 13:58

Removed unecessary cast,

Removed caught Throwable while Exception was expected

Documented empty blocks

9 lines of code changed in:

peterreilly 2005-03-03 09:58

Error in mail task sample

PR: 33828

Obtained from: Geir Ole Aagedal

1 lines of code changed in:

mbenson 2005-03-02 22:43

Stop scanning directories where we match the directory but know based

on the pattern that we will never match any of its contents.

19 lines of code changed in:

stevel 2005-03-02 21:45

"please stop complaining about the echo"

10 lines of code changed in:

peterreilly 2005-03-02 19:26

remove reference to jruby 0.7.0 as jruby 0.8.0 has been released

0 lines of code changed in:

mbenson 2005-03-01 23:22

Fix typos.

Submitted by: Larry Shatzer

4 lines of code changed in:

mbenson 2005-03-01 23:09

Get with usetimestamp did not work when local timestamp roughly >= now.

25 lines of code changed in:

  • WHATSNEW (+2)
  • src/etc/testcases/taskdefs: get.xml (+16 -2)
  • src/main/org/apache/tools/ant/taskdefs: Get.java (+3 -6)
  • src/testcases/org/apache/tools/ant/taskdefs: GetTest.java (+4)
mbenson 2005-03-01 23:04

Simplify some file resolution code to rely on FileUtils.

8 lines of code changed in:

  • src/main/org/apache/tools/ant/types: Path.java (+8 -14)
mbenson 2005-03-01 22:59

On DOS and Netware, filenames beginning with a drive letter

and followed by a colon but with no directory separator following

the colon are no longer (incorrectly) accepted as absolute pathnames

by FileUtils.normalize() and FileUtils.isAbsolutePath(). Netware

volumes can still be specified without an intervening separator.

UNC pathnames on Windows must include a server and share name, i.e.

"\\a\b" to be considered valid absolute paths.

FileUtils.resolveFile() promised to return absolute files but

did not always do so.

262 lines of code changed in:

mbenson 2005-03-01 22:05

Fix typo

1 lines of code changed in:

mbenson 2005-03-01 21:26

Disable test that can't run under Windows Java 1.2 . Should check 1.3 as well.

7 lines of code changed in:

mbenson 2005-03-01 21:24

Looks like the right thing to do:

2 lines of code changed in:

mbenson 2005-03-01 21:10

New diagnostics broke CaseTest.

1 lines of code changed in:

mbenson 2005-03-01 17:17

Clean up spacing, remove erroneously inserted "not".

17 lines of code changed in:

mbenson 2005-03-01 17:08

Spelling, punctuation, removed another Ant 2.0 reference,

warn against Project.createTask() for helper tasks, mention Task.bindToOwner().

99 lines of code changed in:

mbenson 2005-03-01 16:23

Some space/punctuation cleanup. Like it, Steve.

19 lines of code changed in:

mbenson 2005-03-01 15:55

Copyright police

1 lines of code changed in:

stevel 2005-03-01 14:55

complete rework of reporting when we cant instantiate an element



old: generic error message



new: step by step diagnostics with instructions.



The code treats ant tasks and ant optional tasks specially, based on package names.



Also: moved some constants into the appropriate places.

273 lines of code changed in:

stevel 2005-03-01 14:52

update to java1.5 docs, to show we are still 100% correct.

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Manifest.java (+2 -2)
stevel 2005-03-01 10:32

updated the guidelines

39 lines of code changed in:

peterreilly 2005-03-01 09:48

NPE when adding comment to zip file that is not there

PR: 33779

3 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Zip.java (+3 -1)

February 2005 »

Generated by StatSVN 0.3.2-SNAPSHOT