Here's the output from my maven build (mvn clean package)

-------------------------------
[Console output redirected to file:C:\Users\beutelsn\DevTools
\dashboard2CleanPackage.log]
[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] DEV Bauhaus Dashboard
[INFO] DEV Bauhaus Dashboard Database Connector
[INFO] DEV Bauhaus Dashboard Server
[INFO] DEV Bauhaus Dashboard Client
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Building DEV Bauhaus Dashboard 0.0.1-SNAPSHOT
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ dashboard2
---
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Building DEV Bauhaus Dashboard Database Connector 0.0.1-
SNAPSHOT
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @
dashboardDatabase ---
[INFO] Deleting C:\Users\beutelsn\DevTools\workspace
\dashboard2\dashboardDatabase\target
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources)
@ dashboardDatabase ---
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered
resources, i.e. build is platform dependent!
[INFO] Copying 3 resources
[INFO] Copying 5 resources
[INFO] Copying 5 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
dashboardDatabase ---
[INFO] Compiling 3 source files to C:\Users\beutelsn\DevTools\workspace
\dashboard2\dashboardDatabase\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-
testResources) @ dashboardDatabase ---
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered
resources, i.e. build is platform dependent!
[INFO] Copying 6 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-
testCompile) @ dashboardDatabase ---
[INFO] Compiling 1 source file to C:\Users\beutelsn\DevTools\workspace
\dashboard2\dashboardDatabase\target\test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.6:test (default-test) @
dashboardDatabase ---
[INFO] Surefire report directory: C:\Users\beutelsn\DevTools\workspace
\dashboard2\dashboardDatabase\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running TestSuite

===============================================
    unit tests
    Tests run: 0, Failures: 0, Skips: 0
===============================================


===============================================
dashboardDatabase unit testsuite
Total tests run: 0, Failures: 0, Skips: 0
===============================================


===============================================
    integration tests
    Tests run: 0, Failures: 0, Skips: 0
===============================================


===============================================
dashboardDatabase integration testsuite
Total tests run: 0, Failures: 0, Skips: 0
===============================================


===============================================
dashboardDatabase testsuite
Total tests run: 0, Failures: 0, Skips: 0
===============================================

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.449
sec

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ dashboardDatabase
---
[INFO] Building jar: C:\Users\beutelsn\DevTools\workspace
\dashboard2\dashboardDatabase\target\dashboardDatabase-0.0.1-
SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:2.2:test-jar (default) @ dashboardDatabase
---
[INFO] Building jar: C:\Users\beutelsn\DevTools\workspace
\dashboard2\dashboardDatabase\target\dashboardDatabase-0.0.1-SNAPSHOT-
tests.jar
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Building DEV Bauhaus Dashboard Server 0.0.1-SNAPSHOT
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @
dashboardServer ---
[INFO] Deleting C:\Users\beutelsn\DevTools\workspace
\dashboard2\dashboardServer\target
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources)
@ dashboardServer ---
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered
resources, i.e. build is platform dependent!
[INFO] Copying 57 resources
[INFO] Copying 62 resources
[INFO] Copying 5 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
dashboardServer ---
[INFO] Compiling 56 source files to C:\Users\beutelsn\DevTools
\workspace\dashboard2\dashboardServer\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-
testResources) @ dashboardServer ---
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered
resources, i.e. build is platform dependent!
[INFO] Copying 5 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-
testCompile) @ dashboardServer ---
[INFO] Compiling 5 source files to C:\Users\beutelsn\DevTools\workspace
\dashboard2\dashboardServer\target\test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.6:test (default-test) @
dashboardServer ---
[INFO] Surefire report directory: C:\Users\beutelsn\DevTools\workspace
\dashboard2\dashboardServer\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running TestSuite

===============================================
    dashboardServer unit tests
    Tests run: 0, Failures: 0, Skips: 0
===============================================


===============================================
dashboardServer unit testsuite
Total tests run: 0, Failures: 0, Skips: 0
===============================================


===============================================
    dashboardServer integration tests
    Tests run: 0, Failures: 0, Skips: 0
===============================================


===============================================
dashboardServer integration testsuite
Total tests run: 0, Failures: 0, Skips: 0
===============================================


