Re: SSHExec task

2003-04-04 Thread Dale Anson
Or in your classpath if you can't write to $ANT_HOME/lib. Jesse Stockall wrote: On Friday, April 4, 2003, at 11:03 AM, Samuel Blanchet wrote: Hi all, I'm using the SSHExec task with ant 1.6a but I have this error after starting my script. file:///C:/temp/start_moteur.xml:64: taskdefA class nee

Re: Having problem in connecting to VSS

2003-04-04 Thread Jesse Stockall
On Friday, April 4, 2003, at 06:45 PM, Ajay Gautam wrote: I could be very wrong here, but shouldn't ssdir point to the directory that contains the ini file for VSS bank ? From the docs: ssdir directory where ss.exe resides. By default the task expects it to be in the PATH. serverPath dire

Re: Having problem in connecting to VSS

2003-04-04 Thread Ajay Gautam
G, Jithendra (Indsys) wrote: Hi, I'm having problem in connecting to VSS and get the files.Its giving java.io.IOException : create process error in connecting to VSS.I'm giving "ssdir" path to the VSS folder where ss.exe available. Please help me out in solve this problem. Thanks in advance, Jith

Re: Code completion not working.

2003-04-04 Thread Ajay Gautam
Martin wrote: Ajay Is the folder for your classname on the CLASSPATH? Well, actually, it was part of being a newbie to eclipse. I had java files in a "normal" project. I created a Java project and added my files there, and lo and behold, everything worked fine :) If you would like to talk about

Re: SSHExec task

2003-04-04 Thread Jesse Stockall
On Friday, April 4, 2003, at 11:03 AM, Samuel Blanchet wrote: Hi all, I'm using the SSHExec task with ant 1.6a but I have this error after starting my script. file:///C:/temp/start_moteur.xml:64: taskdefA class needed on loading by class o rg.apache.tools.ant.taskdefs.optional.ssh.SSHExec canno

Re: Need help using exec to do "ls -rt1 | tail -1"

2003-04-04 Thread Herr Christian Wolfgang Hujer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Matt, Am Freitag, 4. April 2003 23:23 schrieb Matt Reason: > The exec task seems to hate the fact that one of my arguments is a pipe. Seems so. > Does anyone have a workaround? I think it should work if you use sh as a command and pass your des

Re: Need help using exec to do "ls -rt1 | tail -1"

2003-04-04 Thread Jesse Stockall
On Friday, April 4, 2003, at 04:23 PM, Matt Reason wrote: The exec task seems to hate the fact that one of my arguments is a pipe. Does anyone have a workaround? Shot in the dark, but try 'vmlauncher=false', this will force exec to use a shell, not Runtime.exec() to run the commands. Jesse S

Re: Question about jar files for building Ant

2003-04-04 Thread Jesse Stockall
On Friday, April 4, 2003, at 12:12 PM, Bob Hays, Computer Geek wrote: I’ve been working on building Ant, and there are a bunch of jar files required that are difficult if not impossible to find if you want to build all the optional tasks. Is there someplace where the whole magila is kept for t

Re: Having problem in connecting to VSS

2003-04-04 Thread Jesse Stockall
On Friday, April 4, 2003, at 11:05 AM, G, Jithendra (Indsys) wrote: Hi, I'm having problem in connecting to VSS and get the files.Its giving java.io.IOException : create process error in connecting to VSS.I'm giving "ssdir" path to the VSS folder where ss.exe available. Please help me out in so