Java Mailing List Archive

http://www.ant-tasks.com/

Apache Ant Archive

» Ant Users List
» Ant Developers List
property set in sub-task not defined

property set in sub-task not defined

2003-03-17       - By Pedro Salazar
Reply:     1     2     3     4     5     6     7     8  

Hi Dominique,

your sample does not work!
The output if you "echo" the "${lib.classpath}" is "${lib.classpath}",
and not is value...

Should I test it OK?

thanks,
Pedro Salazar.

On Mon, 2003-03-17 at 20:46, Dominique Devienne wrote:
> Using pure Ant:
>
> <target name="init" depends="-lib.dir.exists?, -set.lib.classpath">
>   <property name="lib.classpath" value="" />
>   ...
> </target>
>
> <target name="-lib.dir.exists?">
>    <available file="${lib.dir}" type="dir"
>               property="lib.dir.exists" />
> </target>
>
> <target name="-set.lib.classpath" if="lib.dir.exists" >
>   <path id="lib.classpath">
>     <fileset dir="${lib.dir}" includes="**/*.jar" />
>   </path>
>   <property name="lib.classpath" refid="lib.classpath" />
> </target>
>
> Using Ant-contrib would be nicer of course. Maybe one day it will make it to
> Ant: some committer seem to prefer spaghetti Ant as above than an <if>, but
> maybe just maybe the wind is turning from recent posts on ant-dev... --DD
>

--
<id name="pedro salazar">
<email>pedro-b-salazar@(protected)</email>
<pgp-key-id>0E129E31D803BC61</pgp-key-id>
</id>



©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.