> > <property name="jaxp.home" reference="home" project="jaxp"/>
> < <property name="jaxp.home" reference="home" project="jaxp1.1"/>
>
> Why?
Well, it only needs JAXP 1.0. There are no JAXP 1.1 specific calls.
> < project="jakarta-servletapi-4"/>
> > project="jakarta-servletapi"/>
> < <depend project="jakarta-servletapi-4"/>
> > <depend project="jakarta-servletapi"/>
>
> Why?
Same : it requires only the Servlet API 2.2 (it can run on TC 3.2).
I don't know if being built against the 2.3 API would make the build
dependent on the 2.3 API, or if it still could be run on TC 3.2.
> < <work nested="build/classes"/>
> < <work nested="build/client/classes"/>
>
> I need this to build the examples.
Really ? I've added some more classpath information.
> < <option project="jakarta-tomcat-4.1"/>
> > <option project="jakarta-tomcat-4.0"/>
>
> Why?
4.1 is the temporarily dead dev branch. I also want the Catalina wrappers I
write to work fine with 4.0.
Thanks,
Remy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]