October 2006 Commit Log

Number of Commits:
143
Number of Active Developers:
7
antoine 2006-10-31 14:54

set the groupId of ant from maven to org.apache.ant

as discussed on the repository mailing list

75 lines of code changed in:

  • build.xml (+3 -1)
  • src/etc/poms: pom.xml (+1 -1)
  • src/etc/poms/ant-antlr: pom.xml (+3 -3)
  • src/etc/poms/ant-apache-bcel: pom.xml (+3 -3)
  • src/etc/poms/ant-apache-bsf: pom.xml (+3 -3)
  • src/etc/poms/ant-apache-log4j: pom.xml (+3 -3)
  • src/etc/poms/ant-apache-oro: pom.xml (+3 -3)
  • src/etc/poms/ant-apache-regexp: pom.xml (+3 -3)
  • src/etc/poms/ant-apache-resolver: pom.xml (+3 -3)
  • src/etc/poms/ant-commons-logging: pom.xml (+3 -3)
  • src/etc/poms/ant-commons-net: pom.xml (+3 -3)
  • src/etc/poms/ant-jai: pom.xml (+3 -3)
  • src/etc/poms/ant-javamail: pom.xml (+3 -3)
  • src/etc/poms/ant-jdepend: pom.xml (+3 -3)
  • src/etc/poms/ant-jmf: pom.xml (+3 -3)
  • src/etc/poms/ant-jsch: pom.xml (+3 -3)
  • src/etc/poms/ant-junit: pom.xml (+3 -3)
  • src/etc/poms/ant-launcher: pom.xml (+2 -2)
  • src/etc/poms/ant-netrexx: pom.xml (+3 -3)
  • src/etc/poms/ant-nodeps: pom.xml (+3 -3)
  • src/etc/poms/ant-starteam: pom.xml (+3 -3)
  • src/etc/poms/ant-stylebook: pom.xml (+3 -3)
  • src/etc/poms/ant-swing: pom.xml (+3 -3)
  • src/etc/poms/ant-trax: pom.xml (+3 -3)
  • src/etc/poms/ant-weblogic: pom.xml (+3 -3)
  • src/etc/poms/ant: pom.xml (+3 -3)
peterreilly 2006-10-30 23:01

bugzilla 39932: lcp.bat prepended instead of append

1 lines of code changed in:

peterreilly 2006-10-30 22:29

Bugzilla 36733, NPE when failure in creating parser

9 lines of code changed in:

antoine 2006-10-30 02:53

fix for

<javac> fails with NPE when compiling with eclipse ecj 3.1.x

Bugzilla 40839.

root cause of the problem was in org.eclipse.jdt.core.JDTCompiler

method addExtDirs. A FileSet was created without the Project attribute set,

then added to a Path.

15 lines of code changed in:

bodewig 2006-10-29 19:54

replace with "official" jar

0 lines of code changed in:

bodewig 2006-10-29 19:49

AntUnit 1.0 Beta2

52 lines of code changed in:

antoine 2006-10-28 22:54

fix for Bugzilla 40722. Was identified as a directory scanning problem.

47 lines of code changed in:

antoine 2006-10-28 19:07

<delete> doesnt delete when defaultexcludes="false" and no includes is set

fixed. Bugzilla 40313.

41 lines of code changed in:

stevel 2006-10-27 22:33

Made web.xml non optional again, as it was hiding too many bugs (e.g war files for tomcat 5), but added an attribute to make it optional.



More tests, especially for updates. One test is disabled because it fails. The task fails if you are pulling in a web.xml on an existing web.xml file via a fileset if update=false, because the fileset version checking is hiding the inclusion of the web.xml file from the war task -its being dropped before we notice. This is not a BC problem. Maybe I should always make web.xml mandatory to stop this behavior arising.

93 lines of code changed in:

stevel 2006-10-27 22:08

remove some imports we dont need

0 lines of code changed in:

antoine 2006-10-27 12:54

