[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ant problem



* Lam (lam@tuxfamily.org) wrote:
> i have a little problem with ant task
> i try this :
> 
> <target name="init">
>    ... 
>    <property name="jcsc-dir" value="/usr/local/src/jcsc"/>
> </target>

Try to put the <propery> elements directly in the project element
instead of in the init target.

Check very carfully that a property is set only once.
<property name="doc" value="foo"/>
<property name="doc" value="bar"/>
The doc property will still have a value of foo.

This is really off-topic for debian-java. For further information please
see http://ant.apache.org/


Thanks,
Anders

--
Anders Hermansen
YoYo Mobile as



Reply to: