cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs GetTest.java

2005-02-25 Thread mbenson
mbenson 2005/02/25 15:15:16 Modified:src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH Get.java .Tag: ANT_16_BRANCH WHATSNEW src/etc/testcases/taskdefs Tag: ANT_16_BRANCH get.xml src/testcases/org/apache

cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs GetTest.java

2005-02-25 Thread mbenson
mbenson 2005/02/25 15:07:19 Modified:src/testcases/org/apache/tools/ant/taskdefs GetTest.java Log: Year Revision ChangesPath 1.13 +1 -1 ant/src/testcases/org/apache/tools/ant/taskdefs/GetTest.java Index: GetTest.java =

Re: cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs GetTest.java

2005-02-25 Thread Matt Benson
This caused LibrariesTest to fail--that's how I found it, since Get didn't have a test for this. In the course of this I also discovered that if the date on the local file is approx. = or > than the URL time, the download is performed anyway. I am already making the check for Java 1.2 in the Get

cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs GetTest.java

2005-02-25 Thread mbenson
mbenson 2005/02/25 14:23:07 Modified:.WHATSNEW src/main/org/apache/tools/ant/taskdefs Get.java src/etc/testcases/taskdefs get.xml src/testcases/org/apache/tools/ant/taskdefs GetTest.java Log: get with usetimestamp did not work on J

Video Game written in Ant 1.6 and Ant-Contrib

2005-02-25 Thread Stefan Bodewig
I simply must share that http://jonaquino.blogspot.com/2005/02/first-video-game-written-in-ant.html Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Duplicate Class Error when Re-using Javac Task

2005-02-25 Thread Stefan Bodewig
On Fri, 25 Feb 2005, Robert Virkus <[EMAIL PROTECTED]> wrote: > The background of this is that I have a preprocessor that creates > different source code versions of the same project, which are then > compiled by the org.apache.tools.ant.taskdefs.Javac task. I use and > set different directories f

Re: Duplicate Class Error when Re-using Javac Task

2005-02-25 Thread Stefan Bodewig
On Fri, 25 Feb 2005, Dominique Devienne <[EMAIL PROTECTED]> wrote: > This has been discussed in the past Robert, i.e. can one assume a > task that a task is safe to re-execute more than once with slightly > different parameters. I don't recall the answer, It would go along "we try our best to mak

RE: Duplicate Class Error when Re-using Javac Task

2005-02-25 Thread Dominique Devienne
This has been discussed in the past Robert, i.e. can one assume a task that a task is safe to re-execute more than once with slightly different parameters. I don't recall the answer, but I do recall than at least one task was made safer to re-execution. In your case, the safest might be to get at

cvs commit: ant/src/main/org/apache/tools/ant/launch Launcher.java

2005-02-25 Thread peterreilly
peterreilly2005/02/25 10:57:35 Modified:src/main/org/apache/tools/ant Tag: ANT_16_BRANCH Main.java src/main/org/apache/tools/ant/launch Tag: ANT_16_BRANCH Launcher.java Log: sync up support for -noclasspath and -nouserlib Revision Changes

Re: Duplicate Class Error when Re-using Javac Task

