Wednesday, August 21, 2013

Re: Internal Compiler Error / Xerces

As said by DP,

I had to add the following to my pom.cml to make it work

        <dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.11.0</version>
</dependency>
<dependency>
            <groupId>xml-apis</groupId>
            <artifactId>xml-apis</artifactId>
            <version>1.4.01</version>
        </dependency>

On Friday, April 19, 2013 9:25:19 PM UTC+2, DP wrote:
I had similar problem.  I resolved it by adding xercesImpl artifact to my Maven pom.xml

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment