April 2005 Commit Log

Number of Commits:
78
Number of Active Developers:
9
alexeys 2005-04-30 02:31

Moved myself into correct session.

7 lines of code changed in:

alexeys 2005-04-30 00:16

Added myself into this file too.

3 lines of code changed in:

jglick 2005-04-29 21:18

Oops, correcting stupid mistake - had listed 'executable' attr to <javadoc> as part of the <tag> nested element

by accident. Unfortunately got into 1.6.3.

8 lines of code changed in:

jglick 2005-04-29 18:58

Removing some gratuitous XHTML-isms. They still break JavaHelp, alas, and the manual is anyway not even strictly

formatted plain HTML, much less XHTML.

341 lines of code changed in:

mbenson 2005-04-29 18:38

I'm so particular about capitalizing "Ant".

3 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Delete.java (+3 -4)
jglick 2005-04-29 18:14

Updates.

4 lines of code changed in:

jglick 2005-04-29 18:01

Minor HTML corrections.

6 lines of code changed in:

peterreilly 2005-04-29 08:40

change name of current release from 1.6.2 to 1.6.3

2 lines of code changed in:

alexeys 2005-04-29 01:56

Corrected email address.

1 lines of code changed in:

alexeys 2005-04-29 01:54

Added myself into contributors list.

3 lines of code changed in:

antoine 2005-04-28 14:45

Ant 1.6.3 release

103 lines of code changed in:

bodewig 2005-04-27 09:51

whitespace

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/compilers: Gcj.java (+1 -1)
bodewig 2005-04-27 09:44

Don't override includeJavaRuntime in gcj-adapter, PR 34638

7 lines of code changed in:

  • WHATSNEW (+6)
  • src/main/org/apache/tools/ant/taskdefs/compilers: Gcj.java (+1 -5)
peterreilly 2005-04-26 11:55

allow url'ed source's to be used as build files

0 lines of code changed in:

bodewig 2005-04-26 11:54

Make Jikes less upset

314 lines of code changed in:

bodewig 2005-04-26 08:10

2005

1 lines of code changed in:

stevel 2005-04-25 22:14

added a private constructor, to stop this being instantiated/subclassed.

6 lines of code changed in:

stevel 2005-04-25 22:13

javadoc

1 lines of code changed in:

peterreilly 2005-04-25 10:15

check for same targets in a source file

PR: 34566

55 lines of code changed in:

bodewig 2005-04-25 08:01

Make it well-formed

95 lines of code changed in:

bodewig 2005-04-25 08:00

Pointer to Ant Web Start Task

22 lines of code changed in:

bodewig 2005-04-25 07:56

Fix a few URLs

3 lines of code changed in:

bodewig 2005-04-25 07:55

Pointer to AntInstaller

29 lines of code changed in:

bodewig 2005-04-25 07:50

PMCs are no longer expected to touch archive.apache.org, don't clean up

0 lines of code changed in:

bodewig 2005-04-25 07:49

2005

2 lines of code changed in:

jkf 2005-04-23 11:09

Fixed minor threading issue in StreamPumper

11 lines of code changed in:

jkf 2005-04-22 20:24

PR: 34502

2 lines of code changed in:

jkf 2005-04-22 19:54

Somehat more intelligent way to let windows catch up in java test

PR: 34502

11 lines of code changed in:

  • src/etc/testcases/taskdefs: java.xml (+11 -9)
jkf 2005-04-22 19:16

time /t gives IOException / error=2 (file not found) on win XP home NL.

cmd.exe should be available on all NT versions.

3 lines of code changed in:

  • src/etc/testcases/taskdefs/exec: exec.xml (+3 -2)
mbenson 2005-04-22 16:35

duh

1 lines of code changed in:

stevel 2005-04-21 13:33

javadocs

4 lines of code changed in:

peterreilly 2005-04-21 11:27

just change the exception and not make a new exception

when hiding the macro

2 lines of code changed in:

peterreilly 2005-04-21 09:52

typeo

1 lines of code changed in:

peterreilly 2005-04-21 09:49

add backtrace attribute to <macrodef>

PR: 27219

76 lines of code changed in:

stevel 2005-04-20 20:26

mark a task use as <code>, wrap some lines.

7 lines of code changed in:

bodewig 2005-04-20 19:26

2005

1 lines of code changed in:

stevel 2005-04-20 18:18

nt->winnt

3 lines of code changed in:

  • docs/manual/CoreTasks: conditions.html (+1 -1)
  • src/etc/testcases/taskdefs/exec: exec.xml (+1 -1)
  • src/main/org/apache/tools/ant/taskdefs/condition: Os.java (+1 -1)
stevel 2005-04-19 22:30

add os and exec changes.

6 lines of code changed in:

stevel 2005-04-19 22:28

Now for the fun. Exec adds an osfamily attribute, so you can restrict execution to a platform such as nt, or unix. This propagates to execon, so into chmod, attrib, etc. We could therefore adapt them use osfamily as their way of being unix or windows only.

86 lines of code changed in:

stevel 2005-04-19 22:23

Os gets

-specific test for nt based systems

-refactored (less recursive) OS analysis

-constant strings for every family

Patched into chmod.

101 lines of code changed in:

  • docs/manual/CoreTasks: conditions.html (+3 -1)
  • src/main/org/apache/tools/ant/taskdefs: Chmod.java (+1 -1)
  • src/main/org/apache/tools/ant/taskdefs/condition: Os.java (+97 -25)
jkf 2005-04-19 20:57

Avoid using of CharacterIterator for URIs that do not contain %, as suggested in pr34529.

