August 2004 Commit Log

Number of Commits:
59
Number of Active Developers:
7
mbenson 2004-08-31 22:32

Refactored Target invocation into org.apache.tools.ant.Executor

implementations.

PR: 21421, 29248

168 lines of code changed in:

mbenson 2004-08-31 22:24

Move to 1.6 branch

PR: 22863

Obtained from:

Submitted by:

Reviewed by:

3 lines of code changed in:

mbenson 2004-08-31 21:34

Allow <move>'s file attribute to rename a directory.

PR: 22863

175 lines of code changed in:

  • WHATSNEW (+4 -1)
  • docs/manual/CoreTasks: move.html (+10 -2)
  • src/etc/testcases/taskdefs: move.xml (+69 -2)
  • src/main/org/apache/tools/ant/taskdefs: Move.java (+63 -9)
  • src/testcases/org/apache/tools/ant/taskdefs: MoveTest.java (+29)
antoine 2004-08-25 14:56

Zip task did not create tasks when there are only empty directories in the selection

I have simply added a testcase, the code was already fixed by Matt Benson in Zip.java

revision 1.128

PR: 30365

15 lines of code changed in:

antoine 2004-08-24 20:34

reverting previous change

compiler is called weblogic in the documentation

the testcase seems to have been wrong

2 lines of code changed in:

  • src/etc/testcases/taskdefs/rmic: rmic.xml (+1 -1)
  • src/main/org/apache/tools/ant/taskdefs/rmic: WLRmic.java (+1 -1)
antoine 2004-08-24 20:25

Change to put in accordance with documentation : compiler name wlrmic, not weblogic ?

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/rmic: WLRmic.java (+1 -1)
antoine 2004-08-23 20:27

FTP getTimeDiff was returning wrong value

PR: 30595

3 lines of code changed in:

  • WHATSNEW (+2)
  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+1 -1)
peterreilly 2004-08-23 14:15

checksum fileext property doc wrong

PR: 30787

Obtained from: Howard M. Lewis Ship

4 lines of code changed in:

peterreilly 2004-08-23 13:42

Provide access to extension points and attribute/element/extensions/text methods in

IntrospectionHelper

PR: 30794

Obtained from: Dominique Devienne

490 lines of code changed in:

bodewig 2004-08-20 10:56

When searching /usr/local/java/jdk1.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/bodewig/bin:/home/bodewig/dev/xml-forrest/build/dist/shbat//bin, look into user supplied environment first

19 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: ExecTask.java (+19 -2)
bodewig 2004-08-20 10:55

<nunit>

8 lines of code changed in:

  • proposal/sandbox/dotnet: README (-2)
  • proposal/sandbox/dotnet/docs: index.html (+4), nunit.html (new)
  • proposal/sandbox/dotnet/src/etc/testcases: nunit.xml (new)
  • proposal/sandbox/dotnet/src/etc/testcases/src: fail.cs (new), pass.cs (new)
  • proposal/sandbox/dotnet/src/main/org/apache/tools/ant/taskdefs/optional/dotnet: NUnitTask.java (new), antlib.xml (+4)
  • proposal/sandbox/dotnet/src/testcases/org/apache/tools/ant/taskdefs/optional/dotnet: NUnitTaskTest.java (new)
bodewig 2004-08-20 10:53

small refactorings

40 lines of code changed in:

mbenson 2004-08-19 19:06

Log if unable to open a File.

7 lines of code changed in:

mbenson 2004-08-18 21:01

Typo

1 lines of code changed in:

mbenson 2004-08-18 20:52

Fix bug whereby the first file open was always logged to System.out.

Fix by opening only on demand so that managingTask can be set.

4 lines of code changed in:

mbenson 2004-08-18 16:34

Fix bug whereby the first file open was always logged to System.out.

Fix by opening only on demand so that managingTask can be set.

1 lines of code changed in:

peterreilly 2004-08-17 18:13

fix for multiple macro instance use to fail

9 lines of code changed in:

mbenson 2004-08-16 21:58

WHATSNEW for bug:

PR: 30567

2 lines of code changed in:

mbenson 2004-08-16 21:56

<apply> differentiating between empty and up to date broke <classfileset>s.

PR: 30567

33 lines of code changed in:

mbenson 2004-08-16 14:57

Me to PMC; Peter and Sam not in alpha order.

9 lines of code changed in:

antoine 2004-08-13 09:27

Add @since tags to methods introduced in Ant 1.6.2

PR: 30276

Submitted by: Jesse Glick

4 lines of code changed in:

antoine 2004-08-13 09:16

Merged the solution of PR 15390 (choice of regular expression implementation)

into ANT_16_BRANCH

3 lines of code changed in:

jhm 2004-08-13 08:32

article about extending <input>

58 lines of code changed in:

conor 2004-08-12 14:50

Missed closing tag

1 lines of code changed in:

conor 2004-08-12 14:49

Current Nightly builds are a little, um, stale. Don't get people's hopes up

for now.

1 lines of code changed in:

conor 2004-08-12 14:44

Merge

7 lines of code changed in:

conor 2004-08-12 14:16

Add name attribute to project element in Ant's build file



PR: 30608

Submitted by: Jesse Glick

1 lines of code changed in:

mbenson 2004-08-11 14:12

Correct subscripts.

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Zip.java (+2 -2)
bodewig 2004-08-11 09:46