===============================================
dashboardServer testsuite
Total tests run: 0, Failures: 0, Skips: 0
===============================================

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.445
sec

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ dashboardServer
---
[INFO] Building jar: C:\Users\beutelsn\DevTools\workspace
\dashboard2\dashboardServer\target\dashboardServer-0.0.1-SNAPSHOT.jar
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Building DEV Bauhaus Dashboard Client 0.0.1-SNAPSHOT
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @
dashboardClient ---
[INFO] Deleting C:\Users\beutelsn\DevTools\workspace
\dashboard2\dashboardClient\target
[INFO] Deleting C:\Users\beutelsn\DevTools\workspace
\dashboard2\dashboardClient\src\main\webapp\WEB-INF\classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources)
@ dashboardClient ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 17 resources
[INFO] Copying 6 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
dashboardClient ---
[INFO] Compiling 16 source files to C:\Users\beutelsn\DevTools
\workspace\dashboard2\dashboardClient\src\main\webapp\WEB-INF\classes
[INFO]
[INFO] --- maven-invoker-plugin:1.5:run (copy-deps) @ dashboardClient
---
[WARNING] Filtering of parent/child POMs is not supported without
cloning the projects
[INFO] Building: pom.xml
[INFO] [INFO] Scanning for projects...
[INFO]
[INFO]
[INFO] [INFO]
------------------------------------------------------------------------
[INFO] [INFO] Building DEV Bauhaus Dashboard Client 0.0.1-SNAPSHOT
[INFO] [INFO]
------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- maven-dependency-plugin:2.1:copy-dependencies
(default-cli) @ dashboardClient ---
[INFO] [INFO] Copying antlr-2.7.6.jar to C:\Users\beutelsn\DevTools
\workspace\dashboard2\dashboardClient\target\dependency\antlr.jar
[INFO] [INFO] Copying aopalliance-1.0.jar to C:\Users\beutelsn\DevTools
\workspace\dashboard2\dashboardClient\target\dependency
\aopalliance.jar
[INFO] [INFO] Copying asm-1.5.3.jar to C:\Users\beutelsn\DevTools
\workspace\dashboard2\dashboardClient\target\dependency\asm.jar
[INFO] [INFO] Copying asm-attrs-1.5.3.jar to C:\Users\beutelsn\DevTools
\workspace\dashboard2\dashboardClient\target\dependency\asm-attrs.jar
[INFO] [INFO] Copying cglib-2.1_3.jar to C:\Users\beutelsn\DevTools
\workspace\dashboard2\dashboardClient\target\dependency\cglib.jar
[INFO] [INFO] Copying cglib-nodep-2.1_3.jar to C:\Users\beutelsn
\DevTools\workspace\dashboard2\dashboardClient\target\dependency\cglib-
nodep.jar
[INFO] [INFO] Copying dashboardDatabase-0.0.1-SNAPSHOT.jar to C:\Users
\beutelsn\DevTools\workspace\dashboard2\dashboardClient\target
\dependency\dashboardDatabase.jar
[INFO] [INFO] Copying dashboardServer-0.0.1-SNAPSHOT.jar to C:\Users
\beutelsn\DevTools\workspace\dashboard2\dashboardClient\target
\dependency\dashboardServer.jar
[INFO] [INFO] Copying jcommander-1.7.jar to C:\Users\beutelsn\DevTools
\workspace\dashboard2\dashboardClient\target\dependency\jcommander.jar
[INFO] [INFO] Copying gwt-servlet-2.1.0.jar to C:\Users\beutelsn
\DevTools\workspace\dashboard2\dashboardClient\target\dependency\gwt-
servlet.jar
[INFO] [INFO] Copying gwt-user-2.1.0.jar to C:\Users\beutelsn\DevTools
\workspace\dashboard2\dashboardClient\target\dependency\gwt-user.jar
[INFO] [INFO] Copying guice-2.0.jar to C:\Users\beutelsn\DevTools
\workspace\dashboard2\dashboardClient\target\dependency\guice.jar
[INFO] [INFO] Copying gwt-test-utils-0.18.jar to C:\Users\beutelsn
\DevTools\workspace\dashboard2\dashboardClient\target\dependency\gwt-
test-utils.jar
[INFO] [INFO] Copying commons-collections-3.2.1.jar to C:\Users
\beutelsn\DevTools\workspace\dashboard2\dashboardClient\target
\dependency\commons-collections.jar
[INFO] [INFO] Copying commons-lang-2.5.jar to C:\Users\beutelsn
\DevTools\workspace\dashboard2\dashboardClient\target\dependency
\commons-lang.jar
[INFO] [INFO] Copying commons-logging-1.1.1.jar to C:\Users\beutelsn
\DevTools\workspace\dashboard2\dashboardClient\target\dependency
\commons-logging.jar
[INFO] [INFO] Copying dom4j-1.6.1.jar to C:\Users\beutelsn\DevTools
\workspace\dashboard2\dashboardClient\target\dependency\dom4j.jar
[INFO] [INFO] Copying javassist-3.8.0.GA.jar to C:\Users\beutelsn
\DevTools\workspace\dashboard2\dashboardClient\target\dependency
\javassist.jar
[INFO] [INFO] Copying persistence-api-1.0.jar to C:\Users\beutelsn
\DevTools\workspace\dashboard2\dashboardClient\target\dependency
\persistence-api.jar
[INFO] [INFO] Copying jta-1.1.jar to C:\Users\beutelsn\DevTools
\workspace\dashboard2\dashboardClient\target\dependency\jta.jar
[INFO] [INFO] Copying junit-4.7.jar to C:\Users\beutelsn\DevTools
\workspace\dashboard2\dashboardClient\target\dependency\junit.jar
[INFO] [INFO] Copying log4j-1.2.14.jar to C:\Users\beutelsn\DevTools
\workspace\dashboard2\dashboardClient\target\dependency\log4j.jar
[INFO] [INFO] Copying ehcache-1.2.3.jar to C:\Users\beutelsn\DevTools
\workspace\dashboard2\dashboardClient\target\dependency\ehcache.jar
[INFO] [INFO] Copying aspectjrt-1.6.8.jar to C:\Users\beutelsn\DevTools
\workspace\dashboard2\dashboardClient\target\dependency\aspectjrt.jar
[INFO] [INFO] Copying aspectjweaver-1.6.8.jar to C:\Users\beutelsn
\DevTools\workspace\dashboard2\dashboardClient\target\dependency
\aspectjweaver.jar
[INFO] [INFO] Copying bsh-2.0b4.jar to C:\Users\beutelsn\DevTools
\workspace\dashboard2\dashboardClient\target\dependency\bsh.jar
[INFO] [INFO] Copying easymock-2.3.jar to C:\Users\beutelsn\DevTools
\workspace\dashboard2\dashboardClient\target\dependency\easymock.jar
[INFO] [INFO] Copying easymockclassextension-2.3.jar to C:\Users
\beutelsn\DevTools\workspace\dashboard2\dashboardClient\target
\dependency\easymockclassextension.jar
[INFO] [INFO] Copying ejb3-persistence-1.0.2.GA.jar to C:\Users
\beutelsn\DevTools\workspace\dashboard2\dashboardClient\target
\dependency\ejb3-persistence.jar
[INFO] [INFO] Copying hibernate-3.2.3.ga.jar to C:\Users\beutelsn
\DevTools\workspace\dashboard2\dashboardClient\target\dependency
\hibernate.jar
[INFO] [INFO] Copying hibernate-annotations-3.4.0.GA.jar to C:\Users
\beutelsn\DevTools\workspace\dashboard2\dashboardClient\target
\dependency\hibernate-annotations.jar
[INFO] [INFO] Copying hibernate-commons-annotations-3.3.0.ga.jar to C:
\Users\beutelsn\DevTools\workspace\dashboard2\dashboardClient\target
\dependency\hibernate-commons-annotations.jar
[INFO] [INFO] Copying hibernate-core-3.3.2.GA.jar to C:\Users\beutelsn
\DevTools\workspace\dashboard2\dashboardClient\target\dependency
\hibernate-core.jar
[INFO] [INFO] Copying hibernate-entitymanager-3.4.0.GA.jar to C:\Users
\beutelsn\DevTools\workspace\dashboard2\dashboardClient\target
\dependency\hibernate-entitymanager.jar
[INFO] [INFO] Copying slf4j-api-1.5.0.jar to C:\Users\beutelsn\DevTools
\workspace\dashboard2\dashboardClient\target\dependency\slf4j-api.jar
[INFO] [INFO] Copying slf4j-log4j12-1.5.0.jar to C:\Users\beutelsn
\DevTools\workspace\dashboard2\dashboardClient\target\dependency\slf4j-
log4j12.jar
[INFO] [INFO] Copying spring-aop-3.0.3.RELEASE.jar to C:\Users\beutelsn
\DevTools\workspace\dashboard2\dashboardClient\target\dependency
\spring-aop.jar
[INFO] [INFO] Copying spring-asm-3.0.4.RELEASE.jar to C:\Users\beutelsn
\DevTools\workspace\dashboard2\dashboardClient\target\dependency
\spring-asm.jar
[INFO] [INFO] Copying spring-beans-3.0.4.RELEASE.jar to C:\Users
\beutelsn\DevTools\workspace\dashboard2\dashboardClient\target
\dependency\spring-beans.jar
[INFO] [INFO] Copying spring-context-3.0.4.RELEASE.jar to C:\Users
\beutelsn\DevTools\workspace\dashboard2\dashboardClient\target
\dependency\spring-context.jar
[INFO] [INFO] Copying spring-context-support-3.0.4.RELEASE.jar to C:
\Users\beutelsn\DevTools\workspace\dashboard2\dashboardClient\target
\dependency\spring-context-support.jar
[INFO] [INFO] Copying spring-core-3.0.4.RELEASE.jar to C:\Users
\beutelsn\DevTools\workspace\dashboard2\dashboardClient\target
\dependency\spring-core.jar
[INFO] [INFO] Copying spring-expression-3.0.4.RELEASE.jar to C:\Users
\beutelsn\DevTools\workspace\dashboard2\dashboardClient\target
\dependency\spring-expression.jar
[INFO] [INFO] Copying spring-jdbc-3.0.4.RELEASE.jar to C:\Users
\beutelsn\DevTools\workspace\dashboard2\dashboardClient\target
\dependency\spring-jdbc.jar
[INFO] [INFO] Copying spring-orm-3.0.4.RELEASE.jar to C:\Users\beutelsn
\DevTools\workspace\dashboard2\dashboardClient\target\dependency
\spring-orm.jar
[INFO] [INFO] Copying spring-test-3.0.4.RELEASE.jar to C:\Users
\beutelsn\DevTools\workspace\dashboard2\dashboardClient\target
\dependency\spring-test.jar
[INFO] [INFO] Copying spring-tx-3.0.4.RELEASE.jar to C:\Users\beutelsn
\DevTools\workspace\dashboard2\dashboardClient\target\dependency
\spring-tx.jar
[INFO] [INFO] Copying spring-web-3.0.4.RELEASE.jar to C:\Users\beutelsn
\DevTools\workspace\dashboard2\dashboardClient\target\dependency
\spring-web.jar
[INFO] [INFO] Copying spring-webmvc-3.0.4.RELEASE.jar to C:\Users
\beutelsn\DevTools\workspace\dashboard2\dashboardClient\target
\dependency\spring-webmvc.jar
[INFO] [INFO] Copying spring-security-core-3.0.4.RELEASE.jar to C:
\Users\beutelsn\DevTools\workspace\dashboard2\dashboardClient\target
\dependency\spring-security-core.jar
[INFO] [INFO] Copying testng-5.14.1.jar to C:\Users\beutelsn\DevTools
\workspace\dashboard2\dashboardClient\target\dependency\testng.jar
[INFO] [INFO] Copying sqlite-jdbc-3.6.16.jar to C:\Users\beutelsn
\DevTools\workspace\dashboard2\dashboardClient\target\dependency
\sqlite-jdbc.jar
[INFO] [INFO] Copying nestedvm-1.0.jar to C:\Users\beutelsn\DevTools
\workspace\dashboard2\dashboardClient\target\dependency\nestedvm.jar
[INFO] [INFO] Copying xml-apis-1.0.b2.jar to C:\Users\beutelsn\DevTools
\workspace\dashboard2\dashboardClient\target\dependency\xml-apis.jar
[INFO] [INFO]
------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO]
------------------------------------------------------------------------
[INFO] [INFO] Total time: 1.303s
[INFO] [INFO] Finished at: Tue Nov 09 09:29:51 CET 2010
[INFO] [INFO] Final Memory: 6M/15M
[INFO] [INFO]
------------------------------------------------------------------------
[INFO] ..SUCCESS (2.4 s)
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO]   Passed: 1, Failed: 0, Errors: 0, Skipped: 0
[INFO] -------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-
testResources) @ dashboardClient ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-
testCompile) @ dashboardClient ---
[INFO] Compiling 1 source file to C:\Users\beutelsn\DevTools\workspace
\dashboard2\dashboardClient\target\test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.6:test (default-test) @
dashboardClient ---
[INFO] Surefire report directory: C:\Users\beutelsn\DevTools\workspace
\dashboard2\dashboardClient\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- gwt-maven-plugin:2.1.0:compile (gwtcompile) @
dashboardClient ---
[INFO] Compiling module com.dev.dashboard.Application
[INFO]    Compiling 6 permutations
[INFO]       Compiling permutation 2...
[INFO]       Process output
[INFO]          Compiling
[INFO]             Compiling permutation 1...
[INFO]       Process output
[INFO]          Compiling
[INFO]             Compiling permutation 0...
[INFO]       Process output
[INFO]          Compiling
[INFO]             Compiling permutation 3...
[INFO]       Compiling permutation 4...
[INFO]          Compiling
[INFO]             Compiling permutation 5...
[INFO]    Compile of permutations succeeded
[INFO] Linking into C:\Users\beutelsn\DevTools\workspace
\dashboard2\dashboardClient\target\dashboardClient-0.0.1-SNAPSHOT
\dashboard; Writing extras to C:\Users\beutelsn\DevTools\workspace
\dashboard2\dashboardClient\target\extra\dashboard
[INFO]    Link succeeded
[INFO]    Compilation succeeded -- 20,879s
[INFO]
[INFO] --- gwt-maven-plugin:2.1.0:resources (gwtcompile) @
dashboardClient ---
[INFO] 1 source files copied from GWT module
com.dev.dashboard.Application
[INFO]
[INFO] --- maven-war-plugin:2.1.1:war (default-war) @ dashboardClient
---
[INFO] Packaging webapp
[INFO] Assembling webapp [dashboardClient] in [C:\Users\beutelsn
\DevTools\workspace\dashboard2\dashboardClient\src\main\webapp]
[INFO] Processing war project
[INFO] Webapp assembled in [169 msecs]
[INFO] Building war: C:\Users\beutelsn\DevTools\workspace
\dashboard2\dashboardClient\target\dashboardClient-0.0.1-SNAPSHOT.war
[WARNING] Warning: selected war files include a WEB-INF/web.xml which
will be ignored
(webxml attribute is missing from war task, or ignoreWebxml attribute
is specified as 'true')
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] DEV Bauhaus Dashboard ......................... SUCCESS
[0.133s]
[INFO] DEV Bauhaus Dashboard Database Connector ...... SUCCESS
[2.781s]
[INFO] DEV Bauhaus Dashboard Server .................. SUCCESS
[3.079s]
[INFO] DEV Bauhaus Dashboard Client .................. SUCCESS
[32.171s]
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 38.373s
[INFO] Finished at: Tue Nov 09 09:30:19 CET 2010
[INFO] Final Memory: 38M/91M
[INFO]
------------------------------------------------------------------------

