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 ©
___
/ 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
* 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
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 ©
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
___
/ 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
* 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
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
8 matches
Mail list logo