Use a different way to deal with Mono's "I don't like absolute Unix

path names" feature - change into the directory that holds the WSDL

file and only use the file name.



(1) restores the old signature of setSrcFile

(2) makes XSD include with relative URLs work (and probably WSDL

import as well).

8 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/dotnet: WsdlToDotnet.java (+8 -19)
bodewig 2004-08-11 09:37

Make NetCommand#setDirectory actually do something

13 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Execute.java (+8)
  • src/main/org/apache/tools/ant/taskdefs/optional/dotnet: NetCommand.java (+5 -2)
jhm 2004-08-11 09:12

Clearify the availability of nested <param>/<property> elements in <ant>/<antcall>.

14 lines of code changed in:

bodewig 2004-08-11 09:05

typo

1 lines of code changed in:

bodewig 2004-08-11 09:03

missing license

53 lines of code changed in:

jhm 2004-08-11 06:54

external Xclude task

89 lines of code changed in:

mbenson 2004-08-10 17:55

Allow DependScanner to use DirectoryScanner's basedir attribute.

PR: 30558

3 lines of code changed in:

stevel 2004-08-10 12:14

test fixup, I still think the csc tests are broken.

29 lines of code changed in:

  • src/etc/testcases/taskdefs/optional: dotnet.xml (+8 -3)
  • src/etc/testcases/taskdefs/optional/dotnet: example.cs (+10 -47), example2.cs (+10 -47)
  • src/testcases/org/apache/tools/ant/taskdefs: RmicTest.java (+1 -2)
stevel 2004-08-08 21:03

fixed the test failure, added a proper self contained test.



I have commented out the test that asserts that sourceTime==destTime implies up-to-dateness. This is an interesting problem. Filesys granularity gets in the way.

22 lines of code changed in:

jhm 2004-08-06 06:55

external JudoScript task

84 lines of code changed in:

stevel 2004-08-05 17:14

javadocs

22 lines of code changed in:

stevel 2004-08-05 17:13

more tests; 'default' compiler and "" has a well defined behaviour.

281 lines of code changed in:

stevel 2004-08-05 07:41

IDE stuck in a GPL license, thinking this was day-job code :)

15 lines of code changed in:

stevel 2004-08-04 22:03

rmic gets a fork option.



Most of the changes here are actually adding tests, which was surprisingly hard work.

294 lines of code changed in:

stevel 2004-08-04 19:55

I am still to test this.

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/dotnet: WsdlToDotnet.java (+1 -1)
stevel 2004-08-04 19:54

sneak in an explicit test of the new file utils timestamp comparison stuff

2 lines of code changed in:

bodewig 2004-08-04 14:35

Change output so that it doesn't look as if csc always compiles everything

4 lines of code changed in:

jhm 2004-08-04 07:48

29808. Clearify what 'external' means.

4 lines of code changed in:

stevel 2004-08-03 23:26

updated whatsnew

6 lines of code changed in:

stevel 2004-08-03 23:24

These changes will break Stefan's and my work builds, but they are for the better.



1. pull file/url stuff from the main class into another instance of the schema class.



2. added a makeURL flag that turns a file ref in a schema into a URL. v. useful for .net.



3. added a compiler enum and attr that lets you choose compiler. Compilers are microsoft|mono|microsoft-on-mono.



4. renamed parseableerrors to ideErrors.



5. dependency logic uses filesys granularity.



No tests for the compiler stuff, we need to think about how to do that.

257 lines of code changed in:

stevel 2004-08-03 23:19

Echo cleanup. Too much duplicate logic.

29 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Echo.java (+29 -22)
stevel 2004-08-03 23:18

1. some factoring out of the timestamp checks for even more reuse. That way the granularity logic can all go in one place.



2. a refactoring of close() to ignore exceptions. I made this static because I want to use it everywhere we close things in a finally clause. NB, note that all four methods would all be unified if the writer/reader/instream/outstream classes had a base class "Closeable" with method void close().



No, I have not refactored everything to use these yet.

95 lines of code changed in:

stevel 2004-08-03 23:16

The ide is fussy, so we dont have to be

2 lines of code changed in:

stevel 2004-08-03 23:12

little known facts about IA64. 64 bit pointers mean you run out heap twice as fast.

17 lines of code changed in:

bodewig 2004-08-03 08:52

fix case

1 lines of code changed in:

stevel 2004-08-02 23:03

wsdl.exe cant spell parseable.

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/dotnet: WsdlToDotnet.java (+1 -1)
stevel 2004-08-02 22:45

typo

1 lines of code changed in:

stevel 2004-08-02 22:44

A couple extra traces in the log for xml validate.

I wonder if we should include the full exception text on a parse failure, as it is often useful.

2 lines of code changed in:

stevel 2004-08-02 22:42

Now support for nested schemas as add ons. Will probably break mono, but the tests have been written so as not to expose that break.



Also: protocol, parseableErrors. These are WSE2.0 options.

225 lines of code changed in:

bodewig 2004-08-02 14:32

Add example regexp that maps from Java class files to the

corresponding source files.



Submitted by: Paul Galbraith <pgalbraith at trigoncanada dot com>

26 lines of code changed in:

jhm 2004-08-02 11:43

Article about 'buildfile' written in Java

42 lines of code changed in:

July 2004 »

Generated by StatSVN 0.3.2-SNAPSHOT