AW: Abusing the BuildListener

2006-07-13 Thread Jan.Materne
>Reading the presetdef manual page, it sounds like it's not >what I want because it only sets defaults and not mandated >values. I don't want to allow the build.xml to change the settings. > >My ant script calls other ant scripts, so would be worried >that the presetdef wouldn't survive down int

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

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

bug 40014

2006-07-13 Thread Matt Benson
Hopefully Jesse's looking. This bug is a side-effect of his fix for bug 24918; since all forked Java programs receive stdin whether they want it or not. I get the impression that the bug relates to the blocked read from pumping stdin to the forked process, and that stdin (I'm running on XP) retur

Re: Abusing the BuildListener

2006-07-13 Thread Henri Yandell
On 7/13/06, Steve Loughran <[EMAIL PROTECTED]> wrote: Henri Yandell wrote: > 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

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

2006-07-13 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-13 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: Output of CVS update command...

2006-07-13 Thread Shatzer, Larry
I should have also specified this is on windows using: Concurrent Versions System (CVSNT) 2.5.02 (Servalan) Build 2064 (client/server) And the server is 1.11.17, and when I run the cvs command by hand, I see the M's and C's... -- Larry > -Original Message- > From: Shatzer, Larry [mailto:

DO NOT REPLY [Bug 40038] - Zip Task Problems

2006-07-13 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 40038] New: - Zip Task Problems

2006-07-13 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 21042] - Setting XSL parameter to input filename when processed whole directory.

2006-07-13 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 21042] - Setting XSL parameter to input filename when processed whole directory.

2006-07-13 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: Abusing the BuildListener

2006-07-13 Thread Steve Loughran
Henri Yandell wrote: 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

DO NOT REPLY [Bug 32069] - ant.bat corrupts ant exit status on WinXP SP2

2006-07-13 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 35607] - Ant Get task downloads unmodified files when useTimestamp=true

2006-07-13 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: r421591 - /ant/core/trunk/WHATSNEW

2006-07-13 Thread stevel
Author: stevel Date: Thu Jul 13 04:19:40 2006 New Revision: 421591 URL: http://svn.apache.org/viewvc?rev=421591&view=rev Log: update WHATSNEW with my recent set of changes Modified: ant/core/trunk/WHATSNEW Modified: ant/core/trunk/WHATSNEW URL: http://svn.apache.org/viewvc/ant/core/trunk/WH

DO NOT REPLY [Bug 35268] - Msglevel to high in cvs task

2006-07-13 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: r421590 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/AbstractCvsTask.java

2006-07-13 Thread stevel
Author: stevel Date: Thu Jul 13 04:12:02 2006 New Revision: 421590 URL: http://svn.apache.org/viewvc?rev=421590&view=rev Log: moving log of CVS passfile info down to verbose Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/AbstractCvsTask.java Modified: ant/core/trunk/src/mai

svn commit: r421588 - in /ant/core/trunk/src/main/org/apache/tools/ant: Main.java launch/Launcher.java

2006-07-13 Thread stevel
Author: stevel Date: Thu Jul 13 04:11:21 2006 New Revision: 421588 URL: http://svn.apache.org/viewvc?rev=421588&view=rev Log: This is a little bit of fun; something asked for on the mail list. You can now use -main to specify a new entry point for ant, so if you override ant.Main with a subclass

svn commit: r421587 - /ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/BaseSelector.java

2006-07-13 Thread stevel
Author: stevel Date: Thu Jul 13 04:08:32 2006 New Revision: 421587 URL: http://svn.apache.org/viewvc?rev=421587&view=rev Log: forward verify operation to references Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/BaseSelector.java Modified: ant/core/trunk/src/main/or

svn commit: r421586 - in /ant/core/trunk/docs/manual: install.html platform.html running.html

2006-07-13 Thread stevel
Author: stevel Date: Thu Jul 13 04:07:58 2006 New Revision: 421586 URL: http://svn.apache.org/viewvc?rev=421586&view=rev Log: oh, this feels so good. Removing Win98 as a supported platform. Also adding an example from a bugrep on how to run ant from ant itself Modified: ant/core/trunk/docs/m

DO NOT REPLY [Bug 28642] - Problems running task javac with Ant1.6.1 and Jdk 1.4.2_04

2006-07-13 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: r421585 - in /ant/core/trunk/src/main/org/apache/tools/ant: taskdefs/compilers/CompilerAdapterFactory.java taskdefs/compilers/Javac12.java util/JavaEnvUtils.java

2006-07-13 Thread stevel
Author: stevel Date: Thu Jul 13 04:03:32 2006 New Revision: 421585 URL: http://svn.apache.org/viewvc?rev=421585&view=rev Log: Add extra diags on the error message by printing out java.home Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/compilers/CompilerAdapterFactory.java

DO NOT REPLY [Bug 28642] - Problems running task javac with Ant1.6.1 and Jdk 1.4.2_04

2006-07-13 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 28402] - ant.bat does not call antrc_pre.bat

2006-07-13 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 26690] - ZoneInfoMappings

2006-07-13 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 21042] - Setting XSL parameter to input filename when processed whole directory.

2006-07-13 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 34841] - CVS Task don't work on Windows based CVS

2006-07-13 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 21042] - Setting XSL parameter to input filename when processed whole directory.

2006-07-13 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 21042] - Setting XSL parameter to input filename when processed whole directory.

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

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

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