2005-02-25 Thread Robert Virkus
Hi Martin, sorry, I forgot to mention that - fork does not help neither. Thanks, Robert On Friday 25 February 2005 18:51, Martin Gainty wrote: > Robert > Did you enable the javac task fork="true" > Viel Gluck, > Martin- > - Original Message - > From: "Robert Virkus" <[EMAIL PROTECTED

Re: Duplicate Class Error when Re-using Javac Task

2005-02-25 Thread Martin Gainty
Robert Did you enable the javac task fork="true" Viel Gluck, Martin- - Original Message - From: "Robert Virkus" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Friday, February 25, 2005 11:13 AM Subject: Duplicate Class Error when Re-using Javac Task Hi everyone,

Duplicate Class Error when Re-using Javac Task

2005-02-25 Thread Robert Virkus
Hi everyone, I'd like to re-use a Javac-task from within my own task but I always get "duplicate class: ClassName"-errors when I compile the second set of source code files. The background of this is that I have a preprocessor that creates different source code versions of the same project, wh

cvs commit: ant/src/etc/testcases/taskdefs zip.xml

2005-02-25 Thread bodewig
bodewig 2005/02/25 07:22:20 Modified:src/etc/testcases/taskdefs zip.xml Log: cleanup Revision ChangesPath 1.19 +1 -0 ant/src/etc/testcases/taskdefs/zip.xml Index: zip.xml === RCS file: /hom

cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs/condition ParserSupportsTest.java

2005-02-25 Thread bodewig
bodewig 2005/02/25 05:15:42 Modified:src/testcases/org/apache/tools/ant DirectoryScannerTest.java src/testcases/org/apache/tools/ant/taskdefs/condition ParserSupportsTest.java Log: I don't see the debug output in the Kaffe Gump run, try it uncon

Re: AW: 1.7 release timetable & features.

2005-02-25 Thread James Fuller
Steve Loughran wrote: [EMAIL PROTECTED] wrote: - manual needs some pretty generous scrubbing and reorganisation (note: not a fan of any of task styles used...ex. WhichResource) and generally a fresher look and feel. WhichResource is one of the xdoclet generated docs. New velocity/XSLT can impro

Re: (was Re: 1.7 release timetable & features.)

2005-02-25 Thread Stefan Bodewig
On Fri, 25 Feb 2005, Peter Reilly <[EMAIL PROTECTED]> wrote: > Stefan Bodewig wrote: > >>On Thu, 24 Feb 2005, Peter Reilly <[EMAIL PROTECTED]> wrote: >> >> >> >>> * to allow adding of jars to the current >>> classloader (would solve a *lot* of problems at the cost of >>> some issues) >>>

cvs commit: ant WHATSNEW

2005-02-25 Thread stevel
stevel 2005/02/25 03:34:10 Modified:.WHATSNEW Log: parsersupport Revision ChangesPath 1.757 +3 -0 ant/WHATSNEW Index: WHATSNEW === RCS file: /home/cvs/ant/WHATSNEW,v retrieving re

cvs commit: ant/docs/manual/CoreTasks conditions.html

2005-02-25 Thread stevel
stevel 2005/02/25 03:32:35 Modified:src/main/org/apache/tools/ant/types defaults.properties docs/manual/CoreTasks conditions.html Added: src/etc/testcases/taskdefs/conditions parsersupports.xml src/main/org/apache/tools/ant/taskdefs/condition

Re: (was Re: 1.7 release timetable & features.)

2005-02-25 Thread Peter Reilly
Stefan Bodewig wrote: On Thu, 24 Feb 2005, Peter Reilly <[EMAIL PROTECTED]> wrote: * to allow adding of jars to the current classloader (would solve a *lot* of problems at the cost of some issues) http://issues.apache.org/bugzilla/show_bug.cgi?id=28228 I'm willing to not cast a -1

[GUMP@brutus]: Project test-ant-no-xerces (in module ant) failed

2005-02-25 Thread Gump Integration Build
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project test-ant-no-xerces has an issue affecting its community integration. This issue a

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/javacc JJDoc.java JJTree.java JavaCC.java

2005-02-25 Thread bodewig
bodewig 2005/02/25 02:58:52 Modified:src/main/org/apache/tools/ant/taskdefs/optional/javacc JJDoc.java JJTree.java JavaCC.java Log: fix name-hiding and style by Kev Jackson Revision ChangesPath 1.13 +10 -6 ant/src/main/org/apache/tools/an

[Patch] JavaCC, more name hiding etc

2005-02-25 Thread Kev Jackson
- name hiding - unused imports - old/commented code Index: JJDoc.java === RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/javacc/JJDoc.java,v retrieving revision 1.12 diff -u -r1.12 JJDoc.java --- JJDoc.j

cvs commit: ant/xdocs contributors.xml

2005-02-25 Thread bodewig
bodewig 2005/02/25 01:57:38 Modified:docs contributors.html xdocscontributors.xml Log: Move inactive committers to Emeriti section. Revision ChangesPath 1.56 +66 -66ant/docs/contributors.html Index: contributors.html

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/extension Extension.java ExtensionSet.java ExtensionUtil.java JarLibManifestTask.java JarLibResolveTask.java Specification.java

2005-02-25 Thread bodewig
bodewig 2005/02/25 01:51:33 Modified:src/main/org/apache/tools/ant/taskdefs/optional/extension Extension.java ExtensionSet.java ExtensionUtil.java JarLibManifestTask.java JarLibResolveTask.java Specification.java L

Re: Some tests fail when we use Crimson (i.e. JDK 1.4)

2005-02-25 Thread Steve Loughran
Stefan Bodewig wrote: * org.apache.tools.ant.taskdefs.optional.SchemaValidateTest well, Crimson doesn't support XSD. Is there any way to detect whether a parser supports XSD from within the build file and skip the test? Should the test pass gracefully? * org.apache.tools.ant.taskdefs.optional.XmlVa

DO NOT REPLY [Bug 28046] - Ant includes JARs in working directory

2005-02-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 28046] - Ant includes JARs in working directory

2005-02-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Some tests fail when we use Crimson (i.e. JDK 1.4)

2005-02-25 Thread Stefan Bodewig
... expect the first Gump nag mail in about three hours 8-) After I've added test-ant-no-xerces we find some places where we are either Xerces centric or expect things to work where Crimson isn't good enough. The whole project passed on JDK 1.5, so we are pretty save there. Things failing on pla

[Patch] extensions - use StringUtils, name hiding, some Javadoc

2005-02-25 Thread Kev Jackson
- reduced LOC - name hiding - some JavaDoc spelling fixes - use of StringUtils.LINE_SEP - List not ArrayList for methods (use interface not concrete class suggestion from PMD) Kev Index: Extension.java === RCS file: /home/cvspublic/

cvs commit: ant WHATSNEW

2005-02-25 Thread stevel
stevel 2005/02/24 16:33:01 Modified:docs/manual/CoreTasks fixcrlf.html src/etc/testcases/taskdefs/fixcrlf build.xml src/main/org/apache/tools/ant/taskdefs FixCRLF.java src/testcases/org/apache/tools/ant/taskdefs FixCrLfTest.java