[google-caja] r4380 committed - Edited wiki page RunningCaja through web user interface.

1 view
Skip to first unread message

googl...@googlecode.com

unread,
Feb 27, 2011, 9:36:13 PM2/27/11
to caja....@gmail.com
Revision: 4380
Author: jas...@gmail.com
Date: Sun Feb 27 18:35:11 2011
Log: Edited wiki page RunningCaja through web user interface.
http://code.google.com/p/google-caja/source/detail?r=4380

Modified:
/wiki/RunningCaja.wiki

=======================================
--- /wiki/RunningCaja.wiki Mon Jun 7 14:52:29 2010
+++ /wiki/RunningCaja.wiki Sun Feb 27 18:35:11 2011
@@ -78,9 +78,19 @@

=== Problems running Ant ===

-If you see the following error when running ant, try upgrading to Ant 1.7:
-
-{{{
+If you see the following error when running ant, ant is using a built in
and obsolete version of xerces rather than the more recent one included
with Caja. {{{
+com.google.caja.SomethingWidgyHappenedError: Missing DOM implementation.
Is Xerces on the classpath? (DOMImplementationRegistry.getDOMImplementation
returned null.)
+ at com.google.caja.parser.html.DomParser.makeDocument(DomParser.java:174)
+ at com.google.caja.parser.html.DomParser.makeDocument(DomParser.java:187)
+ at
com.google.caja.plugin.stages.CompileHtmlStage.apply(CompileHtmlStage.java:108)
+...
+}}}
+
+Try setting your classpath before running ant or run ant like this: {{{
+ CLASSPATH=third_party/java/xerces/xercesImpl.jar ant
+}}}
+
+If you see the following error when running ant, try upgrading to Ant 1.7:
{{{
google-caja/build.xml:144: java.lang.NoClassDefFoundError:
org/apache/tools/ant/types/ResourceCollection
at
org.apache.tools.ant.IntrospectionHelper$Creator.create(IntrospectionHelper.java:1166)
at
org.apache.tools.ant.UnknownElement.handleChild(UnknownElement.java:549)

Reply all
Reply to author
Forward
0 new messages