the mavenish release directory has moved

1 lines of code changed in:

jhm 2006-10-27 07:47

Add HelpStudioAnt to external page.

93 lines of code changed in:

stevel 2006-10-26 23:15

update change log

10 lines of code changed in:

stevel 2006-10-26 23:11

handle security checks on property get gracefully

44 lines of code changed in:

stevel 2006-10-26 23:10

web.xml is now optional in Java EE. I've tweaked <war> to warn but continue if it is omitted, and not to say anything if there is a duplicate reference to the same web.xml, but to complain a lot if there are two conflicting ones (with diagnostics).



We may want to have an attribute to indicate that a web.xml file is needed, or that we dont want to see the warning message. Say nowebxml="fail", "warn" or "skip", with the default being fail for backwards compatibility. Thoughts? Now is the time to add it...

179 lines of code changed in:

  • docs/manual/CoreTasks: war.html (+17 -4)
  • src/main/org/apache/tools/ant/taskdefs: War.java (+44 -17)
  • src/tests/antunit/taskdefs: war-test.xml (new 113), web.xml (new 5)
antoine 2006-10-26 14:28

groupId for jsch is com.jcraft

2 lines of code changed in:

antoine 2006-10-26 01:39

add regex attribute to echoproperties task.

Bugzilla 40019.

86 lines of code changed in:

antoine 2006-10-24 22:05

remove dependency upon commons-logging/commons-logging

0 lines of code changed in:

  • src/etc/poms/ant-commons-logging: pom.xml (-6)
antoine 2006-10-24 22:04

antlr is a runtime dependency, yes Steve :-)

1 lines of code changed in:

  • src/etc/poms/ant-antlr: pom.xml (+1 -1)
antoine 2006-10-24 19:38

jsch 0.1.29 now available in repository

0 lines of code changed in:

antoine 2006-10-24 19:35

groupId for jsch 01.29 jsch, not com.jcraft

2 lines of code changed in:

jhm 2006-10-24 15:45

Document the use of <tag>

Add support for @pre as found in BuildFileTest

4 lines of code changed in:

jhm 2006-10-24 15:38

Have found a nice example in an archived mail...

8 lines of code changed in:

antoine 2006-10-24 05:05

bsf 2.4.0 and rhino js 1.6R3 are available on the maven repository

10 lines of code changed in:

antoine 2006-10-24 03:53

remove the @link, causing a warning when building javadoc,

probably because it is a link to a private method in a private class

1 lines of code changed in:

antoine 2006-10-24 03:40

fixed bug using undefined property

2 lines of code changed in:

antoine 2006-10-24 03:26

update antunit

0 lines of code changed in:

antoine 2006-10-24 03:21

changed, jars and poms go to parallel directories on java-repository

24 lines of code changed in:

antoine 2006-10-24 03:00

getting better, I found the xercesImpl and the xml-apis that we are using on the Maven repository.

And I did an upload request for jsch-0.1.29

8 lines of code changed in:

  • src/etc/poms: README.txt (+2 -4)
  • src/etc/poms/ant-nodeps: pom.xml (+2 -2)
  • src/etc/poms/ant-trax: pom.xml (+2 -2)
  • src/etc/poms/ant: pom.xml (+2 -2)
antoine 2006-10-24 01:35

a small explanation about this Maven stuff ...

60 lines of code changed in:

peterreilly 2006-10-23 21:45

jasper4.1 is not in ant classpath while compiling, fix link in junittaskmirror

2 lines of code changed in:

peterreilly 2006-10-23 21:39

remove noinspection tag, change @todo: to @todo

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Definer.java (-1)
  • src/main/org/apache/tools/ant/taskdefs/optional/dotnet: NetCommand.java (+1 -1)
peterreilly 2006-10-23 21:15

fix up some of the javadoc whining

15 lines of code changed in:

antoine 2006-10-23 05:41

added something to even be able to run the tests.

the maven-surefire-plugin has the bad idea to set a system property called basedir.

