April 2003 Commit Log

Number of Commits:
174
Number of Active Developers:
10
ehatcher 2003-04-30 13:19

hopefully fix Gump

13 lines of code changed in:

jesse 2003-04-29 23:59

Switch to using regular collections instead of the deprecated XCollections

15 lines of code changed in:

jesse 2003-04-29 22:36

Update XDoclet and XJavaDoc (XJavaDoc is no longer a singleton)

2 lines of code changed in:

ehatcher 2003-04-29 19:42

migrated Ant XDoclet code here, to maintain it easier

1600 lines of code changed in:

bodewig 2003-04-29 14:16

Minor doc changes and optimizations

5 lines of code changed in:

bodewig 2003-04-29 13:27

A more defensive approach to PR: 14849, keep things as they've been

unless we are using JProbe 4+.

17 lines of code changed in:

bodewig 2003-04-29 13:16

From the JDK tool-docs for javac of JDK 1.4:



> An argument file can include javac options and source filenames in

> any combination. The arguments within a file can be space-separated

> or newline-separated.



that means, file names must be quoted if they contain spaces. No idea

whether this is true for JDK 1.2 or 1.3 as well (1.1 doesn't support

@argfile).



PR: 10499

32 lines of code changed in:

jesse 2003-04-29 00:07

Merge file for <property>

57 lines of code changed in:

  • proposal/xdocs/src/org/apache/tools/ant/taskdefs: Property.xml (new 57)
antoine 2003-04-28 21:44

added a basic install-lite target

7 lines of code changed in:

antoine 2003-04-28 21:40

brought in sync with main branch

315 lines of code changed in:

  • proposal/sandbox/antlib/src/main/org/apache/tools/ant/taskdefs: Ant.java (+315 -117)
jesse 2003-04-28 16:45

Update the versions of XDoclet and XJavaDoc

0 lines of code changed in:

jesse 2003-04-28 15:46

Fix javadocs comments and add new @ant.attribute tags for xdocs

134 lines of code changed in:

bodewig 2003-04-28 12:42

Only tasks should be case-sensitive inside TaskContainers - simply the

code a little.

20 lines of code changed in:

bodewig 2003-04-28 12:22

Disabled the test by accident

0 lines of code changed in:

bodewig 2003-04-28 12:19

Enable mixed-case task names inside task-containers while trying to

keep backwards compatibility for all other cases (all "normal" nested

element names get converted to lower case).



PR: 19323

62 lines of code changed in:

bodewig 2003-04-28 10:30

Demonstrate bug 19323



Submitted by: Jim Scarborough <jimes at hiwaay dot net>

18 lines of code changed in:

bodewig 2003-04-28 10:07

output file must be specified as argument for JProbe 4.x.



PR: 14849

3 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/sitraka: CovMerge.java (+3 -2)
bodewig 2003-04-28 08:50

New German language book on Ant.



Submitted by: Jan Materne <Jan dot Materne at rzf dot fin dash nrw dot de>

90 lines of code changed in:

antoine 2003-04-27 20:16

fixed 2 javadoc typos

2 lines of code changed in:

  • proposal/sandbox/antlib/src/main/org/apache/tools/ant: SymbolTable.java (+2 -2)
antoine 2003-04-27 07:39

add a link to zipfileset in the section about types supporting references

2 lines of code changed in:

antoine 2003-04-27 07:38

fix a typo equivalent not euqivalent

1 lines of code changed in:

jesse 2003-04-25 21:10

Fix the javadoc comments and add @ant.attribute tags for xdocs documentation generation

50 lines of code changed in:

jesse 2003-04-25 14:21

1 more @tag to ignore

1 lines of code changed in:

jesse 2003-04-25 14:16

Add 2 new @tags that should be ignored by <javadoc>

2 lines of code changed in:

jesse 2003-04-25 14:11

Add some new @tags for xdocs

38 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Property.java (+38 -23)
jesse 2003-04-25 14:09

