> Remy Maucherat wrote:
> >
> > I have a patch to submit for Slide :
> > - Slide should be built against the 2.2 Servlet API
>
> In general, I try to build subprojects against the latest versions of
> dependencies that they support.  Since Slide supports Catalina, I presume
> that it works under the 2.3 Servlet API.  Is this a problem?

The dependency is to be able to build a realm for Catalina.
Catalina will run Slide just fine even if it's built with v2.2 of the
servlet API. My concern is that otherwise the generated build wouldn't run
with Tomcat 3.2.

> > - Avalon is not needed
>
> I was trying to resolve the following from the build.xml:
>
>   <property name="avalon.dist"           value="../dist/avalon" />
>    <available property="avalon.present"
>      classname="org.apache.avalon.blocks.Block" />
>    <echo message="avalon.present=${avalon.present}" />
>
> I've listed this as an optional dependency.  Again, is this a problem?

Not really, it's just cosmetic.

A change in Ant's <style> task has made the build fail with the Ant from
CVS. Same for Struts.
I won't fix the problem since doing that would mean that building with the
shipping Ant 1.3 would fail :-(
I suggest instead they deprecate the old "style" attribute and add a new one
(which would handle paths correctly).

Remy


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to