Yes, use sudo, and then perform something..

So far I have found this solution:
      <sshexec host="localhost" username="root"
       password="864ute"
classpath="/home/afstudeerwerk/project/jsch-0.1.39.jar"
       command="/usr/bin/tgz2lzm ${softwaredir}/@{package}.tgz
/tmp/iso/slax/modules/@{package}.lzm;"/>
    </sequential>

But I have problems, ant does not accept this: jsch-0.1.39.jar

I get this error, and follow these instructions.. But the error keeps on
coming :-(
        /home/afstudeerwerk/project/build.xml:191: Problem: failed to create
task or type sshexec
        Cause: the class org.apache.tools.ant.taskdefs.optional.ssh.SSHExec
was not found.
                This looks like one of Ant's optional components.
        Action: Check that the appropriate optional JAR exists in
                -/usr/local/apache-ant/bootstrap/lib
                -/home/afstudeerwerk/.ant/lib
               -a directory added on the command line with the -lib argument

Can someone help me please? Thanks..





Anderson, Rob (Global Trade) wrote:
> 
> You probably want to use the exec task to run the sudo command.
> 
> -Rob A
> 
> -----Original Message-----
> From: jantje [mailto:[EMAIL PROTECTED] 
> Sent: Monday, July 07, 2008 7:07 AM
> To: user@ant.apache.org
> Subject: Perform task as the root user
> 
> 
> Hi,
> 
> Is it possible to perform a tast as the root user? (On a linux system?)
> -- 
> View this message in context:
> http://www.nabble.com/Perform-task-as-the-root-user-tp18317538p18317538.
> html
> Sent from the Ant - Users mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> 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]
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Perform-task-as-the-root-user-tp18317538p18321789.html
Sent from the Ant - Users mailing list archive at Nabble.com.


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

Reply via email to