I have patched it locally to accept not to do it with a boolean omitbasedir.

71 lines of code changed in:

  • src/etc/poms/ant: pom.xml (+71 -9)
antoine 2006-10-23 01:45

copy the stylesheets into the jar

24 lines of code changed in:

  • src/etc/poms/ant-junit: pom.xml (+24)
antoine 2006-10-23 01:44

there was a mismatch for the location of .build.timestamp.properties

1 lines of code changed in:

  • src/etc/poms/ant: pom.xml (+1 -1)
antoine 2006-10-23 00:33

decide to package Xalan2Executor only in ant-junit. Since this class has been made already dead wood,

this is irrelevant

0 lines of code changed in:

antoine 2006-10-23 00:33

modified poms. I can now mvn package the complete ant binary distribution

618 lines of code changed in:

  • src/etc/poms: pom.xml (+22 -1)
  • src/etc/poms/ant-antlr: pom.xml (+26)
  • src/etc/poms/ant-apache-bcel: pom.xml (+27)
  • src/etc/poms/ant-apache-bsf: pom.xml (+30)
  • src/etc/poms/ant-apache-log4j: pom.xml (+48 -8)
  • src/etc/poms/ant-apache-oro: pom.xml (+27)
  • src/etc/poms/ant-apache-regexp: pom.xml (+27)
  • src/etc/poms/ant-apache-resolver: pom.xml (+27 -1)
  • src/etc/poms/ant-commons-logging: pom.xml (+27 -1)
  • src/etc/poms/ant-commons-net: pom.xml (+28)
  • src/etc/poms/ant-jai: pom.xml (+27)
  • src/etc/poms/ant-javamail: pom.xml (+27 -1)
  • src/etc/poms/ant-jdepend: pom.xml (+26)
  • src/etc/poms/ant-jmf: pom.xml (+27 -1)
  • src/etc/poms/ant-jsch: pom.xml (+26)
  • src/etc/poms/ant-junit: pom.xml (+26)
  • src/etc/poms/ant-netrexx: pom.xml (+26)
  • src/etc/poms/ant-starteam: pom.xml (+27)
  • src/etc/poms/ant-stylebook: pom.xml (+27)
  • src/etc/poms/ant-swing: pom.xml (+27 -6)
  • src/etc/poms/ant-trax: pom.xml (+27 -1)
  • src/etc/poms/ant-weblogic: pom.xml (+36 -1)
peterreilly 2006-10-22 21:56

document removal of dependency

2 lines of code changed in:

peterreilly 2006-10-22 21:54

pset svn:eol-style native

173 lines of code changed in:

peterreilly 2006-10-22 21:52

test for uuencode

173 lines of code changed in:

antoine 2006-10-22 21:51

modify also ant-nodeps to be able to build the corresponding jar

69 lines of code changed in:

  • src/etc/poms: pom.xml (+1)
  • src/etc/poms/ant-nodeps: pom.xml (+68 -8)
antoine 2006-10-22 21:48

move jdk1.5+ stuff to ant-nodeps to be consistent

1 lines of code changed in:

peterreilly 2006-10-22 21:43

pset svn:eol-style native

142 lines of code changed in:

peterreilly 2006-10-22 21:41

remove use of sun.misc.uuencoder

143 lines of code changed in:

peterreilly 2006-10-22 21:31

bugzilla: 40803, doc use of cmd.exe /c for bat files better

15 lines of code changed in:

  • docs/manual/CoreTasks: exec.html (+15 -1)
antoine 2006-10-22 21:28

exclude the bcel dependencies from ant.jar too

1 lines of code changed in:

antoine 2006-10-22 21:09

classes needing apache-resolver should also be excluded from ant.jar

1 lines of code changed in:

antoine 2006-10-22 20:14

add parent POM

6 lines of code changed in:

antoine 2006-10-22 20:14

add organization

3 lines of code changed in:

antoine 2006-10-22 19:47

control the location of the output jars

