Date: Mon, 4 Jun 2007 16:47:43 +0200 (CEST)
Hello,
I'm trying to compile CMSContainer, but the process stops with error
messages. I asked for help on irc#mmbase, but they couldn't find my
error (in fact, they're getting the same messages I'm getting).
I think the relevant lines in maven's output are:
[...]
+----------------------------------------
| Executing multiproject:install-callback JSP taglib for MMBase
| Memory: 16M/18M
+----------------------------------------
mmbase-module:install:
build:end:
build:start:
multiproject:install-callback:
[echo] Running mmbase-module:install for JSP taglib for
MMBase
war:init:
mmbase-module:init:
[echo] mmbase module: mmbase-taglib-1.9.0
java:prepare-filesystem:
java:compile:
[echo] Compiling
to /home/marcel/sandbox/mmbase/applications/taglib/target/classes
[javac] Compiling 20 source files
to /home/marcel/sandbox/mmbase/applications/taglib/target/classes
[javac] /home/marcel/sandbox/mmbase/applications/taglib/src/org/mmbase/bridge/jsp/taglib/typehandler/AbstractTypeHandler.java:257: cannot find symbol
[javac] symbol : method
XMLEscape(java.lang.String,java.lang.StringBuilder)
[javac] location: class org.mmbase.util.transformers.Xml
[javac] Xml.XMLEscape(error.get(locale),
show);
I found the same errors in this file:
http://www.mmbase.org/development/download/head/2007-05-26/messages.log . The next compile, three minutes later, does ok, suggesting there's an easy fix.
Does anyone have thoughts on this?
Thanks,
Marcel