Re: Having problem in connecting to VSS

2003-04-04 Thread Jesse Stockall
rPath directory where ss.ini resides. Jesse Stockall - [EMAIL PROTECTED] CRYPTOCard Corp. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: SSHExec task

2003-04-04 Thread Jesse Stockall
HExec cannot be found: com/jcraft/js ch/UserInfo Could anyone help me ??? Do you have version 0.1.3 of jsch.jar in your $ANT_HOME/lib? Jesse Stockall - [EMAIL PROTECTED] CRYPTOCard Corp. - To unsubscribe, e-mail: [EMAIL PROTECTED

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 comman

Re: Question about jar files for building Ant

2003-04-04 Thread Jesse Stockall
the central build where others could get to the right jar files and versions? No, some of the classes / jars can only be obtained after clicking licensing agreements. I've managed to acquire all the required jars with a little googeling and a little patience (for those 100+ MB downloads)

Re: Having problem in connecting to VSS

2003-04-04 Thread Jesse Stockall
lease help me out in solve this problem. Thanks in advance, Jithendra. Ant can't find ss.exe. Run with '-debug' and check the path that Ant is trying to execute. Try pasting that path on the command line to see if you can execute ss.exe Jesse Stockall

Re: javac out of memory error

2003-02-27 Thread Jesse Stockall
On Thursday, February 27, 2003, at 11:43 AM, Dave Barkan wrote: Hi, I'm running ant 1.5 on Linux. I'm compiling a large number of java source files (1200 or so at once) with the task. I get this error: export ANT_OPTS=-Xmx256 Jesse Stockall - [EMAIL PROTECTED] CRYPT