14 lines of code changed in:

  • src/etc/poms/ant-launcher: pom.xml (+1)
  • src/etc/poms/ant: pom.xml (+13 -5)
antoine 2006-10-22 18:56

store the date in version.txt

41 lines of code changed in:

  • src/etc/poms/ant: pom.xml (+41 -6)
antoine 2006-10-22 17:13

created a parent pom and also modified the poms of ant and ant-launcher to be able to build them using maven

159 lines of code changed in:

  • src/etc/poms: pom.xml (new 64)
  • src/etc/poms/ant-launcher: pom.xml (+35 -8)
  • src/etc/poms/ant: pom.xml (+60)
antoine 2006-10-22 17:11

modified to call the property version from build.xml project.version

defaultManifest.mf and version.txt are updated using expandproperties rather than tokenfilter

34 lines of code changed in:

antoine 2006-10-22 15:16

remove org.apache.tools.ant.util.ScriptRunner from ant.jar, it

should be only in ant-apache-bsf.jar

1 lines of code changed in:

antoine 2006-10-22 13:55

Launcher should not depend upon parent package

5 lines of code changed in:

antoine 2006-10-22 06:26

added code to deliver POMs with ant

28 lines of code changed in:

antoine 2006-10-22 05:35

adding poms

616 lines of code changed in:

  • src/etc/poms/ant-antlr: pom.xml (new 28)
  • src/etc/poms/ant-apache-bcel: pom.xml (new 23)
  • src/etc/poms/ant-apache-bsf: pom.xml (new 23)
  • src/etc/poms/ant-apache-log4j: pom.xml (new 8)
  • src/etc/poms/ant-apache-oro: pom.xml (new 23)
  • src/etc/poms/ant-apache-regexp: pom.xml (new 22)
  • src/etc/poms/ant-apache-resolver: pom.xml (new 22)
  • src/etc/poms/ant-commons-logging: pom.xml (new 29)
  • src/etc/poms/ant-commons-net: pom.xml (new 23)
  • src/etc/poms/ant-jai: pom.xml (new 33)
  • src/etc/poms/ant-javamail: pom.xml (new 31)
  • src/etc/poms/ant-jdepend: pom.xml (new 25)
  • src/etc/poms/ant-jmf: pom.xml (new 24)
  • src/etc/poms/ant-jsch: pom.xml (new 24)
  • src/etc/poms/ant-junit: pom.xml (new 23)
  • src/etc/poms/ant-launcher: pom.xml (new 8)
  • src/etc/poms/ant-netrexx: pom.xml (new 24)
  • src/etc/poms/ant-nodeps: pom.xml (new 39)
  • src/etc/poms/ant-starteam: pom.xml (new 23)
  • src/etc/poms/ant-stylebook: pom.xml (new 24)
  • src/etc/poms/ant-swing: pom.xml (new 24)
  • src/etc/poms/ant-trax: pom.xml (new 47)
  • src/etc/poms/ant-weblogic: pom.xml (new 23)
  • src/etc/poms/ant: pom.xml (new 43)
antoine 2006-10-22 05:28

added a blurb about starteam

6 lines of code changed in:

antoine 2006-10-22 04:17

update the download location for netrexx

2 lines of code changed in:

peterreilly 2006-10-20 23:06

make IH.clearCache() public

1 lines of code changed in:

peterreilly 2006-10-20 22:40

Stop making IH a project listener,

instead clean the IH cache explititly on build finished.

5 lines of code changed in:

peterreilly 2006-10-20 22:35

Free the realThing with UE is finished with it

(fixes since last look at this allows this)

4 lines of code changed in:

peterreilly 2006-10-20 21:39

update jsch version in libraries to agree with doc

1 lines of code changed in:

antoine 2006-10-20 11:08

further change about jakarta-oro

1 lines of code changed in:

antoine 2006-10-20 11:07

decide to recommend jakarta-oro 2.0.8

2 lines of code changed in:

