December 2003 Commit Log

Number of Commits:
70
Number of Active Developers:
7
peterreilly 2003-12-30 12:48

allow IH to handle Constructor(Project, String) in

general and not just for Path

PR: 25777

Obtained from: Jesse Glick

38 lines of code changed in:

peterreilly 2003-12-30 12:46

add original exception to new buildexception for

projectHelper#addLocationToBuildException(

PR: 25777

Obtained from: Jesse Glick

2 lines of code changed in:

peterreilly 2003-12-30 11:37

Fix unit tests.

- addtypetest used an unused invalid classpathref

- PathTest used an invalid reference in testing attributes

10 lines of code changed in:

bruce 2003-12-29 18:40

Back out javadoc-generated overwrite of our online version of the Ant API docs. This has happened before. Please be careful.

27 lines of code changed in:

bodewig 2003-12-27 20:41

still 2003

1 lines of code changed in:

peterreilly 2003-12-24 10:52

ComponentHelper.

Logic for copying the checked namespaces to new projects was broken.

3 lines of code changed in:

peterreilly 2003-12-24 10:48

Reverting setting the wrapper proxy to null as the unit tests failed.

5 lines of code changed in:

peterreilly 2003-12-24 10:38

UnknownElement set the created task to null for gc , but did not

set the RuntimeConfigurable's copy to null as well

1 lines of code changed in:

antoine 2003-12-23 15:57

Correction of pages which do not fit with XHTML or JavaHelp

PR: 25707

Submitted by: Jesse Glick (jglick at netbeans dot org)

42 lines of code changed in:

peterreilly 2003-12-23 15:47

Fix for script memory retaining problem.

PR: 25394

Obtained from: Jose Alberto Fernandez / Antoine Levy-Lambert

18 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional: Script.java (+18 -6)
antoine 2003-12-23 15:28

Remind user that JDK 1.4+ includes its own regexp impl

PR: 25709

Submitted by: Jesse Glick (jglick at netbeans dot org)

4 lines of code changed in:

peterreilly 2003-12-23 11:07

Add typedef for concatfilter in types/defaults.properties

PR: 25697

Obtained from: Tomasz Broniarek

1 lines of code changed in:

peterreilly 2003-12-22 09:46

Macrodef can only see lower case attribute names due to its

use of DynamicConfigurator.

Fix the doc and the code to at least make this consistent.

PR: 25687

Obtained from: Geoffrey Wiseman

26 lines of code changed in:

antoine 2003-12-20 16:31

Re add something about mirrors.

11 lines of code changed in:

antoine 2003-12-20 16:19

The ant 1.6.0 distribution includes 5 documents which still refer to the beta,

most notably the index.html at the root of the docs directory.

Let's try to put the ReleaseInstructions in an order such that we do not

have this type of problems in the future.

PR: 25652

38 lines of code changed in:

antoine 2003-12-20 13:25

typo

Submitted by: Yuji Yamano

3 lines of code changed in:

peterreilly 2003-12-19 16:52

stylecheck changes

30 lines of code changed in:

peterreilly 2003-12-19 16:42

Fix javadoc for ScriptDefBase

PR: 25446

Obtained from: gudnabrsam at yahoo dot com

Submitted by:

Reviewed by:

1 lines of code changed in:

peterreilly 2003-12-19 16:32

update setproxy doc with xdocs changes

34 lines of code changed in:

  • docs/manual/OptionalTasks: setproxy.html (+31 -59)
  • src/main/org/apache/tools/ant/taskdefs/optional/net: SetProxy.java (+3 -3)
peterreilly 2003-12-19 15:13

Add a setbyline(boolean) as well as a setbyline(String) to replaceregexp

PR: 25653

Obtained from: Jesse Glick

12 lines of code changed in:

antoine 2003-12-18 21:47

Ant 1.6.0 release

58 lines of code changed in:

antoine 2003-12-18 21:04

ReleaseInstructions step 18 - migration to ant 1.6.0

56 lines of code changed in:

Repository Tag: ANT_160
peterreilly 2003-12-18 12:43

