October 2005 Commit Log

Number of Commits:
69
Number of Active Developers:
9
jhm 2005-10-30 12:38

Change to use of AntLib.

0 lines of code changed in:

jhm 2005-10-30 12:35

Mask quotes. Dont use properties in the example.

8 lines of code changed in:

jhm 2005-10-30 12:23

Add two examples for copying ResourceCollections - one simple and one RC with restrict+sort.

34 lines of code changed in:

  • docs/manual/CoreTasks: copy.html (+34 -6)
bodewig 2005-10-29 13:09

resource collections for [bg]unzip2?

137 lines of code changed in:

bodewig 2005-10-29 13:08

add a few more checks

6 lines of code changed in:

jhm 2005-10-29 10:07

"Update" the example output.

7 lines of code changed in:

  • docs/manual/CoreTasks: jar.html (+7 -8)
jhm 2005-10-29 10:03

Revert my previous change and place a note why we leave apply=Transform.class.

7 lines of code changed in:

alexeys 2005-10-28 16:52

2005

3 lines of code changed in:

alexeys 2005-10-28 16:06

Bugzilla 28773

* added support for nested filesets into DotnetResource

* fixed problem when compiling with several references

222 lines of code changed in:

jhm 2005-10-27 15:11

Class Transform is deprecated for a long time, functions are in ExecuteOn - why not use the class directly (instead of inherited one).

1 lines of code changed in:

antoine 2005-10-26 19:54

make AntlibTest pass on gump

0 lines of code changed in:

antoine 2005-10-26 19:07

use FileUtils in a static way - submitted by Kevin Jackson

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Concat.java (+1 -1)
antoine 2005-10-26 19:04

remove call to deprecated method ProjectHelper.parsePropertyString - submitted by Kevin Jackson

4 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Property.java (+4 -3)
antoine 2005-10-26 18:58

remove FileUtils - submitted by Kevin Jackson

0 lines of code changed in:

mbenson 2005-10-24 22:30

<delete failonerror="false" /> was still failing.

30 lines of code changed in:

mbenson 2005-10-24 22:14

Revert previous change; apparently I am unhinged because I can't see how it's

happening but I'm getting ConcurrentModificationExceptions willy-nilly.

29 lines of code changed in:

mbenson 2005-10-24 15:18

Bugzilla 37184; submitted by Frank Harnack. Also replaced extra listener Vector instances by synchronization for ConcurrentModificationException guards.

22 lines of code changed in:

peterreilly 2005-10-24 15:09

bugzilla 37184: multiple calls to addlistener for introspection helper objects

reporter: Frank Harnack

7 lines of code changed in:

sbailliez 2005-10-22 18:12

Fix example by adding the UK iso3166 code

PR: 37040

1 lines of code changed in:

sbailliez 2005-10-22 17:58

JDK 1.2 is EOL and documentation is no more available. Point to JDK 5 API

PR: 37203

18 lines of code changed in:

sbailliez 2005-10-22 17:27

Fix performance issue with StringBuffer.toString() on JDK 5.

PR: 37169

82 lines of code changed in:

mbenson 2005-10-21 19:21

Add debugging messages for Gump failure.

11 lines of code changed in:

bodewig 2005-10-21 03:53

revert parts of rev 327004

1 lines of code changed in:

antoine 2005-10-21 01:00

solve problem refering jars specfied by Class-Path attribute in manifest of a ant task jar file, when this ant task jar file is located in a directory with space. Bugzilla Report 37085.

4 lines of code changed in:

antoine 2005-10-21 00:53

solve problem refering jars specfied by Class-Path attribute in manifest of a ant task jar file, when this ant task jar file is located in a directory with space. Bugzilla Report 37085.

46 lines of code changed in:

antoine 2005-10-20 21:24

instantiate a FileResource when setSrc(Resource) is called. Otherwise a number of tests break.

25 lines of code changed in:

bodewig 2005-10-20 19:30

only one setSrc method, otherwise it is not predictable which one is picked by IntorspectionHelper

3 lines of code changed in:

bodewig 2005-10-20 19:15

make <apply parallel="true"> work again even if only filesets but no other resource collections have been specified

47 lines of code changed in:

bodewig 2005-10-20 19:01

tweak a backwards incompatibilty in <tar>

12 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Tar.java (+12)
bodewig 2005-10-20 04:21

provide more information

6 lines of code changed in:

antoine 2005-10-19 22:00

Bugzilla 30962. cvschangelog problem with CVS version >= 1.12.x

3 lines of code changed in:

bodewig 2005-10-19 18:40

add resource collection support to tar

