you can also try to compile your project with log level set to TRACE
or DEBUG.. then you may see some more info.. e.g. at which line of
your gwt.XML there is a problem .
to change the log level I am using this code in my pom.xml:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
...
<configuration>
<logLevel>TRACE</logLevel>
...
</configuration>
</plugin>
hth,
agi
On Sep 6, 4:02 pm, Juan Pablo Gardella <[email protected]>
wrote:
> Only have this error when use maven? With eclipse, Can you run in dev mode?
>
> 2011/9/6 Juan Pablo Gardella <[email protected]>
>
>
>
>
>
>
>
> > Can you share the content of Main.gwt.xml?
>
> > 2011/9/6 Fábio Marigo <[email protected]>
>
> >> Could someone help me with the error below? I am having trouble trying
> >> to compile the GWT module.
>
> >> [INFO] Module file: C:\Desenvolvimento\eclipse\workspace\SLT\project-
> >> gwt\src\main\resources\br\com\project\Main.gwt.xml
> >> Unable to parse module
> >> java.net.MalformedURLException
> >> at java.net.URL.<init>(URL.java:601)
> >> at java.net.URL.<init>(URL.java:464)
> >> at java.net.URL.<init>(URL.java:413)
> >> at
>
> >> com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity
> >> (XMLEntityManager.java:
> >> 650)
> >> at
>
> >> com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVers
> >> ion(XMLVersionDetector.java:
> >> 186)
> >> at
>
> >> com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Co
> >> nfiguration.java:
> >> 772)
> >> at
>
> >> com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Co
> >> nfiguration.java:
> >> 737)
> >> at
> >> com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:
> >> 119)
> >> at
>
> >> com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Abstract
> >> SAXParser.java:
> >> 1205)
> >> at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl
> >> $JAXPSAXParser.parse(SAXParserImpl.java:522)
> >> at org.jdom.input.SAXBuilder.build(SAXBuilder.java:489)
> >> at org.jdom.input.SAXBuilder.build(SAXBuilder.java:807)
> >> at
>
> >> com.totsp.mavenplugin.gwt.support.GwtWebInfProcessor.getGwtServletDescripto
> >> rs(GwtWebInfProcessor.java:
> >> 151)
> >> at
>
> >> com.totsp.mavenplugin.gwt.support.GwtWebInfProcessor.getGwtServletDescripto
> >> rs(GwtWebInfProcessor.java:
> >> 168)
> >> at
>
> >> com.totsp.mavenplugin.gwt.support.GwtWebInfProcessor.<init>(GwtWebInfProces
> >> sor.java:
> >> 106)
> >> at
> >> com.totsp.mavenplugin.gwt.MergeWebXmlMojo.execute(MergeWebXmlMojo.java:
> >> 91)
> >> at
>
> >> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildP
> >> luginManager.java:
> >> 107)
> >> at
>
> >> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:
> >> 209)
> >> at
>
> >> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:
> >> 153)
> >> at
>
> >> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:
> >> 145)
> >> at
>
> >> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(Lif
> >> ecycleModuleBuilder.java:
> >> 84)
> >> at
>
> >> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(Lif
> >> ecycleModuleBuilder.java:
> >> 59)
> >> at
>
> >> org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(Li
> >> fecycleStarter.java:
> >> 183)
> >> at
>
> >> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStart
> >> er.java:
> >> 161)
> >> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
> >> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
> >> at org.apache.maven.cli.MavenCli.execute(MavenCli.java:534)
> >> at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
> >> at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
> >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >> at
> >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> >> 39)
> >> at
>
> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp
> >> l.java:
> >> 25)
> >> at java.lang.reflect.Method.invoke(Method.java:597)
> >> at
>
> >> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.j
> >> ava:
> >> 290)
> >> at
> >> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:
> >> 230)
> >> at
>
> >> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher
> >> .java:
> >> 409)
> >> at
> >> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:
> >> 352)
>
> >> --
> >> 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.
--
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.