'Auth fail' on scp/sshexec tasks

2005-06-23 Thread Atsuhiko Yamanaka
Hi there, I have heard that some Ant users have 'Auth fail' exceptions in using scp and sshexec tasks with their correct password. I guess that their remote sshd does not support 'password' authentication, but supports 'keyboard-interactive' authentication for PAM based password authentication.

how to add customized classes to ant, customize report generated by junitreport

2005-06-23 Thread suganya subramanian
Hi, I have a couple of questions 1. How do I add another class file to the ant bundle, so that it can be deployed as a single bundle along with the jar files of ant? 2. I have modified the XMLJunitResultFormatter to generate certain extra information on the xml file. How do I propagate these

DO NOT REPLY [Bug 35482] - Create filesets from zipfilesets using patterns

2005-06-23 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 35482] - Create filesets from zipfilesets using patterns

2005-06-23 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 35482] - Create filesets from zipfilesets using patterns

2005-06-23 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 35482] - Create filesets from zipfilesets using patterns

2005-06-23 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 35482] - Create filesets from zipfilesets using patterns

2005-06-23 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 35476] - XMLLogger causes OutOfMemoryError

2005-06-23 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: How to pipe output to input?

2005-06-23 Thread Steve Loughran
Matt Benson wrote: Hmm. I don't know for sure to which part you were referring. My lack here is that of having a clue how to delegate this to the OS as you suggested, especially in elegant Java form, or further how to make such applicable to I/O-intensive processes that are NOT native processe

Re: How to pipe output to input?

2005-06-23 Thread Matt Benson
--- Steve Loughran <[EMAIL PROTECTED]> wrote: > Matt Benson wrote: > > --- Steve Loughran <[EMAIL PROTECTED]> wrote: > > >>>-Matt > >> > >>Interesting design. I would have done a >>id="" /> datatype > >>that did the synchronisation; producers and > >>consumers would sync by > >>choice of pipen

Re: How to pipe output to input?

2005-06-23 Thread Steve Loughran
Matt Benson wrote: --- Steve Loughran <[EMAIL PROTECTED]> wrote: -Matt Interesting design. I would have done a id="" /> datatype that did the synchronisation; producers and consumers would sync by choice of pipename. That could work, for isolation. How would you specify the roles of pr

Re: How to pipe output to input?

2005-06-23 Thread Stefan Bodewig
On Thu, 23 Jun 2005, Steve Loughran <[EMAIL PROTECTED]> wrote: > Schoedinger says the cat is only dead or alive when you open the bag Well, it has died six or eight times already (depends on your culture, German cats have seven lifes, I've been told other cats have nine). Stefan ---

DO NOT REPLY [Bug 35482] - Create filesets from zipfilesets using patterns

2005-06-23 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: How to pipe output to input?

2005-06-23 Thread Matt Benson
--- Steve Loughran <[EMAIL PROTECTED]> wrote: > Matt Benson wrote: [SNIP] > > Yep. To let my own proverbial (dead) cat out of > the > > bag, > > Schoedinger says the cat is only dead or alive when > you open the bag :) I gotta finish my "smart books" about quantum computing and "Goedel, Escher,

Re: How to pipe output to input?

2005-06-23 Thread Steve Loughran
Matt Benson wrote: --- Steve Loughran <[EMAIL PROTECTED]> wrote: Peter Nabbefeld wrote: Hello, I've asked this question on the users list, but it seems nobody knows there: Is it possible to create two java processes (with fork="true") and pipe the output of one process into the ot

DO NOT REPLY [Bug 33061] - OutOfMemoryError with custom Task in sub-build

2005-06-23 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: How to pipe output to input?

2005-06-23 Thread Matt Benson
--- Steve Loughran <[EMAIL PROTECTED]> wrote: > Peter Nabbefeld wrote: > > > > Hello, > > > > I've asked this question on the users list, but it > seems nobody knows > > there: > > Is it possible to create two java processes (with > fork="true") and pipe > > the output of one process into the

DO NOT REPLY [Bug 35482] New: - Create filesets from zipfilesets using patterns

2005-06-23 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: How to pipe output to input?

2005-06-23 Thread Steve Loughran
Peter Nabbefeld wrote: Hello, I've asked this question on the users list, but it seems nobody knows there: Is it possible to create two java processes (with fork="true") and pipe the output of one process into the other? Not yet :) Ant1.6.2 added the notion of the ioredirector to exec and

Re: How to pipe output to input?

2005-06-23 Thread Phil Weighill Smith
The key here is likely to be Sockets. On Thu, 2005-06-23 at 10:05 +0200, Peter Nabbefeld wrote: > Hello, > > I've asked this question on the users list, but it seems nobody knows there: > Is it possible to create two java processes (with fork="true") and pipe > the output of one process into the

How to pipe output to input?

2005-06-23 Thread Peter Nabbefeld
Hello, I've asked this question on the users list, but it seems nobody knows there: Is it possible to create two java processes (with fork="true") and pipe the output of one process into the other? How? Can I focus a component? Or generate a mouse event? I haven't found an example for this,

Re: FileUtils.close()

2005-06-23 Thread Stefan Bodewig
On Wed, 22 Jun 2005, Jesse Glick <[EMAIL PROTECTED]> wrote: > That's one option. Another is to just assume the worst and throw the > IOException from whatever.close() One of the problems in addition to changing a whole lot of method signatures is that we want to close files even in the error case