November 2003 Commit Log

Number of Commits:
68
Number of Active Developers:
6
bodewig 2003-11-28 12:36

Merge into 1.6

4 lines of code changed in:

jhm 2003-11-28 11:56

Document org.apache.tools.ant.ProjectHelper System property.

10 lines of code changed in:

bodewig 2003-11-28 11:39

Add documentation

6 lines of code changed in:

jhm 2003-11-28 10:34

Add Wiki to Site-Menu

3 lines of code changed in:

bodewig 2003-11-28 10:17

Expose vm attribute in <nant> and <msbuild>

17 lines of code changed in:

  • proposal/sandbox/dotnet/src/main/org/apache/tools/ant/taskdefs/optional/dotnet: AbstractBuildTask.java (+17)
bodewig 2003-11-28 09:28

Under some circumstances scp would miss responses from the remote side

leading to corrupted files.



PR: 24449

Submitted by: Atsuhiko Yamanaka <ymnk at jcraft dot com>

2 lines of code changed in:

peterreilly 2003-11-28 09:28

call replace properties for header or footer elements of concat

3 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Concat.java (+3 -2)
peterreilly 2003-11-28 09:01

Add note on version of beanshell required for ant 1.6

4 lines of code changed in:

bodewig 2003-11-27 15:18

Add pointer to 'Dependency Finder', submitted by Jean Tessier

89 lines of code changed in:

bodewig 2003-11-27 14:11

Add support for nesting buuild file snippets into the task

219 lines of code changed in:

bodewig 2003-11-27 13:42

Split namespace

0 lines of code changed in:

bodewig 2003-11-27 12:00

Add a helper class for tasks that want literal XML as input

275 lines of code changed in:

bodewig 2003-11-27 12:00

2003

1 lines of code changed in:

peterreilly 2003-11-27 10:16

Allow references and properties to be null without causing NPE in BSF

9 lines of code changed in:

peterreilly 2003-11-27 09:07

use a different name from local for the test local type

2 lines of code changed in:

peterreilly 2003-11-26 09:31

add filename to errormessage if unable to rename file in zip task

PR: 24945

Obtained from: Bart Vanhaute

8 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Zip.java (+8 -4)
jhm 2003-11-26 08:14

Update SimpleDateFormat URL. BugID 24993 by Jason

1 lines of code changed in:

bodewig 2003-11-25 11:57

Add unit tests for <nant> and <msbuild>

88 lines of code changed in:

bodewig 2003-11-25 11:47

Mono always needs the full path to the executable

12 lines of code changed in:

  • proposal/sandbox/dotnet/src/main/org/apache/tools/ant/taskdefs/optional/dotnet: DotNetExecTask.java (+12 -1)
bodewig 2003-11-25 11:45

Allow <exec> to optionally resolve against PATH

46 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: ExecTask.java (+46 -3)
jhm 2003-11-25 11:31

Forgotten to describe comparators in <modified>

13 lines of code changed in:

jhm 2003-11-25 11:30

spell check

2 lines of code changed in:

jhm 2003-11-25 11:29

Explanation of XML-layout

6 lines of code changed in:

bodewig 2003-11-25 09:20

Benefit from csc's new default for the executable

5 lines of code changed in:

  • proposal/sandbox/dotnet/src/etc/testcases: dotnetexec.xml (+5 -19)
bodewig 2003-11-25 09:16

Make <csc> default to mcs on non-Windows platforms

8 lines of code changed in:

  • WHATSNEW (+3)
  • docs/manual/OptionalTasks: csc.html (+1 -1)
  • src/etc/testcases/taskdefs/optional: dotnet.xml (-4)
  • src/main/org/apache/tools/ant/taskdefs/optional/dotnet: CSharp.java (+4 -2)
conor 2003-11-24 23:50

Update PMC roster

46 lines of code changed in:

antoine 2003-11-24 22:41

added Invicta

77 lines of code changed in:

antoine 2003-11-24 21:56

added details concerning the choice of the regular expression implementation.

Also fixed an example, the substitution tag accepts the attribute expression, not pattern.

48 lines of code changed in:

peterreilly 2003-11-24 17:20

Clarify the to attribute of the mapper nested element of uptodate

PR: 24249

Obtained from: nakato@qute.co.jp

26 lines of code changed in:

peterreilly 2003-11-24 16:35

Clarify when properties are resolved when using presetdef

40 lines of code changed in:

peterreilly 2003-11-24 16:12

Clarify inheritance of nested property's of the <ant>/<antcall> task

PR: 11003

Obtained from: Jeff Turner

2 lines of code changed in:

bodewig 2003-11-24 09:34

Xerces-J 2.6.0

1 lines of code changed in:

peterreilly 2003-11-24 09:27

Protect PWD with quotations to allow ant to be placed in

a directory with spaces

2 lines of code changed in:

peterreilly 2003-11-24 09:15

Set tasktype and taskname for preset'defed tasks

PR: 24934

Obtained from: Jacob Kjome

5 lines of code changed in:

peterreilly 2003-11-21 15:06

remove spurious space after ant_version

PR: 24435

Obtained from: Aidan Doolan

