On Thursday 27 March 2008 Luca Ferrari's cat, walking on the keyboard, wrote:
> Hi all,
> I've got the following task in my ant build file:
>
> <target name="_copyDependencies" depends="_createDirectoryStructure"
> description="Copies all the jars this project depdends on contained in
> ${src.lib.dir}"  if="${src.lib.dir}">
>               <copy todir="${build.lib.dir}" >
>                       <fileset dir="${src.lib.dir}">
>                               <include name="*.jar" />
>                       </fileset>
>               </copy>
>       </target>
>

Ops...I found the problem: the if statement has the property value 
${src.lib.dir} instead of the property name src.lib.dir.

Thanks,
Luca

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

Reply via email to