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

tomcats rc level

2003-01-24 Thread Caoilte O'Connor
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

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 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 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

tomcats rc level

2003-01-24 Thread Caoilte O'Connor
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

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 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 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 ©