Oliver,

The only idea that comes to my mind is to place the
definition of weblogic.classpath path in a conditional
target:
<target name="define-wl-cp" if="weblogic.root">
    <path id="weblogic.classpath"> 
         <fileset dir="${weblogic.root}\lib">
             <include name="weblogic.jar" />
             <include name="webservices.jar" />
             <include name="webserviceclient.jar" /> 
           
         </fileset> 
    </path>
</target>

HTH Ivan
--- Olivier Mocquais
<[EMAIL PROTECTED]> wrote:

> Hi,
> 
> I want to define the fileset in the path only if the
> property 
> weblogic.root is set.
> How can I do this ?
> 
>    <path id="weblogic.classpath">
> 
>         <fileset dir="${weblogic.root}\lib">
>             <include name="weblogic.jar" />
>             <include name="webservices.jar" />
>             <include name="webserviceclient.jar" /> 
>           
>         </fileset>
> 
>    </path>
> 
> Thanks for your answers.
> 
> Olivier
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 



        
                
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - You care about security. So do we. 
http://promotions.yahoo.com/new_mail

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

Reply via email to