Generate attribute requirements

40 lines of code changed in:

bodewig 2003-04-25 13:17

Fix broken link

4 lines of code changed in:

bodewig 2003-04-24 13:02

<unzip> can now deal with self-extracting archives.



PR: 16213

Submitted by: Jason Salter <jasonsalter at hotmail dot com>

57 lines of code changed in:

bodewig 2003-04-24 09:37

More code reuse

2 lines of code changed in:

bodewig 2003-04-24 09:27

More code reuse

6 lines of code changed in:

bodewig 2003-04-24 09:11

Properly deal with multi-byte encodings by reusing existing code that does.



PR: 19187

4 lines of code changed in:

bodewig 2003-04-23 16:00

Keep track of changes

2 lines of code changed in:

bodewig 2003-04-23 15:57

Improve OS/2 support:



* Apparently the vmlauncher in OS/2's JDK 1.3 doesn't work properly,

disable it.



* Add REXX scripts to run Ant.



* Add OS/2 specific notes to the docs.



Submitted by: Zdenek Wagner <wagner at cesnet dot cz>

391 lines of code changed in:

umagesh 2003-04-23 15:12

Enable previously disabled head-tail tests.

Make StripJavaComments recognize and retain Mac line endings.



PR: 18476



Submitted by: peter.reilly@corvil.com (peter reilly)

29 lines of code changed in:

bodewig 2003-04-23 15:03

Make Definer use the new ClasspathUtils, make ClasspathUtils even more

reuse-friendly.



PR: 19213

Submitted by: Marc Portier <mpo at apache dot org>

341 lines of code changed in:

antoine 2003-04-23 07:20

fix ZipFileSet#getRef for referenced ZipFileSets

5 lines of code changed in:

bodewig 2003-04-23 06:34

Add testcase for containsregexp selector.



Submitted by: Jay <jvandermeer2 at comcast dot net>

77 lines of code changed in:

antoine 2003-04-22 23:33

fix because of class cast exception detected

4 lines of code changed in:

antoine 2003-04-22 23:16

avoid backward compatibility problems for lib attribute of war task, so relax ZipFileSet#getRef

12 lines of code changed in:

  • src/etc/testcases/taskdefs: war.xml (+1 -1)
  • src/main/org/apache/tools/ant/types: ZipFileSet.java (+11 -10)
antoine 2003-04-22 22:12

allow to set a property with the exit code of java bugrep 19099 submitted by Donal Quinlan (donal at savvion dot com)

74 lines of code changed in:

  • docs/manual/CoreTasks: java.html (+18 -1)
  • src/etc/testcases/taskdefs: java.xml (+21)
  • src/main/org/apache/tools/ant/taskdefs: Java.java (+24)
  • src/testcases/org/apache/tools/ant/taskdefs: JavaTest.java (+11 -1)
umagesh 2003-04-22 18:23

filter readers modify lineendings.



PR: 18476



Submitted by: peter.reilly@corvil.com (peter reilly)

357 lines of code changed in:

bodewig 2003-04-22 15:31

Some improvements on "you need cvs in your PATH".



Submitted by: Chris Reeves <chris.reeves@mindspring.com>

9 lines of code changed in:

bodewig 2003-04-22 07:38

Update Antenna's description.



Submitted by: Joerg Pleumann <joerg at pleumann dot de>

22 lines of code changed in:

bodewig 2003-04-22 07:35

2003

19 lines of code changed in:

antoine 2003-04-21 21:47

further cleanup

2 lines of code changed in:

  • proposal/sandbox/antlib/src/main/org/apache/tools/ant: Project.java (+2 -1)
antoine 2003-04-21 20:12

new README file for antlib

0 lines of code changed in:

  • proposal/sandbox/antlib: README (new)
antoine 2003-04-21 20:03

make antlib work

286 lines of code changed in:

antoine 2003-04-21 16:48

