> 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>Try : <exec executable="/bin/ln"> <arg value="-"/> .... Hope it works Nicolas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