jhm 2006-10-19 08:53

Add a paragraph about using external task libraries.

66 lines of code changed in:

antoine 2006-10-19 05:17

add point concerning parallel maintenance of https://svn.apache.org/repos/asf/ant/site

4 lines of code changed in:

jhm 2006-10-18 07:31

Add a stylesheet for generating a master buildfile (iterating over all targets) from a common buildfile.

91 lines of code changed in:

peterreilly 2006-10-17 21:56

Fix for OOME with <*ant*> and <typedef>

Bugzilla report 28283 and 33061



IH had a map of class->IH objects. The

class is the typedefed class and IH is the

attributes, elements etc of that class.

This works fine, except that the class is kept

until the build ends, this means that the classloader

for the class is also kept, a classloader contains

pointers to all the classes loaded by it - so a lot

of memory can be blocked.

When ant, or antcall is used and the called project

typedef the antcontrib, these will be new classloaders,

hence the memory being used up.



The fix is to use the name of the class, check if the IH

in the map is the same class, and if not replace that IH.





10 lines of code changed in:

peterreilly 2006-10-17 21:33

add fall-back for undefined references that are parsed

109 lines of code changed in:

stevel 2006-10-17 19:28

Having learned about how the java memory model really works, I have had a quick code review of the threading here.



1. stuff that is shared read is always marked volatile, to avoid being compiled out.



2. added more synchronization when appropriate.



I make no claims as to thread safety here, as I was never that good at formal proofs of correctness.

34 lines of code changed in:

stevel 2006-10-16 15:27

Move up to Xerces 2.8.1.

2 lines of code changed in:

mbenson 2006-10-16 14:35

remove an extra space

1 lines of code changed in:

jhm 2006-10-16 14:07

We drop Win98 support.

http://marc.theaimsgroup.com/?l=ant-dev&m=115141884812670&w=2

0 lines of code changed in:

jhm 2006-10-16 14:05

Codestyle (indent of bracket) and overwrite the taskname for logging.

3 lines of code changed in:

jhm 2006-10-16 13:57

Document two launch options.

19 lines of code changed in:

stevel 2006-10-16 12:40

Move up to Xerces 2.8.1. I tried using Maven to do it, but the artifacts are out of date, inconsistent, and with dirty dependencies.

24 lines of code changed in:

jhm 2006-10-16 10:18

typo

1 lines of code changed in:

  • src/main/org/apache/tools/ant: Main.java (+1 -1)
kevj 2006-10-16 05:02

- add ant.version as part of the dump-info target

1 lines of code changed in:

antoine 2006-10-16 02:27

mention my current job with Ariel Partners

6 lines of code changed in:

antoine 2006-10-16 01:44

use FileUtils.close to close the Reader open for the crash file

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/junit: JUnitTask.java (+1 -5)
antoine 2006-10-15 22:21

Preparation for Ant 1.7.0Beta3

58 lines of code changed in:

peterreilly 2006-10-14 20:56

add comment on change to logging level of reference override

3 lines of code changed in:

peterreilly 2006-10-13 23:39

Reduce to verbose message of overridding properties.



1 lines of code changed in:

peterreilly 2006-10-13 23:38

allow . /etc/ant.conf if ant_home is /usr/share/ant

4 lines of code changed in:

  • src/script: ant (+4 -2)
jhm 2006-10-13 15:40

"Move" test object to inner class.

10 lines of code changed in:

jhm 2006-10-13 14:31

Deactivate EnumeratedAttributeTest_Factory as JUnit test before Gump cries. ... until better solution.

1 lines of code changed in:

jhm 2006-10-13 09:12

Forgot the license header.

17 lines of code changed in:

jhm 2006-10-13 09:04

Factory method for easier instantiation.

Bug 14831

27 lines of code changed in:

peterreilly 2006-10-12 22:52

use -x instead of -f

2 lines of code changed in:

  • src/script: ant (+2 -2)
peterreilly 2006-10-12 22:51

