DO NOT REPLY [Bug 30582] - New task to allow tunnelling nested tasks through ssh

2004-09-06 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 30582] - New task to allow tunnelling nested tasks through ssh

2004-09-06 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: testing ant HEAD

2004-09-06 Thread Antoine Levy-Lambert
P4ChangeTest and JakartaOroMatcherTest now work for me with jakarta-oro-2-0-8.jar. The :-(problem was caused by jython.jar. This jar is delivered with oro classes in it. Removing the oro classes of jython fixes the problem. I still have the RmicAdvancedTest to look into ... later ... 8-) Chee

cvs commit: ant/docs/manual install.html

2004-09-06 Thread antoine
antoine 2004/09/06 15:11:37 Modified:docs/manual Tag: ANT_16_BRANCH install.html Log: Merge from HEAD Caveat concerning jython.jar Revision ChangesPath No revision No revision 1.59.2.13 +3 -1 ant/docs/manual/install.html

cvs commit: ant/docs/manual install.html

2004-09-06 Thread antoine
antoine 2004/09/06 15:09:20 Modified:docs/manual install.html Log: add a caveat concerning jython.jar Revision ChangesPath 1.73 +3 -1 ant/docs/manual/install.html Index: install.html === RC

Re: Ant 1.6.3

2004-09-06 Thread Antoine Levy-Lambert
Hi, Stefan, it sounds you would like to stop development on the 1.6 branch. If we do so, it will take a long while before everybody thinks there are enough changes to warrant a 1.7.0. Where I am working we are already using two fixes of 1.6.2 (one concerning the Zip task, and another one concerni

DO NOT REPLY [Bug 20751] - The manual is only available as HTML

2004-09-06 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 27053] - xmlproperty to support xmlcatalog

2004-09-06 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 27053] - xmlproperty to support xmlcatalog

2004-09-06 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 27053] - xmlproperty to support xmlcatalog

2004-09-06 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: dll loading problem

2004-09-06 Thread Steve Loughran
Yukelson, Dmitry wrote: Hi all, I'm trying to create an interactive application which compiles ant file, and does several other things. For this purpose I'm using Project and ProjectHelper ant classes. In addition, I defined my own ant Task, which used native code: public class IdentityTask extend

Re: clonevm on

2004-09-06 Thread Steve Loughran
Stefan Bodewig wrote: On Wed, 25 Aug 2004, Dave Brondsema <[EMAIL PROTECTED]> wrote: The new clonevm attribute on the task looked like exactly what I needed, but it seems to only clone the built in system properties and not ones specified one the commandline The things you specify on the command

dll loading problem

2004-09-06 Thread Yukelson, Dmitry
Hi all, I'm trying to create an interactive application which compiles ant file, and does several other things. For this purpose I'm using Project and ProjectHelper ant classes. In addition, I defined my own ant Task, which used native code: public class IdentityTask extends MatchingTask {

Re: Ant 1.6.3

2004-09-06 Thread Stefan Bodewig
On Wed, 25 Aug 2004, Conor MacNeill <[EMAIL PROTECTED]> wrote: > The choices I see for branch management are: > > 1. Keep going the way we are now - i.e. applying changes to both > HEAD and the active branch. painful. > 2. Keep going as we do now but make sure branches are shorter > lived. As

Re: clonevm on

2004-09-06 Thread Stefan Bodewig
On Wed, 25 Aug 2004, Dave Brondsema <[EMAIL PROTECTED]> wrote: > The new clonevm attribute on the task looked like exactly > what I needed, but it seems to only clone the built in system > properties and not ones specified one the commandline The things you specify on the command line are via >

Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/rmic WLRmic.java

2004-09-06 Thread Stefan Bodewig
On Mon, 06 Sep 2004, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > This will break builds that used "weblogic", I've seen it has been reversed later, forget it. Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

Re: VOTE: new committer - Jesse Glick

2004-09-06 Thread Stefan Bodewig
+1 Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/rmic WLRmic.java

2004-09-06 Thread Stefan Bodewig
On 24 Aug 2004, <[EMAIL PROTECTED]> wrote: > Change to put in accordance with documentation : compiler name > wlrmic, not weblogic ? This will break builds that used "weblogic", even if the docs said something else. We probably need to support both alternatives. Stefan

DO NOT REPLY [Bug 27541] - JunitReport task fails under JDK 1.5

2004-09-06 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: Stdout of Java.execute() without going through a file?

2004-09-06 Thread Stefan Bodewig
On Sat, 14 Aug 2004, Vincent Massol <[EMAIL PROTECTED]> wrote: > My question: Is there a way I can use to monitor the stdout content > resulting from the execution of execute() without going through a > file? Attach a BuildListener of yours before running the Java task. Stefan -

Re: Bug in the "glob" file mapper?

2004-09-06 Thread Stefan Bodewig
On Fri, 13 Aug 2004, Phil Weighill-Smith <[EMAIL PROTECTED]> wrote: > In this particular case the fileset defined selects just one file, > ant.jar, which is what I want to copy to a different directory. I think either flatten="true" (with a todir pointing to ${dest}/internal) or a merge mapper wi

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

2004-09-06 Thread Peter Reilly
That is why I said it would be nice to have. However, my abilty to code .bat files is very poor. ant.bat has had a lot of history and is not something anyone would want to modify. One work-around could be to have another "special" option -orig_classpath "%CLASSPATH%" and allow Launcher.java to ch

Re: Bug in the "glob" file mapper?

2004-09-06 Thread Stefan Bodewig
On Mon, 16 Aug 2004, Peter Reilly <[EMAIL PROTECTED]> wrote: > For the to field, it means an implicit * at the end of the > attribute. Which I feel is a bug. Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

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

2004-09-06 Thread Peter Reilly
Conor MacNeill wrote: Peter Reilly wrote: By user visible I meant that ant -cp x:y:z would not be supported by the ant[.bat]. By support, I mean x:y:z replacing CLASSPATH in the java call. It would be a nice to have, but would need support by the the script (sh and bat), in detecting -cp, setting

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

2004-09-06 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

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

2004-09-06 Thread peterreilly
peterreilly2004/09/06 02:18:50 Modified:.Tag: ANT_16_BRANCH WHATSNEW src/script Tag: ANT_16_BRANCH ant ant.bat src/main/org/apache/tools/ant/launch Tag: ANT_16_BRANCH Launcher.java Log: sync Revision ChangesPath

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

2004-09-06 Thread peterreilly
peterreilly2004/09/06 02:14:42 Modified:.WHATSNEW src/script ant ant.bat src/main/org/apache/tools/ant/launch Launcher.java Log: add a -cp option to Launcher.java to cause it to treat CLASSPATH different from -lib options. PR: 28046 Revi

DO NOT REPLY [Bug 31070] New: - Task for ISO cd image file generation.

2004-09-06 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 31062] - java task output redirection

2004-09-06 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: DO NOT REPLY [Bug 28046] - Ant includes JARs in working directory

2004-09-06 Thread Conor MacNeill
Peter Reilly wrote: By user visible I meant that ant -cp x:y:z would not be supported by the ant[.bat]. By support, I mean x:y:z replacing CLASSPATH in the java call. It would be a nice to have, but would need support by the the script (sh and bat), in detecting -cp, setting LOCALCLASSPATH and CLA