removed 4 duplicate Visual Source Safe tasks

0 lines of code changed in:

jesse 2003-04-21 14:27

More javadoc warning fixes

3 lines of code changed in:

jesse 2003-04-21 14:26

Fix javadoc warnings

20 lines of code changed in:

jesse 2003-04-21 07:07

Syntax error

PR: 19186

Submitted by: Chris Reeves

1 lines of code changed in:

antoine 2003-04-21 06:36

adding index entries for subant bugrep 19181

6 lines of code changed in:

jesse 2003-04-21 01:08

StarTeam performance enhancement

PR: 15730

Submitted by: Steve Cohen

73 lines of code changed in:

antoine 2003-04-19 17:10

make the WarTest pass

1 lines of code changed in:

  • src/etc/testcases/taskdefs: war.xml (+1 -1)
conor 2003-04-18 23:40

Import cleanup

0 lines of code changed in:

antoine 2003-04-18 22:36

keep WHATSNEW up to date

18 lines of code changed in:

antoine 2003-04-18 22:02

allow to define ZipFileSet(s) outside of Zip task bugrep 17007

231 lines of code changed in:

antoine 2003-04-17 17:09

add international support for mailtask - bug report 15434

199 lines of code changed in:

bodewig 2003-04-17 13:41

Add linksource attribute to Javadoc.



Submitted by: <smagoun at mac dot com>



Add breakiterator attribute to Javadoc.



PR: 11569

55 lines of code changed in:

bodewig 2003-04-17 13:09

Add destfile attribute to <gzip> and <bzip2>.



PR: 11102

24 lines of code changed in:

conor 2003-04-17 04:50

Improve event dispatch performance (OK because we are using a cloned

list of listeners)



PR: 19101

Submiitted By: smagoun from mac.com

15 lines of code changed in:

conor 2003-04-16 15:22

Updated 1.5.3 download to remove spurious junit.jar

60 lines of code changed in:

jesse 2003-04-16 15:20

Missed updated testcase in previous commit

40 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/vss: MSVSSTest.java (+40 -7)
bodewig 2003-04-16 13:02

Enable <antlr>'s debug attribute.



PR: 19051

Submitted by: Jorge <jorgemanrubia at terra dot es>

9 lines of code changed in:

bodewig 2003-04-16 12:56

Correctly echo selected properties.



PR: 18588

Submitted by: Gary Gregory <ggregory at seagullsw dot com>

5 lines of code changed in:

bodewig 2003-04-16 12:44

Documentation for the image task.



PR: 19055

Submitted by: Jan Mat?rne <jan at materne dot de>

216 lines of code changed in:

bodewig 2003-04-16 08:04

Typos

2 lines of code changed in:

bodewig 2003-04-16 07:54

The contributors list is supoosed to be sorted - I think the locale

for collation is en_US, not sure ;-)



regen site to give Jesse and Antoine a chance to appear on the web

(you need to run ant -f docs.xml after changing the XML sources).

17 lines of code changed in:

chrisw 2003-04-16 03:38

Changing employers again. Trying to avoid spam... Added Wolf and myself (after more then 2 years passed 8-)) to manual credits.

7 lines of code changed in:

antoine 2003-04-15 19:56

fix bugrep 17257 build.sh install problem under cygwin

3 lines of code changed in:

antoine 2003-04-15 19:16

fix bugrep 18956 p4change task causes build to hang

3 lines of code changed in:

umagesh 2003-04-15 17:23

Refactor static method into a non-static version.

198 lines of code changed in:

umagesh 2003-04-15 15:21

HeadTailTest reportedly fails on Mac OS-X and Linux. A correct solution is probably to address PR 18476. Acknowledging this issue while working on a fix.

1 lines of code changed in:

jesse 2003-04-15 15:12

Make it work with JDK 1.2

3 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/vss: MSVSS.java (+3 -3)
antoine 2003-04-15 13:30

