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.

If you are talking about the messages from the entity resolver
(e.g. Resolved ...) then you can turn those off by setting the
parameter verbosity=0 inside CatalogManager.properties or
via the cocoon.xconf file.
See the documentation at userdocs/concepts/catalog.html

I suspect that you are probably talking about the 5 strange
messages that occur upon Cocoon startup
"Cannot find CatalogManager.properties".
Yes, we have solved that problem today. The "docs" target
needed to be specifically told where to find it. (Follow the
side-panel link from Cocoon home page to Code Repository
to see the latest build.xml)

Do not forget that your build target will need follow the
"prepare-docs" target to copy all of the catalog bits to the
appropriate place in your build tree.

--David Crossley

> 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