I get a very strange error, and I don't see the problem:
org.apache.cocoon.ProcessingException: Language Exception: org.apache.cocoon.components.language.LanguageException: Error compiling sitemap_xmap: Line 0, column 0: could not parse error message: Note: sun.tools.javac.Main has been deprecated. /var/tomcat/work/Standalone/localhost/cocoon/cocoon-files/org/apache/cocoon/ www/floris/sitemap_xmap.java:73: ';' expected. private Object matcher_""_N40000C_expr; ^ Line 224, column 8: Invalid expression statement. Line 224, column 17: ';' expected. Line 329, column 12: ')' expected. Line 367, column 17: Identifier expected. Line 0, column 0: 5 errors, 1 warning
Hello Yves,
it's not a problem with your sitemap, but with the classpath: the compiler javac is missing. It's in the tools.jar of your JDK IIRC. The default cocoon start files include that jar on the classpath.
Joerg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