PR: 34529

14 lines of code changed in:

stevel 2005-04-19 19:26

flush any output before we run.

1 lines of code changed in:

jglick 2005-04-19 19:21

Noting a difference between <property file="..."/> and <loadproperties srcfile="..."/>.

2 lines of code changed in:

antoine 2005-04-19 05:22

Added missing dot at end of paragraph

1 lines of code changed in:

antoine 2005-04-19 05:10

ant.bat was missing runAntNoClasspath label for goto

PR: 34510

8 lines of code changed in:

antoine 2005-04-18 20:19

add at since tag for new method

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Zip.java (+1)
antoine 2005-04-18 20:09

Make Zip#createEmptyZip be called again when empty zips need to be created

(similar for overrides in superclasses)

26 lines of code changed in:

mbenson 2005-04-15 20:25

The refid attribute of the I/O redirector was not functional.

100 lines of code changed in:

bodewig 2005-04-15 08:10

Make sure we add a location when <java> fails

4 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Java.java (+4 -1)
bodewig 2005-04-14 11:16

Some assert tasks

0 lines of code changed in:

bodewig 2005-04-14 09:29

Major speed improvements on BZip2 streams.



PR: 24798

Submitted by: Joerg Wassmer <joerg dot wassmer at web dot de>

2345 lines of code changed in:

bodewig 2005-04-14 07:38

untabify

16 lines of code changed in:

stevel 2005-04-12 20:59

Java1.5 has different classes in the parent. i've blocked off the xml parser stuff; i worry if that is the right thing to do, but it adheres to the spec.

This may be something to go into 1.6.3

16 lines of code changed in:

stevel 2005-04-12 20:57

close a <tt>

1 lines of code changed in:

jkf 2005-04-12 17:49

Obtained from: Kev Jackson



Javadoc in ContainerMapper to contain lowercase code instead of uppercase code.

13 lines of code changed in:

mbenson 2005-04-12 17:19

Task.init() was called twice for most tasks.

PR: 34411

2 lines of code changed in:

mbenson 2005-04-12 17:18

When getting the real object from UE, do not call Task.init() on the Object

returned from ComponentHelper as init() has been called in createComponent().

PR: 34411

2 lines of code changed in:

bodewig 2005-04-11 09:31

merge fix for 27162

7 lines of code changed in:

bodewig 2005-04-11 08:41

Oops, forgot /reference:

1 lines of code changed in:

bodewig 2005-04-11 08:39

mcs on Linux doesn't like quotes in /references.



I guess it is a platform-depenent command line parsing issue rather

than Mono vs MS, so I madi it conditional on the OS.

27 lines of code changed in:

mbenson 2005-04-08 19:43

Add linecontains/linecontainsregexp negate attribute to WHATSNEW.

PR: 34374

Obtained from:

Submitted by:

Reviewed by:

4 lines of code changed in:

mbenson 2005-04-08 19:41

Add negate attribute to linecontains and linecontainsregexp filterreaders.

PR: 34374

144 lines of code changed in:

mbenson 2005-04-08 19:14

Lower-case HTML tags

604 lines of code changed in:

bruce 2005-04-07 23:42

Why not fix the comment while we are at it?

1 lines of code changed in:

mbenson 2005-04-07 22:22

Remove "strip-duplicates" behavior from; add condition behavior to, Length task.

333 lines of code changed in:

bruce 2005-04-07 19:59

Round NTFS Granularity up rather than down

1 lines of code changed in:

mbenson 2005-04-07 19:40

Remove stray semicolon.

PR: 34356

Submitted by: Jim Fuller

1 lines of code changed in:

mbenson 2005-04-07 19:33

Remove KeepGoingExecutor; keep-going responsibility is on each Executor impl.

PR: 22901

Submitted by: Alexey Solofnenko

Reviewed by: Matt Benson

0 lines of code changed in:

mbenson 2005-04-07 19:31

Add subproject Executor to Executor interface + its use to Project & Ant task.

Move keep-going awareness to Executors.

PR: 22901

Submitted by: Alexey Solofnenko

Reviewed by: Matt Benson

87 lines of code changed in:

jkf 2005-04-07 17:59

Made compilable on 1.2 / 1.3

10 lines of code changed in:

stevel 2005-04-07 17:08

ok, sometimes drift is -ve.

1 lines of code changed in:

stevel 2005-04-07 17:07

looking@why my junit reports are apparently an hour old. No fix, but -diagnostics now prints some clock info, and examines diffs between temp dir and local clock and complains if they are too different. (>10s, purely arbitrary)

26 lines of code changed in:

bruce 2005-04-06 23:14

Improved heuristics on file timestamp granularity by adding an NTFS category and checking for it

18 lines of code changed in:

mbenson 2005-04-06 15:49

Work around jdk 1.4.2(no _version) jarsigner bug.

20 lines of code changed in:

bodewig 2005-04-04 13:46

name hiding

13 lines of code changed in:

bodewig 2005-04-04 08:01

Announce Antidote's retirement

47 lines of code changed in:

bodewig 2005-04-04 07:40

Rename rpm's showoutput attribute to quiet, document it - Submitted by Zach Garner

32 lines of code changed in:

  • WHATSNEW (+1 -1)
  • docs/manual/OptionalTasks: rpm.html (+16 -5)
  • src/main/org/apache/tools/ant/taskdefs/optional: Rpm.java (+15 -15)
mbenson 2005-04-01 19:15

DD is opinionated!

2 lines of code changed in:

March 2005 »

Generated by StatSVN 0.3.2-SNAPSHOT