build error - look familar?

John Mazzitelli mazz at redhat.com
Tue Apr 8 23:48:04 UTC 2014


Anyone ever see this? I did add something to the GWT interfaces, but there are no errors to indicate anything is wrong with the new code... there isn't anything obviously wrong with my new code that I can see.

Caused by: org.codehaus.mojo.gwt.shell.ForkedProcessExecutionException: Command [[
...the big command line to run the gwt compiler is here...
]] failed with status 1
        at org.codehaus.mojo.gwt.shell.AbstractGwtShellMojo$JavaCommand.execute(AbstractGwtShellMojo.java:485)
        at org.codehaus.mojo.gwt.shell.CompileMojo.compile(CompileMojo.java:365)
        at org.codehaus.mojo.gwt.shell.CompileMojo.doExecute(CompileMojo.java:280)
        at org.codehaus.mojo.gwt.shell.AbstractGwtShellMojo.execute(AbstractGwtShellMojo.java:172)
        at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)


More information about the rhq-devel mailing list