980 lines of code changed in:

bodewig 2005-10-19 18:40

better return the correct size

24 lines of code changed in:

bodewig 2005-10-19 18:37

more docs and tests

133 lines of code changed in:

jhm 2005-10-15 11:18

Bug 36053 + some more additional infos to <echo>

69 lines of code changed in:

  • docs/manual/CoreTasks: echo.html (+69 -12)
jhm 2005-10-15 09:16

add to external task page: LaTeX Task, nsd2LaTeX Task, Optistic IDX Java IDE

264 lines of code changed in:

jhm 2005-10-14 18:53

change ApacheCon image from EU to US; regenerate site

44 lines of code changed in:

jhm 2005-10-14 18:44

fixing spell error

1 lines of code changed in:

jhm 2005-10-14 18:42

Some words to if/unless on targets

17 lines of code changed in:

jhm 2005-10-14 18:41

example for relative directories

10 lines of code changed in:

bodewig 2005-10-13 04:56

was fixing the wrong directory

1 lines of code changed in:

bodewig 2005-10-12 04:22

Now that resources become available in more tasks, throw in a couple of new resources, including tarfileset

1893 lines of code changed in:

stevel 2005-10-10 21:17

echoXML does property expansion, does not print the XML header when appending. There is some defect here wherein some tailing spaces get into every printed node, so <e>value</e> goes to <e>value </e>

; I havent tracked it down yet.

38 lines of code changed in:

mbenson 2005-10-10 15:54

fix typo. submitted by Gisbert Amm.

2 lines of code changed in:

mbenson 2005-10-07 13:31

misspelled class name + merge 2 lines

2 lines of code changed in:

mbenson 2005-10-07 13:26

s/CODE/code/g

6 lines of code changed in:

  • src/main/org/apache/tools/ant/types: Mapper.java (+6 -6)
bodewig 2005-10-07 04:59

make sure generated html has correct linefeeds even if Anakia wants to change them

1 lines of code changed in:

bodewig 2005-10-07 04:56

revert but fix line ends

363 lines of code changed in:

bodewig 2005-10-07 04:40

regenerate site and fix linefeeds

358 lines of code changed in:

bodewig 2005-10-07 04:38

fix linefeeds

9 lines of code changed in:

mbenson 2005-10-06 19:14

greedy input handler; will consume stdin completely for unattended builds.

80 lines of code changed in:

mbenson 2005-10-06 19:12

implement TODO of configurable buffer size.

27 lines of code changed in:

mbenson 2005-10-06 18:46

Remove extra asterisks ending javadoc comments

2 lines of code changed in:

mbenson 2005-10-06 18:45

add exception accessor per TODO

13 lines of code changed in:

mbenson 2005-10-06 15:48

magic name

10 lines of code changed in:

mbenson 2005-10-06 15:48

wrong property name

1 lines of code changed in:

mbenson 2005-10-06 15:46

typo

1 lines of code changed in:

bodewig 2005-10-06 03:51

<copy> and <sync> can now work on non-filesystem resources as well

321 lines of code changed in:

bodewig 2005-10-06 03:50

empty collection != no collection

7 lines of code changed in:

bodewig 2005-10-06 03:49

docs and tests for unzip/tar and resource collections

58 lines of code changed in:

jkf 2005-10-05 18:30

Control building all optional jars the same way.

2 lines of code changed in:

jhm 2005-10-05 18:19

Change image from ApacheCon EU to ApacheCon US. Without generated files - had problem while commiting: Commit failed: **\*.html has incosistent newlines

3 lines of code changed in:

jhm 2005-10-05 18:07

Prepare for Gump integration (Gumpy needs ALL optional jars). Next step: configure Gump for overwriting the property "optional.jars.whenmanifestonly".

7 lines of code changed in:

jkf 2005-10-02 20:11

javadoc fix

8 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Jar.java (+8 -3)
jkf 2005-10-02 20:04

Updated the Jar task to have an whenmanifestonly attribute,

creating the possibility to skip jar files that would

otherwise only contain a jar file. Also started to use this

for the optional tasks in the build.xml

49 lines of code changed in:

jkf 2005-10-02 19:47

jar does not support whenempty

0 lines of code changed in:

jkf 2005-10-01 13:48

Improved sorting, added other deprecated tasks to the deprected section.

180 lines of code changed in:

jkf 2005-10-01 13:35

Moved execon to deprecated section

1 lines of code changed in:

jkf 2005-10-01 11:20

Updated reference to cvs website bugrep 36854

9 lines of code changed in:

September 2005 »

Generated by StatSVN 0.3.2-SNAPSHOT