What I'm trying to do is create a symlink to a directory which may/may
not exist in the current branch.
So if the child branch doesn't have a particular folder, create a
symlink to it prior to starting the build.
It's possible for the child branch to contain this folder, but it may
not always be the case.
On Feb 23, 2005, at 10:47 AM, Matt Benson wrote:
> --- Edward Ciramella <eciramella@archivas.com> wrote:
>
>> With overwrite set to true and failonerror set to
>> false, I still get
>> the link in the sub directory and the second time
>> it's run, I get the
>> build failed message.
>
> Okay, are all these tests based on the situation that
> ${basedir}/testing-simlinkdir is already a real
> directory, and you want it to become a symlink
> pointing to /Users/eciramella/testing-simlinkdir ?
> Or, does ${basedir}/testing-simlinkdir not exist in
> the beginning, but
> ${basedir}/testing-simlinkdir/testing-simlinkdir is
> still created on the second invocation with
> overwrite="true"?
>
> -Matt
>>
>> Here is the exact line from the build file:
>>
>> <symlink link="${basedir}/testing-simlinkdir"
>> resource="/Users/eciramella/testing-simlinkdir"
>> overwrite="true"
>> failonerror="false"/>
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
> For additional commands, e-mail: user-help@ant.apache.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|