Re: embed "if-then" in sshexec command question

2008-02-10 Thread David Weintraub
You have to use the CSH syntax. You're using Bourne Shell syntax: if (expr) then ... else if (expr2) then ... else ... endif On Feb 10, 2008 8:50 AM, Z W <[EMAIL PROTECTED]> wrote: > Hi > > How do I embed a if-then statement inside sshexec knowing that the remote > shell is a csh ? > I keep get

Re: buildlist evicts modules with the same name, but different organisation

2008-02-10 Thread limbicsystem
The reason we stumbled upon this is that we have a large (200+ internal artifacts) system currently using Maven1, with "groupId" used to specify components, and "artifactId" used to specify sub-components. Since we are still transitioning to Ivy, I chose to map groupId -> organisation for the mom

embed "if-then" in sshexec command question

2008-02-10 Thread Z W
Hi How do I embed a if-then statement inside sshexec knowing that the remote shell is a csh ? I keep getting this error: [sshexec] if: Expression Syntax. [sshexec] Remote command failed with exit status 1 thanks

Subclassing Zip Task, but using ResourceCollection-s.

2008-02-10 Thread Andrew Lindesay
Hello; I have subclasses the Jar task for conveniently creating a specific format of ZIP. I have a problem that I would like to make the ZIP file entirely from objects that implement ResourceCollection. However the Zip/Jar task expects to get at least some "FileSet"-s or it will produce