Add myself to contributors list

4 lines of code changed in:

bodewig 2003-04-15 13:19

Beanshell and Apache BSF don't like each other. As the test is going

to use Javascript anyway, the check whether scripting is available

should do so, too. In particular, the test will now checke whether

Rhino is there, which the old test didn't.



Remove excess logging that lead me to think the test was failing

instead of skipped.

1 lines of code changed in:

bodewig 2003-04-15 11:08

Make breadcrumbs work on IE 5 for MacOS.



Submitted by: fritz <fritz at lateral dot net>

10 lines of code changed in:

bodewig 2003-04-15 06:03

It's me again, erm, 2003, I mean.

4 lines of code changed in:

jesse 2003-04-15 04:58

Make javadoc happy

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/sos: SOSCheckin.java (+1 -1)
jesse 2003-04-15 04:28

Update the manual to reflect new attributes

68 lines of code changed in:

  • docs/manual/OptionalTasks: vss.html (+68 -1)
jesse 2003-04-15 04:26

Add ability to overwrite or skip writable files during 'get latest' or 'checkout'

Add ability to specify timestamps for files retrieved during 'get latest' or 'checkout'

Fix label length issues

Other minor fixes unearthed after major refactoring of VSS tasks



PR: #11562 #8451 #4387 #12793 #14174 #13532 #14463

Submitted by: Nigel Magnay, Keying Xi, and others

313 lines of code changed in:

jesse 2003-04-15 03:34

Better detection of classes passed as method params like 'System.out.println(Outer.Inner.class);'

PR: 13273

76 lines of code changed in:

umagesh 2003-04-14 19:28

Update Release history.

15 lines of code changed in:

umagesh 2003-04-14 19:27

Provide ability to override selection of files to be transformed.

2 lines of code changed in:

umagesh 2003-04-14 19:17

1.5.2 -> 1.5.3

5 lines of code changed in:

umagesh 2003-04-14 18:43

Note on addition of six clearcase tasks.

2 lines of code changed in:

umagesh 2003-04-14 18:42

6 New ClearCase Tasks Created



PR: 17408



Submitted by: spkane@genomatica.com (Sean P. Kane)

2865 lines of code changed in:

umagesh 2003-04-14 18:07

&quote; -> &quot;

1 lines of code changed in:

umagesh 2003-04-14 18:02

New tokenfilter for filterchain



PR: 18312



Submitted by: peter.reilly@corvil.com (peter reilly)

2236 lines of code changed in:

umagesh 2003-04-14 17:21

Call setproject for all created objects.



PR: 18312



Submitted by: peter.reilly@corvil.com (peter reilly)

62 lines of code changed in:

umagesh 2003-04-14 15:41

Adding a new attribute is not a bug...

3 lines of code changed in:

umagesh 2003-04-14 15:37

New "skip" attribute for HeadFilter and TailFilter



PR: 18849



Submitted by: jan@materne.de (Jan Mat?rne)

635 lines of code changed in:

conor 2003-04-14 15:01

typo

1 lines of code changed in:

conor 2003-04-14 14:47

More cleanup

66 lines of code changed in:

jesse 2003-04-14 14:37

Add myself to the list as a test of write access

5 lines of code changed in:

bodewig 2003-04-14 14:30

Better explain what we mean with "must verify using signatures from

main site".



Submitted by: Matt Benson <gudnabrsam at yahoo dot com>

24 lines of code changed in:

conor 2003-04-14 11:58

style fixes

110 lines of code changed in:

bodewig 2003-04-14 11:47

Argh

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/compilers: Jikes.java (+1 -1)
bodewig 2003-04-14 11:42

Fix javadoc typos

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Redirector.java (+1 -1)
  • src/main/org/apache/tools/ant/taskdefs/compilers: Jikes.java (+1 -1)
bodewig 2003-04-14 07:53

Add a new containsregexp selector.



