Hi Max,
It seems that I had some serious build issues, they're resolved now.
I think the reason for my troubles is that the output directory is outside the ${basedir}. The org.jboss.errai.cdi.* and org.jboss.errai.marshalling.* classes were not created (or only created in the temp directory and never copied to /WEB-INF/classes. The compiler output is below :
Is there any way to configure the output directory ?
Computing all possible rebind results for 'org.jboss.errai.marshalling.client.api.MarshallerFactory'
Rebinding org.jboss.errai.marshalling.client.api.MarshallerFactory
Invoking generator org.jboss.errai.marshalling.rebind.MarshallersGenerator
Generating Marshallers Bootstrapper...
16:08:09.608 [main] INFO o.j.errai.common.rebind.CacheUtil - clearing all generation caches...
16:08:10.871 [Thread-13] INFO o.j.errai.reflections.Reflections - Reflections took 676 ms to scan 15 urls, producing 551 keys and 3599 values [using 2 cores]
16:08:10.908 [main] INFO o.j.e.config.rebind.AsyncGenerators - discovered async generator org.jboss.errai.ui.rebind.TranslationServiceGenerator; for type: org.jboss.errai.ui.client.local.spi.TranslationService
16:08:10.909 [main] INFO o.j.e.config.rebind.AsyncGenerators - discovered async generator org.jboss.errai.enterprise.rebind.EventQualifierSerializerGenerator; for type: org.jboss.errai.enterprise.client.cdi.EventQualifierSerializer
16:08:10.910 [main] INFO o.j.e.config.rebind.AsyncGenerators - discovered async generator org.jboss.errai.bus.rebind.RpcProxyLoaderGenerator; for type: org.jboss.errai.bus.client.framework.RpcProxyLoader
16:08:10.911 [main] INFO o.j.e.config.rebind.AsyncGenerators - discovered async generator org.jboss.errai.marshalling.rebind.MarshallersGenerator; for type: org.jboss.errai.marshalling.client.api.MarshallerFactory
16:08:10.915 [main] INFO o.j.e.config.rebind.AsyncGenerators - discovered async generator org.jboss.errai.ui.nav.rebind.NavigationGraphGenerator; for type: org.jboss.errai.ui.nav.client.local.spi.NavigationGraph
16:08:10.917 [main] INFO o.j.e.config.rebind.AsyncGenerators - discovered async generator org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCGenerator; for type: org.jboss.errai.ioc.client.Bootstrapper
16:08:10.918 [main] INFO o.j.e.config.rebind.AsyncGenerators - discovered async generator org.jboss.errai.enterprise.rebind.JaxrsProxyLoaderGenerator; for type: org.jboss.errai.enterprise.client.jaxrs.JaxrsProxyLoader
16:08:10.927 [main] INFO o.j.e.config.rebind.AsyncGenerators - discovered async generator org.jboss.errai.databinding.rebind.BindableProxyLoaderGenerator; for type: org.jboss.errai.databinding.client.BindableProxyLoader
16:08:10.929 [pool-4-thread-1] INFO o.j.e.c.r.AbstractAsyncGenerator - Running generator org.jboss.errai.ui.nav.rebind.NavigationGraphGenerator
16:08:10.936 [pool-4-thread-2] INFO o.j.e.c.r.AbstractAsyncGenerator - Running generator org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCGenerator
16:08:10.938 [pool-4-thread-3] INFO o.j.e.c.r.AbstractAsyncGenerator - Running generator org.jboss.errai.bus.rebind.RpcProxyLoaderGenerator
16:08:10.938 [pool-4-thread-3] INFO o.j.e.b.r.RpcProxyLoaderGenerator - generating RPC proxy loader class...
16:08:10.939 [pool-4-thread-4] INFO o.j.e.c.r.AbstractAsyncGenerator - Running generator org.jboss.errai.marshalling.rebind.MarshallersGenerator
16:08:10.943 [pool-4-thread-2] INFO o.j.e.i.r.i.b.IOCBootstrapGenerator - generating IOC bootstrapping class...
Checking ErraiApp.properties for configured types ...
16:08:10.994 [pool-4-thread-4] INFO o.j.e.m.r.MarshallerGeneratorFactory - generating marshaller factory class for server...
16:08:11.256 [pool-4-thread-3] INFO o.j.e.b.r.RpcProxyLoaderGenerator - generated RPC proxy loader class in 308ms.
16:08:11.257 [pool-4-thread-3] INFO o.j.e.c.r.AbstractAsyncGenerator - Running generator org.jboss.errai.databinding.rebind.BindableProxyLoaderGenerator
16:08:11.408 [pool-4-thread-3] INFO o.j.e.c.r.AbstractAsyncGenerator - Running generator org.jboss.errai.ui.rebind.TranslationServiceGenerator
16:08:11.418 [pool-4-thread-3] INFO o.j.e.u.r.TranslationServiceGenerator - Preparing to scan for i18n bundle files.
16:08:11.501 [pool-4-thread-3] INFO o.j.errai.reflections.Reflections - Reflections took 81 ms to scan 15 urls, producing 0 keys and 0 values
16:08:11.517 [pool-4-thread-1] INFO o.j.e.c.r.AbstractAsyncGenerator - Running generator org.jboss.errai.enterprise.rebind.JaxrsProxyLoaderGenerator
16:08:11.597 [pool-4-thread-1] INFO o.j.e.c.r.AbstractAsyncGenerator - Running generator org.jboss.errai.enterprise.rebind.EventQualifierSerializerGenerator
16:08:11.598 [pool-4-thread-1] INFO o.j.e.e.r.EventQualifierSerializerGenerator - Generating org.jboss.errai.cdi.EventQualifierSerializerImpl...
16:08:11.680 [pool-4-thread-1] INFO o.j.e.e.r.EventQualifierSerializerGenerator - Generating class file for server.
16:08:11.685 [pool-4-thread-1] INFO o.j.e.e.r.EventQualifierSerializerGenerator - No output directory set. Attempting to discover target directory and write class file.
16:08:11.687 [pool-4-thread-1] INFO o.j.e.m.r.util.OutputDirectoryUtil - Searching candidate output directories...
16:08:11.690 [pool-4-thread-1] INFO o.j.e.m.r.util.OutputDirectoryUtil - Considering 'C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision\target/classes/' as an output path...
16:08:11.691 [pool-4-thread-1] INFO o.j.e.m.r.util.OutputDirectoryUtil - Rejecting C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision\target\classes because it does not exist
16:08:11.691 [pool-4-thread-1] INFO o.j.e.m.r.util.OutputDirectoryUtil - Considering 'C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision\target/war/WEB-INF/classes/' as an output path...
16:08:11.691 [pool-4-thread-1] INFO o.j.e.m.r.util.OutputDirectoryUtil - Rejecting C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision\target\war\WEB-INF\classes because it does not exist
16:08:11.691 [pool-4-thread-1] INFO o.j.e.m.r.util.OutputDirectoryUtil - Considering 'C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision\src/main/webapp/WEB-INF/classes/' as an output path...
16:08:11.691 [pool-4-thread-1] INFO o.j.e.m.r.util.OutputDirectoryUtil - Rejecting C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision\src\main\webapp\WEB-INF\classes because it does not exist
16:08:11.691 [pool-4-thread-1] INFO o.j.e.m.r.util.OutputDirectoryUtil - Considering 'C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision\WEB-INF/classes/' as an output path...
16:08:11.691 [pool-4-thread-1] INFO o.j.e.m.r.util.OutputDirectoryUtil - Rejecting C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision\WEB-INF\classes because it does not exist
16:08:11.691 [pool-4-thread-1] INFO o.j.e.m.r.util.OutputDirectoryUtil - Considering 'C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision\war/WEB-INF/classes/' as an output path...
16:08:11.692 [pool-4-thread-1] INFO o.j.e.m.r.util.OutputDirectoryUtil - Rejecting C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision\war\WEB-INF\classes because it does not exist
16:08:11.692 [pool-4-thread-1] INFO o.j.e.m.r.util.OutputDirectoryUtil - Considering 'C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision\web/WEB-INF/classes/' as an output path...
16:08:11.693 [pool-4-thread-1] INFO o.j.e.m.r.util.OutputDirectoryUtil - Rejecting C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision\web\WEB-INF\classes because it does not exist
16:08:11.937 [pool-4-thread-4] INFO o.j.e.m.r.MarshallerGeneratorFactory - generated marshaller factory class in 943ms.
16:08:11.937 [pool-4-thread-4] INFO o.j.e.m.r.util.OutputDirectoryUtil - Searching candidate output directories...
16:08:11.938 [pool-4-thread-4] INFO o.j.e.m.r.util.OutputDirectoryUtil - Considering 'C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision\target/classes/' as an output path...
16:08:11.938 [pool-4-thread-4] INFO o.j.e.m.r.util.OutputDirectoryUtil - Rejecting C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision\target\classes because it does not exist
16:08:11.938 [pool-4-thread-4] INFO o.j.e.m.r.util.OutputDirectoryUtil - Considering 'C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision\target/war/WEB-INF/classes/' as an output path...
16:08:11.938 [pool-4-thread-4] INFO o.j.e.m.r.util.OutputDirectoryUtil - Rejecting C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision\target\war\WEB-INF\classes because it does not exist
16:08:11.939 [pool-4-thread-4] INFO o.j.e.m.r.util.OutputDirectoryUtil - Considering 'C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision\src/main/webapp/WEB-INF/classes/' as an output path...
16:08:11.941 [pool-4-thread-4] INFO o.j.e.m.r.util.OutputDirectoryUtil - Rejecting C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision\src\main\webapp\WEB-INF\classes because it does not exist
16:08:11.943 [pool-4-thread-4] INFO o.j.e.m.r.util.OutputDirectoryUtil - Considering 'C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision\WEB-INF/classes/' as an output path...
16:08:11.944 [pool-4-thread-4] INFO o.j.e.m.r.util.OutputDirectoryUtil - Rejecting C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision\WEB-INF\classes because it does not exist
16:08:11.945 [pool-4-thread-4] INFO o.j.e.m.r.util.OutputDirectoryUtil - Considering 'C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision\war/WEB-INF/classes/' as an output path...
16:08:11.945 [pool-4-thread-4] INFO o.j.e.m.r.util.OutputDirectoryUtil - Rejecting C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision\war\WEB-INF\classes because it does not exist
16:08:11.946 [pool-4-thread-4] INFO o.j.e.m.r.util.OutputDirectoryUtil - Considering 'C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision\web/WEB-INF/classes/' as an output path...
16:08:11.946 [pool-4-thread-4] INFO o.j.e.m.r.util.OutputDirectoryUtil - Rejecting C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision\web\WEB-INF\classes because it does not exist
16:08:11.978 [pool-4-thread-1] INFO o.j.e.codegen.util.ClassChangeUtil - Searching for class: org.jboss.errai.marshalling.server.impl.ServerMarshallingFactoryImpl
16:08:11.986 [pool-4-thread-1] INFO o.j.e.codegen.util.ClassChangeUtil - Could not find URL for org.jboss.errai.marshalling.server.impl.ServerMarshallingFactoryImpl. Attempting to load with context class loader.
16:08:11.986 [pool-4-thread-1] WARN o.j.e.codegen.util.ClassChangeUtil - Could not load org.jboss.errai.marshalling.server.impl.ServerMarshallingFactoryImpl class.
16:08:11.990 [pool-4-thread-1] WARN ErraiMarshalling - using dynamic marshallers. dynamic marshallers are designed for development mode testing, and ideally should not be used in production. *
16:08:12.440 [pool-4-thread-4] WARN o.j.e.m.r.util.OutputDirectoryUtil - ** NO ROOTS FOUND!
16:08:12.443 [pool-4-thread-4] WARN o.j.e.common.metadata.RebindUtils - could not determine module location, using CWD
16:08:12.444 [pool-4-thread-4] INFO o.j.e.m.r.util.OutputDirectoryUtil - Considering 'C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision/\target/classes/' as an output path...
16:08:12.444 [pool-4-thread-4] INFO o.j.e.m.r.util.OutputDirectoryUtil - Rejecting C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision\target\classes because it does not exist
16:08:12.444 [pool-4-thread-4] INFO o.j.e.m.r.util.OutputDirectoryUtil - Considering 'C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision/\war/WEB-INF/classes/' as an output path...
16:08:12.444 [pool-4-thread-4] INFO o.j.e.m.r.util.OutputDirectoryUtil - Rejecting C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision\war\WEB-INF\classes because it does not exist
16:08:12.445 [pool-4-thread-4] INFO o.j.e.m.r.util.OutputDirectoryUtil - Considering 'C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision/\target/war/WEB-INF/classes/' as an output path...
16:08:12.445 [pool-4-thread-4] INFO o.j.e.m.r.util.OutputDirectoryUtil - Rejecting C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision\target\war\WEB-INF\classes because it does not exist
16:08:12.446 [pool-4-thread-4] INFO o.j.e.m.r.util.OutputDirectoryUtil - Considering 'C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision/\web/WEB-INF/classes/' as an output path...
16:08:12.446 [pool-4-thread-4] INFO o.j.e.m.r.util.OutputDirectoryUtil - Rejecting C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision\web\WEB-INF\classes because it does not exist
16:08:12.446 [pool-4-thread-4] INFO o.j.e.m.r.util.OutputDirectoryUtil - Considering 'C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision/\src/main/webapp/WEB-INF/classes/' as an output path...
16:08:12.446 [pool-4-thread-4] INFO o.j.e.m.r.util.OutputDirectoryUtil - Rejecting C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision\src\main\webapp\WEB-INF\classes because it does not exist
16:08:12.448 [pool-4-thread-4] INFO o.j.e.m.r.util.OutputDirectoryUtil - Considering 'C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision/\WEB-INF/classes/' as an output path...
16:08:12.449 [pool-4-thread-4] INFO o.j.e.m.r.util.OutputDirectoryUtil - Rejecting C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision\WEB-INF\classes because it does not exist
16:08:12.450 [pool-4-thread-4] WARN o.j.e.m.r.util.OutputDirectoryUtil - A target output could not be resolved through configuration or auto-detection!
Your deployment may be missing required class files.
16:08:12.451 [pool-4-thread-4] INFO o.j.e.m.r.MarshallerGeneratorFactory - generating marshaller factory class for client...
16:08:12.493 [pool-4-thread-1] WARN o.j.e.m.r.util.OutputDirectoryUtil - ** NO ROOTS FOUND!
16:08:12.495 [pool-4-thread-1] WARN o.j.e.common.metadata.RebindUtils - could not determine module location, using CWD
16:08:12.495 [pool-4-thread-1] INFO o.j.e.m.r.util.OutputDirectoryUtil - Considering 'C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision/\target/classes/' as an output path...
16:08:12.496 [pool-4-thread-1] INFO o.j.e.m.r.util.OutputDirectoryUtil - Rejecting C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision\target\classes because it does not exist
16:08:12.496 [pool-4-thread-1] INFO o.j.e.m.r.util.OutputDirectoryUtil - Considering 'C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision/\war/WEB-INF/classes/' as an output path...
16:08:12.497 [pool-4-thread-1] INFO o.j.e.m.r.util.OutputDirectoryUtil - Rejecting C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision\war\WEB-INF\classes because it does not exist
16:08:12.497 [pool-4-thread-1] INFO o.j.e.m.r.util.OutputDirectoryUtil - Considering 'C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision/\target/war/WEB-INF/classes/' as an output path...
16:08:12.498 [pool-4-thread-1] INFO o.j.e.m.r.util.OutputDirectoryUtil - Rejecting C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision\target\war\WEB-INF\classes because it does not exist
16:08:12.498 [pool-4-thread-1] INFO o.j.e.m.r.util.OutputDirectoryUtil - Considering 'C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision/\web/WEB-INF/classes/' as an output path...
16:08:12.498 [pool-4-thread-1] INFO o.j.e.m.r.util.OutputDirectoryUtil - Rejecting C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision\web\WEB-INF\classes because it does not exist
16:08:12.498 [pool-4-thread-1] INFO o.j.e.m.r.util.OutputDirectoryUtil - Considering 'C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision/\src/main/webapp/WEB-INF/classes/' as an output path...
16:08:12.498 [pool-4-thread-1] INFO o.j.e.m.r.util.OutputDirectoryUtil - Rejecting C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision\src\main\webapp\WEB-INF\classes because it does not exist
16:08:12.498 [pool-4-thread-1] INFO o.j.e.m.r.util.OutputDirectoryUtil - Considering 'C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision/\WEB-INF/classes/' as an output path...
16:08:12.498 [pool-4-thread-1] INFO o.j.e.m.r.util.OutputDirectoryUtil - Rejecting C:\Users\mjmen\Documents\NetBeansProjects\Supervision2\Supervision\WEB-INF\classes because it does not exist
16:08:12.498 [pool-4-thread-1] WARN o.j.e.m.r.util.OutputDirectoryUtil - A target output could not be resolved through configuration or auto-detection!
Your deployment may be missing required class files.
16:08:13.333 [pool-4-thread-4] INFO o.j.e.m.r.MarshallerGeneratorFactory - generated marshaller factory class in 873ms.
Rebinding org.jboss.errai.marshalling.client.api.MarshallerFactory
Invoking generator org.jboss.errai.marshalling.rebind.MarshallersGenerator
Generating Marshallers Bootstrapper...
Rebinding org.jboss.errai.marshalling.client.api.MarshallerFactory
Invoking generator org.jboss.errai.marshalling.rebind.MarshallersGenerator
Generating Marshallers Bootstrapper...
Rebinding org.jboss.errai.marshalling.client.api.MarshallerFactory
Invoking generator org.jboss.errai.marshalling.rebind.MarshallersGenerator
Generating Marshallers Bootstrapper...
Rebinding org.jboss.errai.marshalling.client.api.MarshallerFactory
Invoking generator org.jboss.errai.marshalling.rebind.MarshallersGenerator
Generating Marshallers Bootstrapper...
Computing all possible rebind results for 'org.jboss.errai.ioc.client.container.IOCEnvironment'
Rebinding org.jboss.errai.ioc.client.container.IOCEnvironment
Invoking generator org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCEnvironmentGenerator
Generating Extensions Bootstrapper...
Rebinding org.jboss.errai.ioc.client.container.IOCEnvironment
Invoking generator org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCEnvironmentGenerator
Generating Extensions Bootstrapper...
Rebinding org.jboss.errai.ioc.client.container.IOCEnvironment
Invoking generator org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCEnvironmentGenerator
Generating Extensions Bootstrapper...
Rebinding org.jboss.errai.ioc.client.container.IOCEnvironment
Invoking generator org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCEnvironmentGenerator
Generating Extensions Bootstrapper...
Rebinding org.jboss.errai.ioc.client.container.IOCEnvironment
Invoking generator org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCEnvironmentGenerator
Generating Extensions Bootstrapper...
Computing all possible rebind results for 'org.jboss.errai.ioc.client.Bootstrapper'
Rebinding org.jboss.errai.ioc.client.Bootstrapper
Invoking generator org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCGenerator
generating ioc bootstrapping code...
16:08:16.619 [pool-4-thread-2] INFO o.j.e.i.r.i.b.IOCProcessor - Reachability strategy set to Annotated
16:08:16.787 [pool-4-thread-2] INFO o.j.e.i.r.i.b.IOCBootstrapGenerator - generated IOC bootstrapping class in 5844ms
Rebinding org.jboss.errai.ioc.client.Bootstrapper
Invoking generator org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCGenerator
generating ioc bootstrapping code...
Rebinding org.jboss.errai.ioc.client.Bootstrapper
Invoking generator org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCGenerator
generating ioc bootstrapping code...
Rebinding org.jboss.errai.ioc.client.Bootstrapper
Invoking generator org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCGenerator
generating ioc bootstrapping code...
Rebinding org.jboss.errai.ioc.client.Bootstrapper
Invoking generator org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCGenerator
generating ioc bootstrapping code...
16:08:17.781 [main] INFO o.j.e.i.r.i.b.QualifierEqualityFactoryGenerator - Generating QualifierEqualityFactory...
16:08:17.807 [main] INFO o.j.e.i.r.i.b.QualifierEqualityFactoryGenerator - Generated QualifierEqualityFactory in 26ms
16:08:18.235 [main] WARN o.j.e.u.r.TemplatedCodeDecorator - The @Templated class, sotec.supervision.automate.webservices.gwt.client.inverter.InverterList, extends Composite. This will not be supported in future versions.
16:08:18.382 [main] INFO o.j.e.e.r.NonGwtEventQualifierSerializerGenerator - Attempting to load org.jboss.errai.cdi.EventQualifierSerializerImpl
16:08:18.382 [main] INFO o.j.e.codegen.util.ClassChangeUtil - Searching for class: org.jboss.errai.cdi.EventQualifierSerializerImpl
16:08:18.383 [main] INFO o.j.e.codegen.util.ClassChangeUtil - Could not find URL for org.jboss.errai.cdi.EventQualifierSerializerImpl. Attempting to load with context class loader.
16:08:18.384 [main] WARN o.j.e.codegen.util.ClassChangeUtil - Could not load org.jboss.errai.cdi.EventQualifierSerializerImpl class.
16:08:18.384 [main] WARN o.j.e.e.r.NonGwtEventQualifierSerializerGenerator - No org.jboss.errai.cdi.EventQualifierSerializerImpl found on the classpath. Attempting to generate and load.
16:08:18.385 [main] INFO o.j.e.e.r.NonGwtEventQualifierSerializerGenerator - Generating source for org.jboss.errai.cdi.EventQualifierSerializerImpl...
16:08:18.391 [main] INFO o.j.e.e.r.NonGwtEventQualifierSerializerGenerator - Successfully generated source for org.jboss.errai.cdi.EventQualifierSerializerImpl
16:08:18.391 [main] INFO o.j.e.e.r.NonGwtEventQualifierSerializerGenerator - Attempting to compile and load org.jboss.errai.cdi.EventQualifierSerializerImpl
16:08:18.391 [main] INFO o.j.e.codegen.util.ClassChangeUtil - Compiling and loading org.jboss.errai.cdi.EventQualifierSerializerImpl from source...
16:08:18.392 [main] INFO o.j.e.codegen.util.ClassChangeUtil - Using temporary directory for source and class files: C:\Users\mjmen\AppData\Local\Temp\mjmen\errai\414b255fa1c5ad50d6cd2d77c1c4d8f7f422b750\errai.gen\classes\org\jboss\errai\cdi
16:08:18.396 [main] INFO o.j.e.codegen.util.ClassChangeUtil - Writing source file C:\Users\mjmen\AppData\Local\Temp\mjmen\errai\414b255fa1c5ad50d6cd2d77c1c4d8f7f422b750\errai.gen\classes\org\jboss\errai\cdi\EventQualifierSerializerImpl.java...
16:08:18.398 [main] INFO o.j.e.codegen.util.ClassChangeUtil - Compiling org.jboss.errai.cdi.EventQualifierSerializerImpl in source file C:\Users\mjmen\AppData\Local\Temp\mjmen\errai\414b255fa1c5ad50d6cd2d77c1c4d8f7f422b750\errai.gen\classes\org\jboss\errai\cdi\EventQualifierSerializerImpl.java...
16:08:18.942 [main] INFO o.j.e.codegen.util.ClassChangeUtil - Loading compiled class at C:\Users\mjmen\AppData\Local\Temp\mjmen\errai\414b255fa1c5ad50d6cd2d77c1c4d8f7f422b750\errai.gen\classes\org\jboss\errai\cdi\org\jboss\errai\cdi\EventQualifierSerializerImpl.class...
16:08:18.944 [main] INFO o.j.e.e.r.NonGwtEventQualifierSerializerGenerator - Successfully generated and loaded org.jboss.errai.cdi.EventQualifierSerializerImpl
16:08:18.949 [main] WARN o.j.e.u.r.TemplatedCodeDecorator - The @Templated class, sotec.supervision.automate.webservices.gwt.client.inverter.InverterView, extends Composite. This will not be supported in future versions.
16:08:19.202 [main] WARN o.j.e.u.r.TemplatedCodeDecorator - The @Templated class, sotec.supervision.automate.webservices.gwt.client.inverter.InverterTable, extends Composite. This will not be supported in future versions.
16:08:19.256 [main] WARN o.j.e.u.r.TemplatedCodeDecorator - The @Templated class, sotec.supervision.automate.webservices.gwt.client.NavigationPane, extends Composite. This will not be supported in future versions.
16:08:19.290 [main] WARN o.j.e.u.r.TemplatedCodeDecorator - The @Templated class, sotec.supervision.automate.webservices.gwt.client.HomePage, extends Composite. This will not be supported in future versions.
Compiling 5 permutations
Compiling permutation 0...
Process output
Compiling
Compiling permutation 1...
Process output
Compiling
Compiling permutation 2...
Process output
Compiling
Compiling permutation 3...
Compiling permutation 4...
Compile of permutations succeeded
Compilation succeeded -- 91,316s
Linking into C:\Users\mjmen\Automate\webapp\gwt
Link succeeded
Linking succeeded -- 1,237s
The build configuration below does not build correctly, it only works if the output directories are under ${basedir}/target/etc
<build>
<outputDirectory>${user.home}/Automate/webapp/WEB-INF/classes</outputDirectory>
<plugins>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.0.1</version>
<executions>
<execution>
<id>copy-resources</id>
<!-- here the phase you need -->
<phase>validate</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${user.home}/Automate/webapp</outputDirectory>
<resources>
<resource>
<directory>src/main/resources/webapp</directory>
<filtering>false</filtering>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>2.8.0</version>
<executions>
<execution>
<goals>
<goal>compile</goal>
</goals>
</execution>
</executions>
<configuration>
<module>sotec.supervision.automate.webservices.gwt.GwtModule</module>
<webappDirectory>${user.home}/Automate/webapp</webappDirectory>
<runTarget>index.html</runTarget>
<hostedWebapp>${auser.home}/Automate/webapp</hostedWebapp>
<runTarget>index.html</runTarget>
<extraJvmArgs>-Xmx896M -Xms896m</extraJvmArgs>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.10</version>
<executions>
<execution>
<id>copy-dependencies</id>
<phase>package</phase>
<goals>
<goal>copy-dependencies</goal>
</goals>
<configuration>
<outputDirectory>${user.home}/Automate/webapp/WEB-INF/lib</outputDirectory>
<overWriteIfNewer>true</overWriteIfNewer>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>