place the OPT_JAR_LIST in the correct place

8 lines of code changed in:

  • src/script: ant (+8 -7)
stevel 2006-10-12 22:29

mention proxy settings here.

19 lines of code changed in:

peterreilly 2006-10-12 21:41

opps: restore correct behavour for setting basetest attributes

23 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/junit: JUnitTask.java (+23 -16)
mbenson 2006-10-12 15:45

fix failures

5 lines of code changed in:

  • src/main/org/apache/tools/ant/types: Path.java (+5 -1)
peterreilly 2006-10-11 23:13

Added outputtoformatters attribute to <junit> to allow suppression

of noisey tests. Bugzilla report 12817.

96 lines of code changed in:

peterreilly 2006-10-11 23:06

svn style native

127 lines of code changed in:

peterreilly 2006-10-11 23:05

added by accident

0 lines of code changed in:

peterreilly 2006-10-11 23:04

tests for outputtoformatters

127 lines of code changed in:

mbenson 2006-10-11 21:29

add whatsnew note for fixing <path>

5 lines of code changed in:

mbenson 2006-10-11 21:26

Let Path use Union by composition instead of inheritance so that third-party

code using paths built against Ant 1.7 should still run against Ant 1.6 .

139 lines of code changed in:

  • src/main/org/apache/tools/ant/types: Path.java (+137 -37)
  • src/main/org/apache/tools/ant/types/resources: Union.java (+2 -2)
jhm 2006-10-11 12:27

Document the do-nothing-if-exist behaviour of <mkdir>

1 lines of code changed in:

peterreilly 2006-10-10 21:45

1) modify ant script to *NOT* . include /etc/ant.conf

if ANT_HOME variable is set.

2) apply jpackage patch to ant script

3) modify manual to include the change in behaviour to ANT_HOME and jpackage



31 lines of code changed in:

mbenson 2006-10-10 17:42

reluctantly added example just because I promised.

12 lines of code changed in:

mbenson 2006-10-10 17:30

Added <compare> resource selector to select resources based on the

results of their comparison to other resources. Inspired by userlist thread

http://marc.theaimsgroup.com/?t=115998761500004&r=1&w=2 .

