[Biojava-l] Re: Running apps with Java

2003-08-18 Thread hg6800
I had implemented classes for running apps with java with propertie files, but your code is pretty cool stuff. I thing I try to change my code to the way you do ! Max -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von [EMAIL PROTECTED] Gesendet: Freitag

Re: [Biojava-l] Re: Running apps with Java

2003-08-14 Thread Francois Pepin
I've added it to the cvs as org.biojava.utils.ExecRunner. It make take a little while to be replicated in the anonymous cvs. It was originally released under the GPL for another project, but I got permission from the author to add it in biojava under LGPL. It has the advantage that it's supposed

[Biojava-l] Re: Running apps with Java

2003-08-14 Thread Eric Jain
> I have code that did that, but it wasn't reliable enough to use like > that. For unknown reasons, there are programs that I couldn't call at > all. Do you still have any of those programs lying around? I'd be very much interested to test if the invocation of problematic command line applications

Re: [Biojava-l] Re: Running apps with Java

2003-08-14 Thread Francois Pepin
I'll take care of combining the two, basically adding the ExecRunner functionality to ProcessTools. Thomas, how tested is ProcessTools? Is it something that you just wrote up or is it code that's been found to work flawlessly on different kind of applications? Francois. On Mon, 2003-08-11 at 12:

Re: [Biojava-l] Re: Running apps with Java

2003-08-14 Thread Thomas Down
Once upon a time, Francois Pepin wrote: > I've added it to the cvs as org.biojava.utils.ExecRunner. It make take a > little while to be replicated in the anonymous cvs. Sorry, our two solutions seem to have crossed in cyberspace :-(. As far as I can tell, ExecRunner has: - Use of Windows cmd