Add description for namespace support in ant 1.6

Grapped ant wiki page

Obtained from: Christopher Lenz

195 lines of code changed in:

peterreilly 2003-12-18 09:10

Initialize targetstarttime, even if the recorder is in a target

PR: 25605

Obtained from: John McDonnell

1 lines of code changed in:

antoine 2003-12-18 08:39

Make checksum work with nested filesets and no total property

Make checksum less loud, downgrading message calculating checksum to verbose

PR: 25606

PR: 25607

Submitted by: Ariel Backenroth ( abackenr at interwoven dot com )

15 lines of code changed in:

antoine 2003-12-17 22:13

We will feel more like maintaining or creating the xdocs example if we

do not need to escape the examples in XML entities.

18 lines of code changed in:

  • proposal/xdocs/src/org/apache/tools/ant/taskdefs: Property.xml (+17 -9)
  • src/main/org/apache/tools/ant/taskdefs: Property.java (+1)
antoine 2003-12-17 21:21

fixing dvsl to process CDATA embedded into <source> tags

5 lines of code changed in:

stevel 2003-12-17 17:48

doc common datatypes of the .net tasks

100 lines of code changed in:

peterreilly 2003-12-17 15:57

Change level of std error message from ERR to WARN

6 lines of code changed in:

peterreilly 2003-12-17 15:36

* Retain difference between "" and "antlib:org.apache.tools.ant" namespaces

in UE.getNamespace()

* Remove near duplicate method in IntrospectionHelper

* Add UnknownElement to signature of IntrospectionHelper#getElementCreator

for future xml Namespace use

13 lines of code changed in:

jhm 2003-12-17 13:37

New external task: mtxslt

191 lines of code changed in:

jhm 2003-12-17 13:06

Typo. Thanks to Yuji Yamano

13 lines of code changed in:

peterreilly 2003-12-16 21:13

allow macrodef to work with namespace free version of dynamicconfigator

1 lines of code changed in:

peterreilly 2003-12-16 08:35

Default value of append attribute for record task documented incorrectly

PR: 25544

Obtained from: John McDonnell

1 lines of code changed in:

peterreilly 2003-12-12 19:32

fix whichresouce manual page

47 lines of code changed in:

peterreilly 2003-12-12 19:25

Update the tempfile html page

35 lines of code changed in:

peterreilly 2003-12-12 14:47

Remove duplicate attribute

Obtained from:Yuji Yamano

0 lines of code changed in:

antoine 2003-12-12 14:21

Key now signed by Stefan Bodewig

10 lines of code changed in:

peterreilly 2003-12-12 10:14

Fix subant html page

This is part of a fix for 25228

PR: 25228

Obtained from: gudnabrsam at yahoo dot com

34 lines of code changed in:

  • docs/manual/CoreTasks: subant.html (+26 -52)
  • proposal/xdocs/src/org/apache/tools/ant/taskdefs: SubAnt.xml (+8 -7)
peterreilly 2003-12-12 09:45

Remove the <description> and <short-description> elements from

the generated html.

This is part of a fix for 25228

PR: 25228

Obtained from: gudnabrsam at yahoo dot com

25 lines of code changed in:

bodewig 2003-12-12 09:41

Add a cloneVm attribute to CommandlineJava and <java> and <junit>.



If set, the forked VM will be configured to match the currently

running VM closely. This involves:



* copying of all system properties.

* copying of the bootclasspath - only if no bootclasspath has been

specified explicitly or build.sysclasspath has been set to "only".



This is accompanied by a magic system property build.clonevm that can

be used to force the attribute to be set.



It has to be a system property as CommandlineJava doesn't know about

project instances.



PR: 25327

100 lines of code changed in:

peterreilly 2003-12-12 09:09

Fix off-by-one error in concat with fixlastline="yes"

PR: 25464

Obtained from: wang liang

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Concat.java (+1 -2)
peterreilly 2003-12-11 17:21

Change dynamicConfigurator#create(Name) to pass in the localname

of a namespaced element name and not the internal stingized verion