--------------------------

On 9 Nov., 08:27, Musicman75 <stephan.beu...@googlemail.com> wrote:
> I executed mvn clean install, mvn clean package with and without
> executing mvn gwt:compile before.
> Same problem with all generated war files.
>
> On 9 Nov., 01:25, David Chandler <drfibona...@google.com> wrote:
>
>
>
>
>
>
>
> > What mvn command are you using? In this POM, gwt-maven-plugin is
> > executing gwt:compile during the prepare-package phase, so you should
> > run "mvn package" to trigger it.
>
> > HTH,
> > /dmc
>
> > On Mon, Nov 8, 2010 at 5:28 PM, Musicman75
>
> > <stephan.beu...@googlemail.com> wrote:
> > > That's Why i posted my pom file. I think the maven execution is done
> > > in the wrong order.
>
> > > Could anyone please post a pom file to create a war and compile the
> > > GWT app before?
>
> > > On 8 Nov., 13:33, Y2i <yur...@gmail.com> wrote:
> > >> I use Eclipse projects instead of maven, but I do see similar errors
> > >> when I create and deploy a war file without doing GWT compilation
> > >> first.  After GWT re-compilation and re-deploying the war file the
> > >> errors disappear.
>
> > >> On Nov 8, 4:59 pm, Musicman75 <stephan.beu...@googlemail.com> wrote:
>
> > >> > Hello,
>
> > >> > I've created a GWT war project with two subprojects.
> > >> > When starting the server (Jetty standalone), the war is loaded:
>
> > >> > 2010-11-08 14:50:51.648:INFO::Deployable added: C:\Users\beutelsn
> > >> > \DevTools\jetty-hightide-7.1.6.v20100715\webapps\dashboardClient-0.0.1-
> > >> > SNAPSHOT.war
> > >> > 2010-11-08 14:50:51.727:INFO::Copying WEB-INF/lib jar:file:/C:/Users/
> > >> > beutelsn/DevTools/jetty-hightide-7.1.6.v20100715/webapps/
> > >> > dashboardClient-0.0.1-S
> > >> > APSHOT.war!/WEB-INF/lib/ to C:\Users\beutelsn\AppData\Local\Temp
> > >> > \6\Jetty_0_0_0_0_9090_dashboardClient.
> > >> > 0.0.1.SNAPSHOT.war__dashboardClient.0.0.1.SNAPS
> > >> > OT__.hbn96r\webinf\WEB-INF\lib
> > >> > 2010-11-08 14:50:52.380:INFO::Copying WEB-INF/classes from jar:file:/
> > >> > C:/Users/beutelsn/DevTools/jetty-hightide-7.1.6.v20100715/webapps/
> > >> > dashboardClien
> > >> > -0.0.1-SNAPSHOT.war!/WEB-INF/classes/ to C:\Users\beutelsn\AppData
> > >> > \Local\Temp\6\Jetty_0_0_0_0_9090_dashboardClient.
> > >> > 0.0.1.SNAPSHOT.war__dashboardClien
> > >> > .0.0.1.SNAPSHOT__.hbn96r\webinf\WEB-INF\classes
> > >> > 2010-11-08 14:50:54.101:INFO:/dashboardClient-0.0.1-
> > >> > SNAPSHOT:Initializing Spring root WebApplicationContext null null
> > >> > 2010-11-08 14:50:56.545:INFO:/dashboardClient-0.0.1-
> > >> > SNAPSHOT:Initializing Spring FrameworkServlet 'dispatcher' null null
> > >> > 2010-11-08 14:50:56.707:INFO::Deployable added: C:\Users\beutelsn
> > >> > \DevTools\jetty-hightide-7.1.6.v20100715\webapps\async-rest
> > >> > 2010-11-08 14:50:56.762:INFO::Started
> > >> > selectchannelconnec...@0.0.0.0:9090
>
> > >> > When accessing the war with the browser, I only get a popup with this
> > >> > message:
> > >> > ---------------
> > >> > GWT module 'com.XXX.Application' may need to be (re)compiled
> > >> > --------------
>
> > >> > In hosted mode everything works fine.
>
> > >> > The war is created by maven. Here's my pom.xml:
>
> > >> > <?xml version="1.0" encoding="UTF-8"?>
> > >> > <project xmlns="http://maven.apache.org/POM/4.0.0"; 
> > >> > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
> > >> > xsi:schemaLocation="http://
> > >> > maven.apache.org/POM/4.0.0http://maven.apache.org/maven-v4_0_0.xsd";>
> > >> >         <!-- POM generated by gwt-maven-plugin archetype -->
> > >> >         <parent>
> > >> >                 <artifactId>dashboard2</artifactId>
> > >> >                 <groupId>com.XXX</groupId>
> > >> >                 <version>0.0.1-SNAPSHOT</version>
> > >> >         </parent>
> > >> >         <modelVersion>4.0.0</modelVersion>
> > >> >         <groupId>com.XXX</groupId>
> > >> >         <artifactId>dashboardClient</artifactId>
> > >> >         <name>Axivion Bauhaus Dashboard Client</name>
> > >> >         <packaging>war</packaging>
> > >> >         <version>0.0.1-SNAPSHOT</version>
>
> > >> >         <properties>
>
> > >> >                 <maven.compiler.source>1.6</maven.compiler.source>
> > >> >                 <maven.compiler.target>1.6</maven.compiler.target>
>
> > >> >         </properties>
>
> > >> >         <dependencies>
>
> > >> >                 <!-- project dependencies -->
> > >> >                 <dependency>
> > >> >                         <groupId>com.XXX</groupId>
> > >> >                         <artifactId>dashboardServer</artifactId>
> > >> >                         <version>${project.version}</version>
> > >> >                 </dependency>
>
> > >> >                 <!-- Spring dependencies -->
> > >> >                 <dependency>
> > >> >                         <groupId>org.springframework</groupId>
> > >> >                         <artifactId>spring-webmvc</artifactId>
> > >> >                 </dependency>
>
> > >> >                 <!-- GWT dependencies (from central repo) -->
> > >> >                 <dependency>
> > >> >                         <groupId>com.google.gwt</groupId>
> > >> >                         <artifactId>gwt-servlet</artifactId>
> > >> >                         <scope>runtime</scope>
> > >> >                 </dependency>
> > >> >                 <dependency>
> > >> >                         <groupId>com.google.gwt</groupId>
> > >> >                         <artifactId>gwt-user</artifactId>
> > >> >                         <scope>provided</scope>
> > >> >                 </dependency>
> > >> >                 <dependency>
> > >> >                         <groupId>com.octo.gwt.test</groupId>
> > >> >                         <artifactId>gwt-test-utils</artifactId>
> > >> >                         <scope>test</scope>
> > >> >                 </dependency>
>
> > >> >                 <!-- test -->
> > >> >                 <dependency>
> > >> >                         <groupId>junit</groupId>
> > >> >                         <artifactId>junit</artifactId>
> > >> >                         <version>4.7</version>
> > >> >                         <scope>test</scope>
> > >> >                 </dependency>
> > >> >         </dependencies>
>
> > >> >         <build>
> > >> >                 <outputDirectory>war/WEB-INF/classes</outputDirectory>
> > >> >                 <resources>
> > >> >                         <resource>
> > >> >                                 <directory>src/main/java</directory>
> > >> >                                 <includes>
> > >> >                                         <include>**/*.java</include>
> > >> >                                         <include>**/*.gwt.xml</include>
> > >> >                                 </includes>
> > >> >                         </resource>
> > >> >                         <resource>
> > >> >                                 
> > >> > <directory>src/main/resources</directory>
> > >> >                         </resource>
> > >> >                 </resources>
> > >> >                 <plugins>
> > >> >                         <plugin>
> > >> >                                 
> > >> > <groupId>org.apache.maven.plugins</groupId>
> > >> >                                 
> > >> > <artifactId>maven-war-plugin</artifactId>
> > >> >                                 <version>2.1</version>
> > >> >                                 <configuration>
> > >> >                                         
> > >> > <webappDirectory>war</webappDirectory>
> > >> >                                         
> > >> > <webXml>war/WEB-INF/web.xml</webXml>
> > >> >                                 </configuration>
> > >> >                         </plugin>
> > >> >                         <plugin>
> > >> >                                 
> > >> > <groupId>org.apache.maven.plugins</groupId>
> > >> >                                 
> > >> > <artifactId>maven-compiler-plugin</artifactId>
> > >> >                                 <version>2.1</version>
> > >> >                                 <configuration>
> > >> >                                         
> > >> > <source>${maven.compiler.source}</source>
> > >> >                                         
> > >> > <target>${maven.compiler.target}</target>
> > >> >                                 </configuration>
> > >> >                         </plugin>
> > >> >                         <plugin>
> > >> >                                 
> > >> > <groupId>org.apache.maven.plugins</groupId>
> > >> >                                 
> > >> > <artifactId>maven-resources-plugin</artifactId>
> > >> >                                 <version>2.4.2</version>
> > >> >                                 <configuration>
> > >> >                                         <encoding>UTF-8</encoding>
> > >> >                                 </configuration>
> > >> >                         </plugin>
> > >> >                         <plugin>
> > >> >                                 
> > >> > <groupId>org.apache.maven.plugins</groupId>
> > >> >                                 
> > >> > <artifactId>maven-surefire-plugin</artifactId>
> > >> >                                 <version>2.5</version>
> > >> >                                 <configuration>
> > >> >    
>
> ...
>
> Erfahren Sie mehr »

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to