Still lacks an example other than testcases. :(

396 lines of code changed in:

  • WHATSNEW (+3)
  • docs/manual/CoreTypes: resources.html (+32 -2)
  • src/main/org/apache/tools/ant/types: Quantifier.java (new 139)
  • src/main/org/apache/tools/ant/types/resources/selectors: Compare.java (new 153)
  • src/resources/org/apache/tools/ant/types/resources/selectors: antlib.xml (+2)
  • src/tests/antunit/types/resources/selectors: test.xml (+67 -4)
mbenson 2006-10-10 17:05

document that <pathconvert> can actually support multiple resource collections now.

2 lines of code changed in:

mbenson 2006-10-10 16:56

extract DelegatedResourceComparator from Sort collection

111 lines of code changed in:

mbenson 2006-10-10 16:55

fix method signature--accidentally and unnecessarily opening up access

1 lines of code changed in:

mbenson 2006-10-10 16:53

extend DataType, equals non-final

10 lines of code changed in:

mbenson 2006-10-10 16:13

ant.bat now looks in %USERPROFILE% and %HOMEDRIVE%%HOMEPATH% in addition to

%HOME% for pre/post batch files. Bugzilla report 39298.

18 lines of code changed in:

mbenson 2006-10-10 15:55

BZ 39298. %HOMEDRIVE%%HOMEPATH%

3 lines of code changed in:

mbenson 2006-10-10 15:53

support %HOMEDRIVE%%HOMEPATH% on XP. Bugzilla 39298.

23 lines of code changed in:

peterreilly 2006-10-09 20:15

allow test case to work if /build/testcases is in the classpath

17 lines of code changed in:

bodewig 2006-10-09 04:22

fix svn property

64 lines of code changed in:

peterreilly 2006-10-08 21:54

some printfs to help track down gump fail

17 lines of code changed in:

peterreilly 2006-10-08 20:53

For JUnitTestRunnerTest: testInvalidTestCase and testNoTestCase

JUnit4 adaption returns an ERROR wheres JUnit3 returns a FAILURE.

Modify testcase to reflect this.



0 lines of code changed in:

peterreilly 2006-10-07 22:10

Joseph to contributors

4 lines of code changed in:

peterreilly 2006-10-07 22:05

Alexey to contributors

4 lines of code changed in:

peterreilly 2006-10-07 22:04

PathConvert on Windows should process forward and back slashes equivalently.

Bugzilla report 32884.

27 lines of code changed in:

peterreilly 2006-10-07 21:53

svn:eol-style native

19 lines of code changed in:

peterreilly 2006-10-07 21:51

test for dir-char in pathconvert

19 lines of code changed in:

peterreilly 2006-10-07 21:34

Fix for junit4

in JUnit4 annotations are placed in org.junit,

so this package needs to be made a "systempackage" for fork=no to work.

Bugzilla report 40697



5 lines of code changed in:

peterreilly 2006-10-06 21:17

Defer references

2 lines of code changed in:

peterreilly 2006-10-06 21:15

eol-type

0 lines of code changed in:

peterreilly 2006-10-06 21:14

defer reference tests

64 lines of code changed in:

mbenson 2006-10-06 21:08

ignore null child collection, why not

3 lines of code changed in:

  • src/main/org/apache/tools/ant/types/resources: Restrict.java (+3)
mbenson 2006-10-06 21:07

line up with some other exception throwing utility methods e.g. in DataType

4 lines of code changed in:

mbenson 2006-10-06 21:05

generify expected message to pass before and after recent change

1 lines of code changed in:

peterreilly 2006-10-05 21:48

Do not set ant.file.{projectname} when the project name

is not set in the <project> tag. (as discussed)

Bugzilla report: 39920



8 lines of code changed in:

peterreilly 2006-10-05 21:44

change expected error message from attribute to element

0 lines of code changed in:

peterreilly 2006-10-05 20:14

Bugzilla 40682: junit regression

33 lines of code changed in:

mbenson 2006-10-05 20:07

remove launcher classes from nodeps jar

2 lines of code changed in:

mbenson 2006-10-05 20:07

remove launcher classes from nodeps jar.

1 lines of code changed in:

stevel 2006-10-05 15:48

refactoring of WeakishReference, as discussed.

41 lines of code changed in:

stevel 2006-10-05 09:24

close using FileUtils.close

2 lines of code changed in:

peterreilly 2006-10-04 21:27

Bugzilla 30498: no check on refid for setting some attributes in zipfileset

17 lines of code changed in:

peterreilly 2006-10-04 21:24

eol-style

35 lines of code changed in:

peterreilly 2006-10-04 21:22

testcase for setting attributes with refid for zipfileset

35 lines of code changed in:

peterreilly 2006-10-04 21:18

another go at bugzilla 38747, isolate resources

get the baseloader for resources in isolate mode

25 lines of code changed in:

stevel 2006-10-04 15:48

patch build.bat to set the NT error code if bootstrapping failed, to be consistent with the build.sh script.

2 lines of code changed in:

stevel 2006-10-04 15:45

patch build.sh to exit with an error code if bootstrapping fails, for the Gentoo team.

1 lines of code changed in:

jhm 2006-10-04 06:28

Like requested by Pavel Vlasov on the user list "Please re-add SQLC and Transformica to the External tools and tasks page"

166 lines of code changed in:

peterreilly 2006-10-03 21:35

Always handle refid first.

Refid normally cannot be used with other

attributes and some types check for this.

The code is broken in a number of places -

if refid is not set first. To fix this,

runtimeconfigurable will now always process

refid first.

11 lines of code changed in:

September 2006 »

Generated by StatSVN 0.3.2-SNAPSHOT