Not that I know of. I can't see the problem with using exec - the only
reason not use exec is lack of portability, but soft links aren't portable
outside of Unix anyway (anywhere softlinks exist, I'd say so does ln -s)

Cheers,
Brett

-----Original Message-----
From: David Walend [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 22 November 2001 1:39 AM
To: Ant Users List
Subject: Soft link task?


I need to create a soft link, basically doing

ln -s <filename> <linkname>

. I'm using exec now, but would like to do this more cleanly.

Thanks,

Dave




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

Reply via email to