Submitted by: Jay van der Meer <jvandermeer2 at comcast dot net>

261 lines of code changed in:

bodewig 2003-04-14 07:06

Utility class to centralize all classloader and "instante from custom

classloader" related actions.



PR: 18906

Submitted by: Marc Portier <mpo at apache dot org>

241 lines of code changed in:

stevel 2003-04-14 05:26

moving to httpclient, slowly

39 lines of code changed in:

  • proposal/sandbox/httptasks: build.xml (new 39)
bodewig 2003-04-11 13:54

More syncing of the antlib proposal with the main code line.



Submitted by: Antoine Levy-Lambert <levylambert at tiscali dash dsl dot de>

57 lines of code changed in:

bodewig 2003-04-11 13:31

Indicate default for update attribute, Bug 18949

6 lines of code changed in:

costin 2003-04-10 19:14

Patch from Lo??c P??ron <loic.peron@bigfoot.com> to compile against ant153

5 lines of code changed in:

bodewig 2003-04-10 10:45

Use MARC as our primary archive link until dlr finds time to breathe.

23 lines of code changed in:

bodewig 2003-04-10 06:49

Spread the word

4 lines of code changed in:

bodewig 2003-04-10 06:47

Simplify build file, now that JDK 1.2 is a given

15 lines of code changed in:

bodewig 2003-04-10 06:37

Fix <signjar>'s documentation (jar attribute is not required).



PR: 18876



At the same time fix the broken "do I have fileset child elements"

check and warn users if nested filesets are ignored.

14 lines of code changed in:

bodewig 2003-04-10 06:11

testlet has moved again

2 lines of code changed in:

bodewig 2003-04-09 15:37

Don't die on empty values.



PR: 18625

7 lines of code changed in:

bodewig 2003-04-09 15:28

Demonstrate bug 18625

64 lines of code changed in:

bodewig 2003-04-09 14:31

Clarify docs

12 lines of code changed in:

bodewig 2003-04-09 14:23

There is no bug

2 lines of code changed in:

bodewig 2003-04-09 14:02

Demonstrate bug 18670

11 lines of code changed in:

bodewig 2003-04-09 13:36

Make <javah> work on JDK 1.4.2.



PR: 18667

Submitted by: James Allers <jallers at advancedreality dot com>

27 lines of code changed in:

bodewig 2003-04-09 13:15

Provide user control over Statement's escape processing.



PR: 18822

29 lines of code changed in:

bodewig 2003-04-09 12:47

Keep record of fixed bugs

3 lines of code changed in:

bodewig 2003-04-09 12:46

Don't defer setting of default excludes for the implicit fileset,

thereby making <tar basedir="..."> and <zip basedir="..."> honor this

attribute.



PR: 18637

1 lines of code changed in:

conor 2003-04-09 03:05

Fix link - oops

4 lines of code changed in:

conor 2003-04-09 01:44

Ant 1.5.3 release

184 lines of code changed in:

bodewig 2003-04-08 13:04

FAQ about the broken zip task in 1.5.2

45 lines of code changed in:

bodewig 2003-04-08 12:42

Add pointer to JMX4Ant.



Submitted by: Jan.Materne@rzf.fin-nrw.de

83 lines of code changed in:

bodewig 2003-04-07 16:05

Document <input>'s defaultvalue attribute.



PR: 18717

Submitted by: Jan Mat?rne <jan at materne dot de>

17 lines of code changed in:

conor 2003-04-07 14:47

Remove duplication in Parallel

19 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Parallel.java (+19 -82)
bodewig 2003-04-07 06:37

Article has been removed.



Submitted by: Jayakrishnan Nair

0 lines of code changed in:

conor 2003-04-06 09:30

Fix up handling of TaskContainer configuration.

58 lines of code changed in:

rubys 2003-04-05 01:28

Replace unprintable character (x'a0') with a space

1 lines of code changed in:

bodewig 2003-04-04 14:04

Add license