of the namespaced element name. The local name is lower cased to

be backward compatible with ant 1.5.

2 lines of code changed in:

peterreilly 2003-12-11 12:11

In addReference, remove calling tostring on the references being added.

The tostring can be a very expensive operation, and causes

massive slowdown when used in conjuction with antcall.

1 lines of code changed in:

jhm 2003-12-09 16:46

How to use propertyvalues as name for properties

147 lines of code changed in:

peterreilly 2003-12-09 16:28

remove 'crs from SubAnt.xml

0 lines of code changed in:

  • proposal/xdocs/src/org/apache/tools/ant/taskdefs: SubAnt.xml (changed)
antoine 2003-12-09 14:40

Remove line with $Id

13 lines of code changed in:

antoine 2003-12-09 14:28

Remove line with $Id which is annoying every time one does a merge

0 lines of code changed in:

jhm 2003-12-09 14:17

Explain order of dependency-check/if-unless-evaluation

2 lines of code changed in:

antoine 2003-12-09 01:17

Remove unused import added by mistake

0 lines of code changed in:

antoine 2003-12-09 01:14

Fix URIs for DTDs entered with a full path location under Windows

PR: 23913

42 lines of code changed in:

antoine 2003-12-08 22:59

Improve documentation concerning external libs for the style task.

Basically no external libs are required if using JDK 1.4

PR: 25274

Submitted by: Jesse Glick (jglick at netbeans dot org)

10 lines of code changed in:

antoine 2003-12-08 20:05

Document jsharpc, not jsharp

PR: 24058

459 lines of code changed in:

conor 2003-12-08 02:27

Merge

45 lines of code changed in:

conor 2003-12-07 22:37

Head sync

7 lines of code changed in:

antoine 2003-12-06 21:53

Added another uid with email address antoine@apache.org

17 lines of code changed in:

jhm 2003-12-05 10:17

New external tasks: wsdl-validator + pct (progress)

72 lines of code changed in:

antoine 2003-12-05 00:16

Update my email address

2 lines of code changed in:

antoine 2003-12-04 23:57

Announce ant1.6beta3

14 lines of code changed in:

peterreilly 2003-12-04 09:09

change string looked for so test works on windows

2 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/jdepend: JDependTest.java (+2 -2)
bodewig 2003-12-04 08:33

document proxyUser and proxyPassword attributes

31 lines of code changed in:

antoine 2003-12-03 21:58

1) make JarTest pass on Windows, these testcases were failing :

testRecreateWithUpdateNewerFile

testRecreateZipfilesetWithUpdateNewerFile,

the problem is the granularity of time stamps on the FAT

see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sysinfo/base/filetime_str.asp

for more information



2) prevent XalanLiaisonTest and XslpLiaisonTest from running in batch

when Xerces1 is not available,



3) fix one of the 3 failing testcases (testSimple) from JDependTest

it was failing due to an overdose of \r in the output coming from

BuildFileTest

14 lines of code changed in:

peterreilly 2003-12-03 13:16

Change ${x} to @{x} for attribute notation of macrodef

129 lines of code changed in:

jhm 2003-12-03 11:25

Add more system properties

180 lines of code changed in:

bodewig 2003-12-03 10:32

mono 0.29 on MacOS X works just fine

0 lines of code changed in:

  • src/etc/testcases/taskdefs/optional: dotnet.xml (-5)
peterreilly 2003-12-03 10:27

exclude jdepend test until dos problem with the test is sorted

1 lines of code changed in:

bodewig 2003-12-02 11:51

Regenerate site

48 lines of code changed in:

antoine 2003-12-01 22:14

fixed line endings

0 lines of code changed in:

antoine 2003-12-01 22:10

Added comment about bug 15390 (regexp implementation)

3 lines of code changed in:

antoine 2003-12-01 22:03

Make the choice of regular expression implementation possible with

ant.regexp.regexpimpl as a normal project property

PR: 15390

161 lines of code changed in:

November 2003 »

Generated by StatSVN 0.3.2-SNAPSHOT