Wayne,

No, if ln is installed, it *should* work just fine. By "on the path" it
just means that the system can find the ln command (i.e. "which ln". In
fact, try using an <exec> task to run the "which ln" command - this will
show you that ln is installed and that the ant process can find it...). 

Note that if you can't get this (creating symlinks) to work using the
symlink task, you can just <exec> ln directly. 

other than that, no ideas...

/t

>-----Original Message-----
>From: Wayne Cruz [mailto:[EMAIL PROTECTED] 
>Sent: Thursday, October 18, 2007 5:53 PM
>To: Ant Users List
>Subject: RE: symlink - which ant jar do I need?
>
>Tanguy-
>
>Yes, I am running under Linux and "ln" is installed on the 
>machine, i.e. I 
>am able to manually execute "ln" commands.  Do I need to add 
>the path to 
>"ln" to my classpath?
>
>Thanks,
>Wayne
>
>
>At 02:09 AM 10/18/2007, you wrote:
>>it's "ln" (ie "LN" in lower case). It's the executable which 
>you use to
>>create symlinks. Basically, all the <symlink> task does is call this
>>executable, so you have to have it installed on your machine.
>>
>>Once again: you're running this on Unix or Linux, right?
>>
>>/t
>>
>> >-----Original Message-----
>> >From: Wayne Cruz [mailto:[EMAIL PROTECTED]
>> >Sent: Wednesday, October 17, 2007 5:33 PM
>> >To: Ant Users List
>> >Subject: RE: symlink - which ant jar do I need?
>> >
>> >Thank you.  Can you explain what you mean by having the "In"
>> >executable on
>> >the path?
>> >
>> >Thanks,
>> >Wayne
>>
>>---------------------------------------------------------------------
>>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]
>
>

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

Reply via email to