53 lines of code changed in:

bodewig 2003-04-04 14:03

Remove stray character

1 lines of code changed in:

conor 2003-04-04 13:53

New task container test, which fails. This doesn't fail as badly

under 1.5.x but nevertheless is not functional

75 lines of code changed in:

bodewig 2003-04-04 13:51

Avoid reusing StringBuffers to work around JDK 1.4.1 memory leak.



I'm sure that my changes in most cases are of the paranoid type,

ResourceUtils and FixCRLF look as if they really had a chance of

running into trouble.

41 lines of code changed in:

bodewig 2003-04-04 13:02

Remove stray CRs

3 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/perforce: P4Fstat.java (+3 -2)
bodewig 2003-04-04 09:08

Make <javacc> and <jjtree> work with JavaCC version 3.x.



PR: 18664

Submitted by: Jene Jasper <jjasper at abz dot nl>

126 lines of code changed in:

bodewig 2003-04-04 08:50

Sync docs with new functionality.



Submitted by: Rob Anderson <Anderson dot Rob at vectorscm dot com>

8 lines of code changed in:

  • docs/manual/CoreTasks: sql.html (+8 -1)
bodewig 2003-04-04 08:36

Speed up <junitreport> by buffering output.



Vastly reduce memory requirements of DOMElementWriter on JDK 1.4.1 by

using the workaround for JDK 1.4.1's StringBuffer#toString memory leak

(JDC BugParade Bug 4724129).



PR: 18504

Submitted by: Andrus Adamchik <mensk at users dot sourceforge dot net>

13 lines of code changed in:

conor 2003-04-04 04:21

Regen other pages

21 lines of code changed in:

conor 2003-04-04 04:19

KHTML does not right align table cells

2 lines of code changed in:

conor 2003-04-04 03:58

More CSS - less tables

859 lines of code changed in:

bodewig 2003-04-03 15:49

Apply some reflection to become JDepend version independent

49 lines of code changed in:

conor 2003-04-03 14:44

Fix up handling of input in nested builds.



PR: 18642

13 lines of code changed in:

  • src/main/org/apache/tools/ant: Project.java (+12 -1)
  • src/main/org/apache/tools/ant/taskdefs: Ant.java (+1)
bodewig 2003-04-03 08:48

Add support for JProbe 4.x.



PR: 14849

43 lines of code changed in:

bodewig 2003-04-03 06:41

Improve standards compliance of created index.



PR: 16972

31 lines of code changed in:

bodewig 2003-04-03 06:06

Demonstrate bug 16972

1 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs: JarTest.java (+1 -1)
conor 2003-04-03 04:14

Regen all files

105 lines of code changed in:

conor 2003-04-03 04:13

More CSS based layout

16 lines of code changed in:

conor 2003-04-03 04:00

Menu now rendered with CSS

1717 lines of code changed in:

conor 2003-04-03 00:41

Remove footer table

1425 lines of code changed in:

bodewig 2003-04-02 16:20

Make sure that streams get closed

60 lines of code changed in:

  • src/etc/testcases/taskdefs: jar.xml (+4 -2)
  • src/testcases/org/apache/tools/ant/taskdefs: JarTest.java (+56 -9)
bodewig 2003-04-02 16:19

2003

1 lines of code changed in:

bodewig 2003-04-02 16:01

Ignore index lists found when creating a jar with index="on".



PR: 10262

7 lines of code changed in:

bodewig 2003-04-02 15:53

Demonstrate bug 10262

25 lines of code changed in:

  • src/etc/testcases/taskdefs: jar.xml (+8)
  • src/testcases/org/apache/tools/ant/taskdefs: JarTest.java (+17)
conor 2003-04-02 15:21

Enable test for task container property setting

0 lines of code changed in:

bodewig 2003-04-02 14:53

Don't hardcode /usr/bin/env for Unix.



PR: 17642

19 lines of code changed in:

