RE: exec with -t argument

2008-01-21 Thread Barry Pape
Unless I'm overlooking something with sshexec it doesn't accomplish my task either. That may be because I don't see a way to use any ssh options (like the -t). The task I used: I also tried using a local shell script. Which takes a single argument (the hostname) and runs the ssh co

Re: Halt Ant script question

2008-01-21 Thread Chuck Holzwarth
One issue is that you are running the second ant build on a different system, potentially, via ssh. The error may be transmitted to the shell that is running, but not transmitted back to the parent script. On the local system you may see the result of being able to issue the ssh command but not

RE: Halt Ant script question

2008-01-21 Thread jpyork
This is the start of the target I use: mailto:[EMAIL PROTECTED] > Sent: Monday, January 21, 2008 11:58 AM > To: user@ant.apache.org > Subject: Halt Ant script question > > > > I am running 2 scripts and my problem i

RE: Halt Ant script question

2008-01-21 Thread Toomey, Kevin H (ATS, IT)
Can you give an example of how the first script is calling the second? Are you using , or , or , or something else? -Original Message- From: jpyork [mailto:[EMAIL PROTECTED] Sent: Monday, January 21, 2008 11:58 AM To: user@ant.apache.org Subject: Halt Ant script question I am running 2

Halt Ant script question

2008-01-21 Thread jpyork
I am running 2 scripts and my problem is when the first script runs and the calls the 2nd one, sometimes the 2nd one will fail and that does not cause my 1st one to fail. I am looking for a way to have my main script halt/fail if the 2nd script does not work. What is the task to do this? -- V

AW: Error: Failed to create task or type schemavalidate

2008-01-21 Thread Jan.Materne
There is a mapping file mapping the taskname to its classname: ANT_HOME\lib\ant.jar ! org\apache\tools\ant\taskdefs\defaults.properties With the resulting class you have to search in the jars schemavalidate=org.apache.tools.ant.taskdefs.optional.SchemaValidate If you know dependen

Error: Failed to create task or type schemavalidate

2008-01-21 Thread Andreas Hartmann
Dear Ant community, I'd like to use the task with the binary distribution. What's the name of the JAR file it is located in, and where do I find it? Thanks a lot in advance! -- Andreas -- Andreas Hartmann, CTO BeCompany GmbH http://www.becompany.ch Tel.: +41 (0) 43 818 57 01

How much length of classpath entries ant can handle at runtime

2008-01-21 Thread Ravi Roy
Hi All, I wonder, if somebody have the idea of how much length (KB?) - classpath entries Ant can handled at runtime ? Regards. Ravi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]