Also my problem was kinda my fault.

     <exec dir="." executable="ssh" os="Linux" failonerror="true">
                         <!-- Commented out by Thomas because it was not
working from Hale to the UK Cage  -->
             <!--arg value="-l dssjava" /-->
             <arg value="[EMAIL PROTECTED]" />


In the last arg value I forgot to put the user "dssjava@" in there, so
from my dedicated build system which uses the user scm  and the env I
was deploying to used dssjava, and not scm, it was not picking up all
the system settings that was need. P4ROOT, ANT_HOME, etc.


-----Original Message-----
From: Bob Noonan [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 03, 2005 7:03 AM
To: Ant Users List
Subject: Re: ssh issue with ant

Since I am having similar problems using ssh/scp from within an ant
file, I would be grateful if you could elaborate.

Thanks,
Bob Noonan


On Nov 2, 2005, at 5:29 PM, Marcus Zafarano wrote:

> Well, I found the problem.
>
>
>
> -----Original Message-----
> From: Marcus Zafarano
> Sent: Wednesday, November 02, 2005 7:14 AM
> To: user@ant.apache.org
> Subject: ssh issue with ant
>
>
>
> Hi,
>
>
>
> I am trying to ssh to another system as one user say scm and run as
> another user dssjava on another and I get this error (Linux).
>
>
>
> I do source the .bashrc  when I ssh over but I still get this  
> problem. I
> have checked all it suggests, but still no go.
>
>
>
> I do it manually ssh [EMAIL PROTECTED] and it does it manually when I run
> the script, but not through the ssh part of the script.
>
>
>
> Also, if I log in on that system and run the scripts and comment  
> out the
> ssh part the scripts work. Ii know I must be doing something wrong  
> with
> the ssh.
>
>
>
> [exec]
> tbsus_200511020622_1.5.0/jboss-server_tbsus_200511020622_1.5.0.zip
>
>  [exec] wrote 36147298 bytes  read 212 bytes  24098340.00 bytes/sec
>
>  [exec] total size is 36141983  speedup is 1.00
>
>  [exec] Buildfile:
> /www/home/dssjava/depots/CGO_Archive/release/tbsce/1.5/clients/ 
> tbs_us/bu
> ilds/tbsus_200511020622_1.5.0/deployment/build_jboss.xml
>
>  [exec]   [taskdef] Could not load definitions from resource
> net/sf/antcontrib/antcontrib.properties. It could not be found.
>
>
>
>  [exec] jboss_install_server:
>
>  [exec]      [echo] Server cgo-tbsus-test shutdown for redeployment.
>
>  [exec]   [taskdef] Could not load definitions from resource
> net/sf/antcontrib/antcontrib.properties. It could not be found.
>
>
>
>  [exec] jboss_stop:
>
>
>
>  [exec] BUILD FAILED
>
>  [exec]
> file:/www/home/dssjava/depots/CGO_Archive/release/tbsce/1.5/clients/ 
> tbs_
> us/builds/tbsus_200511020622_1.5.0/deployment/build_jboss.xml:148:  
> Could
> not create task or type of type: osfamily.
>
>
>
>  [exec] Ant could not find the task or a class this task relies upon.
>
>
>
>  [exec] This is common and has a number of causes; the usual
>
>  [exec] solutions are to read the manual pages then download and
>
>  [exec] install needed JAR files, or fix the build file:
>
>  [exec]  - You have misspelt 'osfamily'.
>
>  [exec]    Fix: check your spelling.
>
>  [exec]  - The task needs an external JAR file to execute
>
>  [exec]    and this is not found at the right place in the classpath.
>
>  [exec]    Fix: check the documentation for dependencies.
>
>  [exec]    Fix: declare the task.
>
>  [exec]  - The task is an Ant optional task and optional.jar is absent
>
>  [exec]    Fix: look for optional.jar in ANT_HOME/lib, download if
> needed
>
>  [exec]  - The task was not built into optional.jar as dependent
>
>  [exec]    libraries were not found at build time.
>
>  [exec]    Fix: look in the JAR to verify, then rebuild with the  
> needed
>
>  [exec]    libraries, or download a release version from apache.org
>
>  [exec]  - The build file was written for a later version of Ant
>
>  [exec]    Fix: upgrade to at least the latest release version of Ant
>
>  [exec]  - The task is not an Ant core or optional task
>
>  [exec]    and needs to be declared using <taskdef>.
>
>
>
>  [exec] Remember that for JAR files to be visible to Ant tasks
> implemented
>
>  [exec] in ANT_HOME/lib, the files must be in the same directory or on
> the
>
>  [exec] classpath
>
>
>
>  [exec] Please neither file bug reports on this problem, nor email the
>
>  [exec] Ant mailing lists, until all of these causes have been  
> explored,
>
>  [exec] as this is not an Ant bug.
>
>
>
>  [exec] Total time: 0 seconds
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to