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

2005-06-24 Thread Steve Loughran
suganya subramanian wrote: 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? you dont, you create a new JAR which can go on the classpath of Ant, containing your new tasks, t

Re: How to pipe output to input?

2005-06-24 Thread Matt Benson
--- Steve Loughran <[EMAIL PROTECTED]> wrote: [SNIP] > > I see. It is a lot easier to delegate to the OS, > isnt it: > > > > Well! I am ashamed to say I had never encountered the mkfifo command. My only contact with "named pipes" had been in O'Reilly's "Learning the bash shell" in whi

DO NOT REPLY [Bug 35499] New: - junit batchtest fails if fileset created via zipfileset

2005-06-24 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-24 Thread Steve Loughran
Matt Benson wrote: --- Steve Loughran <[EMAIL PROTECTED]> wrote: [SNIP] I see. It is a lot easier to delegate to the OS, isnt it: Well! I am ashamed to say I had never encountered the mkfifo command. My only contact with "named pipes" had been in O'Reilly's "Learning the bash s