--- "Madhu ." <[EMAIL PROTECTED]> wrote:

> 
> I am trying to create a symbolic link using the
> target below;
> 
>   <target name="link">
>    <exec executable="/bin/ln -s" >
>        <arg value="${basedir}/one.txt"/>
>        <arg value="${basedir}/two.txt"/>
> 
>    </exec>
>    </target>

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 optional tasks
section of Ant's manual.

-Matt



                
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - Find what you need with new enhanced search.
http://info.mail.yahoo.com/mail_250

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

Reply via email to