Hi,

Luke McKee wrote:
> I can't seem to work out what the build error below is attributed to.
> Any idea's?
> [...]
> java:compile:
>     [echo] Compiling
> to /home/lmc/src/svn/jackrabbit/contrib/jcr-ext/target/classes
>     [javac] Compiling 57 source files
> to /home/lmc/src/svn/jackrabbit/contrib/jcr-ext/target/classes
> /home/lmc/src/svn/jackrabbit/contrib/jcr-ext/src/java/org/apache/jackrabbit/xml/nodetype/SAXNamespaceResolver.java:31:
>  org.apache.jackrabbit.xml.nodetype.SAXNamespaceResolver is not abstract and 
> does not override abstract method 
> getJCRName(org.apache.jackrabbit.name.QName) in 
> org.apache.jackrabbit.name.NamespaceResolver
> public class SAXNamespaceResolver implements NamespaceResolver {
>        ^

Thanks for the problem report. The cause of this problem was the
modified NamespaceResolver interface in jackrabbit-commons. I just
updated JCR-EXT to match the latest API. It should compile without
problems as of revision 331115.

BR,

Jukka Zitting

Reply via email to