August 2005 Commit Log

Number of Commits:
67
Number of Active Developers:
6
mbenson 2005-08-31 19:41

Document fix for:

PR: 36302

3 lines of code changed in:

mbenson 2005-08-31 19:39

Wrap System.out in a KeepAliveOutputStream

PR: 36302

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/ssh: SSHExec.java (+2 -1)
mbenson 2005-08-31 15:38

Incorrect argument used for version label in PVCS task

PR: 36359

4 lines of code changed in:

  • WHATSNEW (+3 -1)
  • src/main/org/apache/tools/ant/taskdefs/optional/pvcs: Pvcs.java (+1 -1)
mbenson 2005-08-25 19:27

leftover "copy"->"move"

PR: 36311

1 lines of code changed in:

stevel 2005-08-23 14:47

update date

1 lines of code changed in:

stevel 2005-08-23 14:46

documentation for makeurl. also fixed up errors in tasksoverview.html

260 lines of code changed in:

stevel 2005-08-23 14:19

bug #36171; -noclasspath crashes ant if no system classpath is set.

submitted by Benjamin Burgess

9 lines of code changed in:

stevel 2005-08-23 09:43

move to FileUtils.toURI

10 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: MakeUrl.java (+10 -10)
stevel 2005-08-23 09:43

extra javadocs, as requested by JHM

24 lines of code changed in:

stevel 2005-08-23 09:19

how to break two builds simultaneously: change the wrong file in the wrong repository.

1 lines of code changed in:

bodewig 2005-08-23 04:11

2005

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Definer.java (+1 -1)
  • src/testcases/org/apache/tools/ant/taskdefs: AntlibTest.java (+1 -1)
stevel 2005-08-22 23:02

Antlib changes. One I like, one I am still not sure I have right

1. you can go <typedef uri="antlib:something" /> and the resource is worked out automatically from the URI.

2. if you use antlib://org/ex/resource.xml we load in the resource by its full path, so you dont need multiple packages to have multiple antlib files.

I'm not sure about #2; I think it is convenient once you have antlib-only distros (i.e. inline declaration and script; nothing else), but am not sure about the syntax. Maybe

antlib://org.ex/antlib.xml would be better, and more in keeping with WWW URLs; if /antlib.xml is omitted, we would add it by default.

127 lines of code changed in:

stevel 2005-08-22 21:24

just making some strings constants, adding javadocs

40 lines of code changed in:

stevel 2005-08-22 19:44

updated

11 lines of code changed in:

stevel 2005-08-22 16:51

move to constants to define policy strings; change so that ignore loads print out something at -v level. Why so? to debug antlib namespace declarations.

26 lines of code changed in:

stevel 2005-08-22 16:49

This is an official contrib of the smartfrog tourl task to the apache codebase; its aim has been to set up rmic classpaths, but it turns out to use maven2 its kind of convenient to be able to turn any location into a file: url. That is only, what, 3 lines of code, but what this task does is bulk conversion and a set of unit tests that work.

Docs are to be xdoc generated

364 lines of code changed in:

jhm 2005-08-22 16:25

remove blank lines

0 lines of code changed in:

jhm 2005-08-22 16:15

External Page: ant4eclipse (new), clean imports (updated)

116 lines of code changed in:

stevel 2005-08-22 15:38

more diagnostics

2 lines of code changed in:

mbenson 2005-08-21 14:43

s/ant/Ant/g

9 lines of code changed in:

stevel 2005-08-19 10:47

XML port of CONTRIBUTORS, with html accent encodings placed in.

957 lines of code changed in:

stevel 2005-08-18 14:20

finish off comments

8 lines of code changed in:

stevel 2005-08-18 13:01

add contributor

0 lines of code changed in:

stevel 2005-08-18 12:32

bugrep 36226 : error and failure pages.

174 lines of code changed in:

stevel 2005-08-17 20:25

documentation

16 lines of code changed in:

bodewig 2005-08-17 19:34

2005

4 lines of code changed in:

stevel 2005-08-17 13:59

Add java1.5 system proxy support, as per bug 36174.

I do not see any evidence of this working on my kde/linux system; I will check out and test on Windows.Other tests on other platforms welcome.

300 lines of code changed in:

stevel 2005-08-17 10:06

documenting passive FTP

14 lines of code changed in:

  • docs/manual/OptionalTasks: ftp.html (+14 -3)
bodewig 2005-08-16 19:25

2005 and even copyright header in two cases

35 lines of code changed in:

stevel 2005-08-16 15:33

Because I got fed up of trying to remember when I last ran a build from a particular command line. Did some constant extraction on the commons/log4j listener while I was in the directory.

113 lines of code changed in:

stevel 2005-08-13 15:15

typefound prints diags in -v option

10 lines of code changed in:

stevel 2005-08-12 14:25

documenting proxy setup

10 lines of code changed in:

stevel 2005-08-10 23:02

doc updates

22 lines of code changed in:

mbenson 2005-08-09 15:30

