Hi there,
I met a problem when building the sample Hello in the samples
directory with GWT 1.7.0.
The build process is shown as below.
Buildfile: build.xml
libs:
javac:
gwtc:
[java] Loading module 'com.google.gwt.sample.hello.Hello'
[java] [ERROR] Failure while parsing XML
[java] org.xml.sax.SAXNotSupportedException:
http://apache.org/xml/features/nonvalidating/load-external-dtd
[java] at gnu.xml.stream.SAXParserFactory.setFeature(libgcj.so.
10)
[java] at com.google.gwt.dev.util.xml.ReflectiveParser
$Impl.parse(ReflectiveParser.java:307)
[java] at com.google.gwt.dev.util.xml.ReflectiveParser
$Impl.access$100(ReflectiveParser.java:48)
[java] at com.google.gwt.dev.util.xml.ReflectiveParser.parse
(ReflectiveParser.java:385)
[java] at com.google.gwt.dev.cfg.ModuleDefLoader.nestedLoad
(ModuleDefLoader.java:243)
[java] at com.google.gwt.dev.cfg.ModuleDefLoader$1.load
(ModuleDefLoader.java:155)
[java] at com.google.gwt.dev.cfg.ModuleDefLoader.doLoadModule
(ModuleDefLoader.java:269)
[java] at
com.google.gwt.dev.cfg.ModuleDefLoader.loadFromClassPath
(ModuleDefLoader.java:127)
[java] at com.google.gwt.dev.Compiler.run(Compiler.java:156)
[java] at com.google.gwt.dev.Compiler$1.run(Compiler.java:124)
[java] at com.google.gwt.dev.CompileTaskRunner.doRun
(CompileTaskRunner.java:88)
[java] at com.google.gwt.dev.CompileTaskRunner.ru
BUILD FAILED
/home/ada/softwares/gwt-linux-1.7.0/samples/Hello/build.xml:34: Java
returned: 1
Total time: 1 second
It seems that there is an error when parsing the XML file.
Can anyone give me some help on this?
Thanks in advance.
Simon
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---