Re: ant problem

2003-01-24 Thread Andreas Schmitz
Lam wrote: > hi > i have a little problem with ant task > i try this : > >... > > > ... > Add dependancy to init here. > destdir="doc/javadoc" author="true" version="true" access="private" > windowtitle="${version}" doctitle="${version}" > bottom="Copyright ©

Re: ant problem

2003-01-24 Thread Arnaud Vandyck
___ / Lam <[EMAIL PROTECTED]> wrote: | |... | | It's better if you define a property out-side of any target and in your case, prefer «location» instead of the «value» argument. | it is the same problem with jcsc task | i have a p

Re: ant problem

2003-01-24 Thread Anders Hermansen
* Lam ([EMAIL PROTECTED]) wrote: > i have a little problem with ant task > i try this : > > >... > > Try to put the elements directly in the project element instead of in the init target. Check very carfully that a property is set only once. The doc property will still have a value

Re: ant problem

2003-01-24 Thread Andreas Schmitz
Lam wrote: > hi > i have a little problem with ant task > i try this : > >... > > > ... > Add dependancy to init here. > destdir="doc/javadoc" author="true" version="true" access="private" > windowtitle="${version}" doctitle="${version}" > bottom="Copyright ©

ant problem

2003-01-24 Thread Lam
hi i have a little problem with ant task i try this : ... ... ... ant javadoc is ok but if i replace in javadoc task destdir="doc/javadoc" by destdir="${doc

Re: ant problem

2003-01-24 Thread Arnaud Vandyck
___ / Lam <[EMAIL PROTECTED]> wrote: | |... | | It's better if you define a property out-side of any target and in your case, prefer «location» instead of the «value» argument. | it is the same problem with jcsc task | i have a p

Re: ant problem

2003-01-24 Thread Anders Hermansen
* Lam ([EMAIL PROTECTED]) wrote: > i have a little problem with ant task > i try this : > > >... > > Try to put the elements directly in the project element instead of in the init target. Check very carfully that a property is set only once. The doc property will still have a value

ant problem

2003-01-24 Thread Lam
hi i have a little problem with ant task i try this : ... ... ... ant javadoc is ok but if i replace in javadoc task destdir="doc/javadoc" by destdir="${doc