1 lines of code changed in:

bodewig 2003-11-21 13:53

NAnt and MSBuild tasks

43 lines of code changed in:

bodewig 2003-11-21 12:39

A <dotnetexec> task

197 lines of code changed in:

bodewig 2003-11-21 11:12

Make resolveExecutable method useful for subclasses

8 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: ExecTask.java (+8 -6)
bodewig 2003-11-21 10:52

Initial commit so people know where I want to go

38 lines of code changed in:

bodewig 2003-11-21 08:16

JSch 0.1.9 seems to work fine

2 lines of code changed in:

bodewig 2003-11-20 16:12

ApacheCon is over

0 lines of code changed in:

bodewig 2003-11-20 14:56

Use an existing URL in the example

3 lines of code changed in:

  • docs/manual/CoreTasks: get.html (+3 -3)
peterreilly 2003-11-20 12:08

Check if parent file is not null before using it

2 lines of code changed in:

peterreilly 2003-11-18 17:37

remove hanging "the" in sql manual page

PR: 24419

Obtained from: Matthew Cary

0 lines of code changed in:

peterreilly 2003-11-18 17:06

Ignore attributes for different uris.

39 lines of code changed in:

peterreilly 2003-11-18 12:08

Do now allow multiple attribute and elements of the same

name for macrodef.

48 lines of code changed in:

peterreilly 2003-11-18 10:51

Implement namespace uri scoping

nested elements of types/tasks use the same NS uri as the task/type.

also cleanup macrodef attribute handling

171 lines of code changed in:

bodewig 2003-11-17 15:49

Remove badly placed quotes, Submitted by Knut Wannheden

2 lines of code changed in:

bodewig 2003-11-14 13:32

Move AntDoc pointer to external tools, add pointer to Jindent, submitted by Edouard Mercier

154 lines of code changed in:

peterreilly 2003-11-13 18:12

MacroInstance: if owningtarget not set, use a default

MacroInstance: if id is as an attribute, check if this is in the

macros attribute list and if not ignore

11 lines of code changed in:

peterreilly 2003-11-12 09:35

scriptfilter: clarify getToken and setToken methods, provide another example

18 lines of code changed in:

peterreilly 2003-11-11 12:01

Implement the sequential element of macrodef by a createSequential and

not a addTask()

72 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: MacroDef.java (+72 -18)
antoine 2003-11-10 16:48

Make ModifiedSelectorTest pass when started through build.sh or build.bat

PR: 24481

Submitted by: Florian.G. Haas (f dot g dot haas at gmx dot net)

6 lines of code changed in:

antoine 2003-11-06 21:15

Update the doc with the latest change.

I discovered a documented attribute called rootdir, which does not exist in the source code,

so I removed it from the doc too.

19 lines of code changed in:

antoine 2003-11-06 20:39

Allow reporting on multiple modules, aliased or not.

Also report the previous revision of deleted files when it is available.

PR: 21373

PR: 22877

36 lines of code changed in:

peterreilly 2003-11-06 14:57

Provide error stack for [*]ant[*] and macro call

use same code for import and antlib

50 lines of code changed in:

antoine 2003-11-06 09:21

Solve parsing of revisions for new files

with CVS 1.11.9 or higher

PR: 24406

14 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/cvslib: CvsTagDiff.java (+14 -2)
peterreilly 2003-11-06 09:04

fixes for presetdef's handling of attributes

PR: 24411

340 lines of code changed in:

antoine 2003-11-05 22:00

Prevent NPE in method CheckRemoteSensitivity

PR: 24440

3 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+3)
stevel 2003-11-05 20:12

<nice> as a task; unit tests tested on windows.

239 lines of code changed in:

peterreilly 2003-11-03 16:36

make error message for bad imports a little better

When an buildexception is reported in the imported xml, add the importer

xml file to the build exception

44 lines of code changed in:

bodewig 2003-11-03 15:47

Improve error message

6 lines of code changed in:

peterreilly 2003-11-03 15:34

fix timeout attribute of jdepend

add unit tests

add includeruntime to allow unittests to run

228 lines of code changed in:

  • docs/manual/OptionalTasks: jdepend.html (+6)
  • src/etc/testcases/taskdefs/optional/jdepend: jdepend.xml (new 53)
  • src/main/org/apache/tools/ant/taskdefs/optional/jdepend: JDependTask.java (+105 -24)
  • src/testcases/org/apache/tools/ant/taskdefs/optional/jdepend: JDependTest.java (new 64)
bodewig 2003-11-03 15:22

Indentation changes

27 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/jdepend: JDependTask.java (+27 -20)
bodewig 2003-11-03 15:19

Fix NPE, PR: 24344

4 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/jdepend: JDependTask.java (+4)
peterreilly 2003-11-03 15:01

checkstyle

93 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/jdepend: JDependTask.java (+93 -48)
bodewig 2003-11-03 14:14

Add pointer to kanaputs, Submitted by Patrick Duverger

108 lines of code changed in:

peterreilly 2003-11-03 10:14

Opps, last change broke relative import

3 lines of code changed in:

October 2003 »

Generated by StatSVN 0.3.2-SNAPSHOT