Re: Symbolic Link with ANT

2005-02-22 Thread Jeffrey E Care
-- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere Build SWAT Team Lead WebSphere Build Tooling Lead (Project Mantis) https://w3.opensource.ibm.com/projects/mantis "Madhu ." <[EMAIL PROTECTED]> wrote on 02/22/2005 02:48:46 PM: > > I am trying to create a symbolic link usin

Re: Symbolic Link with ANT

2005-02-22 Thread Matt Benson
--- "Madhu ." <[EMAIL PROTECTED]> wrote: > > I am trying to create a symbolic link using the > target below; > > > > > > > > Do you have a file in /bin named "ln -s"? The executable is "ln" and "-s" is an argument. Also, check out the symlink task in the option

Re: Symbolic Link with ANT

2005-02-22 Thread Nicolas Vervelle
> I am trying to create a symbolic link using the target below; > > > > > > > > Try : Hope it works Nicolas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Symbolic Link with ANT

2005-02-22 Thread Madhu .
I am trying to create a symbolic link using the target below; However it is throwing the exception below. BUILD FAILED file:/ms/.global/ny.w/user/m/madhue/build.xml:15: Execute failed: java.io.IOException: /bin/ln -s: not found Do i need to set any shell paths for the buil