bodewig 2003-04-02 14:26

Use a class that's only in antlrall.jar to add the "real" jar to our

classpath.



PR: 17807

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional: ANTLR.java (+2 -2)
bodewig 2003-04-02 12:42

Initial refactoring to address 14849

34 lines of code changed in:

bodewig 2003-04-02 12:00

Add <classespath> nested element to mirror <sourcespath> but point to

compiled classes.



Add <exclude> nested element to conditionally exclude packages from

being parsed.



PR: 17134

Submitted by: Bob Hays <electricbob at alephnaught dot com>

179 lines of code changed in:

conor 2003-04-02 11:43

Tweak the handling of config of tasks in task containers.

Tasks in task containers are not configured until they are used.

Other elements in Task containers (which is now supported by 1.6)

will be configured when the task container itself is configured.



Remove override in Sequential as it is no longer necessary

7 lines of code changed in:

conor 2003-04-02 08:17

Eliminate a few more tables for layout

30 lines of code changed in:

bodewig 2003-04-02 06:24

2003

2 lines of code changed in:

conor 2003-04-02 05:29

Remove some tables from HTML and use CSS for layout instead.

More to come

1028 lines of code changed in:

conor 2003-04-01 15:34

Defer configuration of TaskContainer's tasks. This forces Tasks to get

configured just prior to execution picking up latest property values

etc.

5 lines of code changed in:

conor 2003-04-01 14:59

Change reporting of problems creating elements within Task containers to

say that the container does not support the given nested element.

15 lines of code changed in:

bodewig 2003-04-01 14:44

Recompile grammar if supergrammar has changed.



PR: 12961

27 lines of code changed in:

bodewig 2003-04-01 14:33

demonstrate bug 12961

48 lines of code changed in:

  • src/etc/testcases/taskdefs/optional/antlr: antlr.xml (+19)
  • src/main/org/apache/tools/ant/taskdefs/optional: ANTLR.java (+7 -2)
  • src/testcases/org/apache/tools/ant/taskdefs/optional: ANTLRTest.java (+22)
bodewig 2003-04-01 13:47

Fix ANTLR's test8 testcase.

26 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional: ANTLR.java (+26 -3)
bodewig 2003-04-01 13:29

Remove redundant classes

6 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/junit: JUnitTestRunner.java (+4 -29)
  • src/main/org/apache/tools/ant/taskdefs/optional/ssh: SSHExec.java (+2 -62)
bodewig 2003-04-01 13:09

Compile, then commit!

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/ssh: SSHExec.java (+1 -1)
bodewig 2003-04-01 13:05

Don't say milliseconds when you mean seconds

5 lines of code changed in:

  • docs/manual/OptionalTasks: sshexec.html (+1 -1)
  • src/main/org/apache/tools/ant/taskdefs/optional/ssh: SSHExec.java (+4 -4)
bodewig 2003-04-01 13:01

Make <sshexec> wait for the remote command to finish.



Requires jsch-0.1.3 to work.



Submitted by: Dale Anson <danson at germane dash software dot com>

218 lines of code changed in:

bodewig 2003-04-01 11:38

Part 2 of Antoine's patch

31 lines of code changed in:

  • proposal/sandbox/antlib/src/main/org/apache/tools/ant/taskdefs: Antjar.java (+6 -8), Antlib.java (+25 -31)
bodewig 2003-04-01 11:35

Sync with main code line

857 lines of code changed in:

conor 2003-04-01 11:25

Small cleanup

27 lines of code changed in:

bodewig 2003-04-01 10:54

ANTLR 2.7.2 creates two files, PR 17807

20 lines of code changed in:

  • src/etc/testcases/taskdefs/optional/antlr: antlr.xml (+15 -19)
  • src/testcases/org/apache/tools/ant/taskdefs/optional: ANTLRTest.java (+5 -5)

March 2003 »

Generated by StatSVN 0.3.2-SNAPSHOT