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
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
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
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