> From: Dan Hermann [mailto:[EMAIL PROTECTED]]
> here are two excerpts from one of my build files:
>
> <target name="init_bl" if="ant.mode_bl">
> <property name="ant.mode_other" value="true"/>
> <property name="mode.classpath" value=""/>
> <property name="builddir" value="${carbon.home}/bl/classes"/>
> <property name="srcdir" value="${carbon.home}/bl/src"/>
> </target>
>
> and
>
> <target name="bl" depends="init">
is this a typo ? ^^^^ (init_bl?)
> <javac srcdir="${srcdir}" destdir="$builddir" debug="on"
> deprecation="on"/>
> </target>