David,

I understood that you put a CatalogManager.properties file in the classpath.
However that was not really my question ... :)
Here is my situation :
- I'm using cocoon2 simply to generate HTML and PDF from XML as part of my
project Ant build process and I have to say that I don't know at all how
cocoon2 works, including catalogs.
- I have noticed that with the ant part that I have described below, the doc
is correctly generated but I have _not_ provided any
CatalogManager.properties file. I assume cocoon is using either a default
one or it is not needed for what I am doing.
- My question was : how can I simply prevent cocoon to generate the 5
warnings about "Cannot find CatalogManager.properties, ideally, without
having to provide a CatalogManager.properties file as it seems to work
without one".
- As a last resort, I'll take the one in webapp/resources/entities.

Thanks
-Vincent

----- Original Message -----
From: "David Crossley" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; "Vincent Massol" <[EMAIL PROTECTED]>
Sent: Tuesday, November 20, 2001 5:08 AM
Subject: Re: [c2] how to remove CatalogManager.properties warning ?


> Hi Vincent, it seems that you missed the answer to your
> previous posting on this same topic ... 2001-11-15
> http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=100581167505732&w=2
>
> Vincent Massol wrote:
> > I am getting several CatalogManager.properties warnings on the console.
> > However everything runs fine. I'd like to know what  I could do to
remove
> > these warnings (Possibly, I'd like not to have to define a catalog as
the
> > default one suits me fine). I am running cocoon as follows :
> >
> >         <java classname="org.apache.cocoon.Main" fork="true">
> >             <arg value="-c${target.xdoc.dir}/"/>
> >             <arg value="-d${target.doc.dir}"/>
> >             <arg value="-w${target.xdoc.tmp.dir}"/>
> >             <arg value="-l${target.xdoc.tmp.dir}/cocoon.log"/>
> >             <arg value="-uERROR"/>
> >             <arg value="-f${target.xdoc.dir}/root.uris"/>
> >             <arg value="-f${target.xdoc.dir}/pdfs.uris"/>
> >             <classpath>
> >                 <pathelement path="${java.class.path}"/>
> >             </classpath>
> >         </java>
> >
> > Thanks
> > -Vincent
>


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to