> From: David Crossley [mailto:[EMAIL PROTECTED]]
>
> > > > 3) run "build test" and pass the Catalog Resolver tests.
> > >
> > > Output:
>
>
>
> That is great to see that the catalog entity resolver is
> working for you all.
>
> These build test problems are another issue. Please see
> this
Carsten Ziegeler wrote:
> Great work!
> my os is w2k, Tomcat 3.3a.
> So here are the results:
>
> Vadim Gritsenko wrote:
> > > From: David Crossley
> > > Would others please please report any problems ...
> > > 1) use the sample "Entity Catalogs" from the Welcome page
> >
> > Works.
>
> Works
>
Great work!
my os is w2k, Tomcat 3.3a.
So here are the results:
Vadim Gritsenko wrote:
>
> > From: David Crossley [mailto:[EMAIL PROTECTED]]
> >
> > Would others please please report any problems ...
> > 1) use the sample "Entity Catalogs" from the Welcome page
>
> Works.
Works
>
> > 2) ru
> From: David Crossley [mailto:[EMAIL PROTECTED]]
>
> Would others please please report any problems ...
> 1) use the sample "Entity Catalogs" from the Welcome page
Works.
> 2) run "build docs" and get past "catalog-test.xml"
No problem.
> 3) run "build test" and pass the Catalog Resolver tes
Bernhard Huber wrote:
>I think that the servlet implementation for getResource is somewhat wrong,
>it is a bad idea trying to getExternalForm() from an directory installed
>webapplication, hence trying first getRealPath(), and only if it returns
>null try using getResource(), yields okay
>
>For