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
I don't know a lot about this so I'm not posting a bug, but should tomcat4
really try and shutdown after postgresql.
It makes it impossible for my webapps to close their db connections cleanly
and the process ends up getting killed.
What are the prospects for switching the order in which the tw
* 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 <[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 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
I don't know a lot about this so I'm not posting a bug, but should tomcat4
really try and shutdown after postgresql.
It makes it impossible for my webapps to close their db connections cleanly
and the process ends up getting killed.
What are the prospects for switching the order in which the tw
* 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 <[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 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 ©
10 matches
Mail list logo