Re: AW: [VOTE] Dropping Win98 Support for 1.7

2006-07-12 Thread Conor MacNeill
[EMAIL PROTECTED] wrote: > Did I understood something wrong? > I thought we had voted to drop Win98 > I'm happy if we drop it completely. Conor - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

AW: AW: [VOTE] Dropping Win98 Support for 1.7

2006-07-12 Thread Jan.Materne
>[EMAIL PROTECTED] wrote: >> Did I understood something wrong? >> I thought we had voted to drop Win98 >> > >I'm happy if we drop it completely. > >Conor That was the vote. Jan - To unsubscribe, e-mail: [EMAIL PROTECTED]

[EMAIL PROTECTED]: Project svn-antlib-test (in module ant-antlibs) failed

2006-07-12 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 svn-antlib-test has an issue affecting its community integration. This issue affe

DO NOT REPLY [Bug 40023] - BUILD_JAVAC_TARGET support in 1.6

2006-07-12 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 40014] - have to enter valid input multiple times on second build file for input task

2006-07-12 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 40014] - have to enter valid input multiple times on second build file for input task

2006-07-12 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 40022] - junitreport task unable to use stylesheets that have an xsl:import tag

2006-07-12 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 40014] - have to enter valid input multiple times on second build file for input task

2006-07-12 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 40021] - junitreport does not generate html file for format noframes

2006-07-12 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

svn commit: r421302 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/PumpStreamHandler.java

2006-07-12 Thread mbenson
Author: mbenson Date: Wed Jul 12 09:20:29 2006 New Revision: 421302 URL: http://svn.apache.org/viewvc?rev=421302&view=rev Log: xhtmlify javadoc Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/PumpStreamHandler.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskd

svn commit: r421315 - in /ant/core/trunk/src: etc/testcases/taskdefs/optional/ etc/testcases/taskdefs/optional/junitreport-with-include/ main/org/apache/tools/ant/taskdefs/ testcases/org/apache/tools/

2006-07-12 Thread antoine
Author: antoine Date: Wed Jul 12 09:41:27 2006 New Revision: 421315 URL: http://svn.apache.org/viewvc?rev=421315&view=rev Log: Fix JUnitReport with includes. Bug Report 40022 Added: ant/core/trunk/src/etc/testcases/taskdefs/optional/junitreport-with-include/ ant/core/trunk/src/etc/testca

DO NOT REPLY [Bug 40022] - junitreport task unable to use stylesheets that have an xsl:import tag

2006-07-12 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

Javac.java

2006-07-12 Thread William Chu
Hello, How do I set the bootclasspath attribute for Javac? I need the Javac object first and then I can set the attribute via the setBootClasspath() method, but who creates the Javac object? I can't seem to find how the object is created. Thanks, WIll ---

DO NOT REPLY [Bug 40014] - have to enter valid input multiple times on second build file for input task

2006-07-12 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

svn commit: r421327 - in /ant/core/trunk/src: etc/testcases/taskdefs/optional/ main/org/apache/tools/ant/taskdefs/optional/junit/ main/org/apache/tools/ant/types/resources/ testcases/org/apache/tools/

2006-07-12 Thread antoine
Author: antoine Date: Wed Jul 12 10:18:06 2006 New Revision: 421327 URL: http://svn.apache.org/viewvc?rev=421327&view=rev Log: Bug Report 40021. The noframes option was not working at all. Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/junitreport.xml ant/core/trunk/src/mai

Re: Javac.java

2006-07-12 Thread Antoine Levy-Lambert
Hi, this would be more a question for the user list. If I understand well, you are an API user. To create a task, you can use Javac javac = project.createTask("javac"); or if this is inside a custom task based on Ant 1.7 code Javac javac = new Javac(); javac.bindToOwner(this); for Ant 1.6 Jav

Re: svn commit: r421327 - in /ant/core/trunk/src: etc/testcases/taskdefs/optional/ main/org/apache/tools/ant/taskdefs/optional/junit/ main/org/apache/tools/ant/types/resources/ testcases/org/apache/to

2006-07-12 Thread Antoine Levy-Lambert
Hello, I made an unvoluntary, blank spaces only change to FileResource.java. Sorry about that. Antoine Original-Nachricht Datum: Wed, 12 Jul 2006 17:18:06 - Von: [EMAIL PROTECTED] An: [EMAIL PROTECTED] Betreff: svn commit: r421327 - in /ant/core/trunk/src: etc/testcases/ta

DO NOT REPLY [Bug 40021] - junitreport does not generate html file for format noframes