Fix comparison w/ exposed NPE

PR: 36093

Obtained from: Dave Brosius

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: SignJar.java (+1 -1)
mbenson 2005-08-09 15:26

remove clone taskdef

0 lines of code changed in:

mbenson 2005-08-09 15:25

Add Dave Brosius

PR: 36092, 36094

0 lines of code changed in:

mbenson 2005-08-09 15:24

remove reflective toArray calls

PR: 36092

Obtained from: Dave Brosius

7 lines of code changed in:

mbenson 2005-08-09 14:55

Fix reversed ?: consequences; avoid NPE.

PR: 36094

Obtained from: Dave Brosius

1 lines of code changed in:

jhm 2005-08-08 20:07

Starting introducing Resources in <copy>. (Committing for SVN-migration)

171 lines of code changed in:

jhm 2005-08-08 19:23

Add "PesterCat Ant Toolkit" to external page.

63 lines of code changed in:

peterreilly 2005-08-08 09:02

Replace x == "" with "".equals(x) to check if we are

looking at the empty target

Obtained from: Alexey Panchenko

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Ant.java (+1 -1)
mbenson 2005-08-05 22:57

Suppress CVS ChangeLogParser test unless tests and Ant share classloader.

Not sure why, but apparently needed even after a clean and rebuild.

2 lines of code changed in:

mbenson 2005-08-05 22:42

debugging aid

2 lines of code changed in:

  • src/etc/testcases/types/resources/comparators: build.xml (+2)
mbenson 2005-08-05 22:40

remove unnecessary java.util.Date instantiation

2 lines of code changed in:

mbenson 2005-08-05 22:39

minus one LOC

1 lines of code changed in:

mbenson 2005-08-05 22:38

guard against no comparators on circular ref. check

7 lines of code changed in:

  • src/main/org/apache/tools/ant/types/resources: Sort.java (+7 -5)
mbenson 2005-08-05 22:04

Inherit from BaseResourceCollectionWrapper (not -Container);

improved sorting by hopefully reducing number of comparisons made.

97 lines of code changed in:

  • src/main/org/apache/tools/ant/types/resources: Sort.java (+97 -27)
mbenson 2005-08-05 22:02

FailFast adjustments

4 lines of code changed in:

  • src/main/org/apache/tools/ant/types/resources: Restrict.java (+4 -1)
mbenson 2005-08-05 21:54

Use FailFast iterators.

1 lines of code changed in:

mbenson 2005-08-05 20:54

check for File.separator + jre when searching for tools.jar

PR: 36043

1 lines of code changed in:

  • src/main/org/apache/tools/ant/launch: Locator.java (+1 -1)
mbenson 2005-08-05 18:07

Support cache attribute for <restrict>; delegate to component BaseRCWrapper.

29 lines of code changed in:

mbenson 2005-08-05 17:58

Refactor single-nested-collection enforcement into a

BaseResourceCollectionWrapper via composition.

24 lines of code changed in:

  • src/main/org/apache/tools/ant/types/resources: Restrict.java (+24 -46)
mbenson 2005-08-05 17:56

Make testname2 pass after FileResource name modification.

1 lines of code changed in:

  • src/etc/testcases/types/resources/selectors: build.xml (+1 -1)
mbenson 2005-08-05 17:34

Change behavior of getName(); refine compareTo().

20 lines of code changed in:

mbenson 2005-08-05 17:28

Add option to disable collection caching; refactor cache usage for smaller code.

28 lines of code changed in:

mbenson 2005-08-05 17:27

Add the <first> resource collection, plus its parent,

BaseResourceCollectionWrapper.

390 lines of code changed in:

mbenson 2005-08-05 15:45

refine toString() and compareTo() methods

2 lines of code changed in:

mbenson 2005-08-05 15:41

Javadoc

2 lines of code changed in:

  • src/main/org/apache/tools/ant/types/resources: Touchable.java (+2 -2)
mbenson 2005-08-05 15:28

Return a FileResource from factory method.

4 lines of code changed in:

sbailliez 2005-08-05 14:53

Fixed typo

3 lines of code changed in:

  • docs/manual/CoreTasks: sql.html (+3 -3)
mbenson 2005-08-04 19:57

add a basic toString() to DataTypes.

12 lines of code changed in:

sbailliez 2005-08-03 23:27

Support CVS date format for cvs 1.12.9+

PR: 30962

28 lines of code changed in:

jhm 2005-08-03 12:18

update infos about SQLUnit

36 lines of code changed in:

mbenson 2005-08-01 17:52

Another typo

2 lines of code changed in:

jhm 2005-08-01 15:45

Add scriptselector in the TOC

3 lines of code changed in:

jhm 2005-08-01 15:41

Add SQLUnit

83 lines of code changed in:

jhm 2005-08-01 15:30

typo, typo and explanation for Log4J

3 lines of code changed in:

July 2005 »

Generated by StatSVN 0.3.2-SNAPSHOT