2006-07-12 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

Re: Javac.java

2006-07-12 Thread William Chu
Thank you Antoine, I still have a question. I can't find where the javac object is currently created. Which file or Java object does the following ? : Javac javac = new Javac() I know the constructor is being invoked because I put a println that I do see in the console: class Javac extends Ma

DO NOT REPLY [Bug 40021] - junitreport does not generate html file for format noframes

2006-07-12 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 40021] - junitreport does not generate html file for format noframes

2006-07-12 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

Re: Javac.java

2006-07-12 Thread Steve Loughran
William Chu wrote: Thank you Antoine, I still have a question. I can't find where the javac object is currently created. Which file or Java object does the following ? : Javac javac = new Javac() I know the constructor is being invoked because I put a println that I do see in the console: cl

svn commit: r421372 - /ant/core/trunk/docs/manual/OptionalTasks/junitreport.html

2006-07-12 Thread antoine
Author: antoine Date: Wed Jul 12 12:05:29 2006 New Revision: 421372 URL: http://svn.apache.org/viewvc?rev=421372&view=rev Log: Bugzilla 40021, contribution of Ivan Ivanov. Modified: ant/core/trunk/docs/manual/OptionalTasks/junitreport.html Modified: ant/core/trunk/docs/manual/OptionalTasks/j

DO NOT REPLY [Bug 40021] - junitreport does not generate html file for format noframes

2006-07-12 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

conditional attributes for arg and env elements

2006-07-12 Thread Paul.Mackay
Hello, Would it be possible to add if and unless attributes to the env and arg elements used in exec, in the same way that include and exclude elements have? This would make the use of exec more flexible. A problem that I currently have is that a script being called from Ant will check the envir

Re: conditional attributes for arg and env elements

2006-07-12 Thread Matt Benson
--- [EMAIL PROTECTED] wrote: > Hello, > > Would it be possible to add if and unless attributes > to the env and arg > elements used in exec, in the same way that include > and exclude elements > have? This would make the use of exec more flexible. > > > A problem that I currently have is that a

svn commit: r421426 - /ant/core/trunk/WHATSNEW

2006-07-12 Thread mbenson
Author: mbenson Date: Wed Jul 12 14:41:49 2006 New Revision: 421426 URL: http://svn.apache.org/viewvc?rev=421426&view=rev Log: Random mods to see if I can commit from my new box. Modified: ant/core/trunk/WHATSNEW Modified: ant/core/trunk/WHATSNEW URL: http://svn.apache.org/viewvc/ant/core/t

DO NOT REPLY [Bug 37694] - Calling ant via java does not set "basedir" property

2006-07-12 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 36513] - Ant not support path including chinese words

2006-07-12 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 36347] - task's dir attribute not honored if current directory is the same as the dir attribute.

2006-07-12 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

svn commit: r421430 - /ant/core/trunk/WHATSNEW

2006-07-12 Thread mbenson
Author: mbenson Date: Wed Jul 12 14:56:00 2006 New Revision: 421430 URL: http://svn.apache.org/viewvc?rev=421430&view=rev Log: another random commit Modified: ant/core/trunk/WHATSNEW Modified: ant/core/trunk/WHATSNEW URL: http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=421430&r1=42

DO NOT REPLY [Bug 37272] - Unable to get class annotations when using custom task.

2006-07-12 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 35522] - no way to set java system options from comand line

2006-07-12 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 31969] - Mail tasks depends on Java verifier

2006-07-12 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

Output of CVS update command...

2006-07-12 Thread Shatzer, Larry
While running a CVS Update command on a checked out copy where there are conflicts and modified files, I was expecting to see the familiar lines: C path/to/conflicted.file M path/to/modifed.file They are not shown. I've tried setting/unsetting the quiet attribute, and setting output/error attribu

DO NOT REPLY [Bug 21042] - Setting XSL parameter to input filename when processed whole directory.

2006-07-12 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

Abusing the BuildListener

2006-07-12 Thread Henri Yandell
I suspect this isn't what was intended for the build listener, but I've been using it to override the build.xml for tasks. In startTask I ensure that haltonerror and haltonfailure are set to false. Next up I want to ensure there is always a , but adding a new task in seems a lot more painful than

DO NOT REPLY [Bug 36513] - Ant not support path including chinese words

2006-07-12 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 36513] - Ant not support path including chinese words

2006-07-12 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 37348] - XSLT transformation doesn't work if I run ANT from directory with NON-ASCII chars

2006-07-12 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 36513] - Ant not support path including chinese words

2006-07-12 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