looks like a upper / lowercase issue with your module file path. Please check the gwt.xml exists on the linux box with the expected path
Nicolas 2009/12/9 Manish K Panwar <[email protected]> > > I am building GWT application in Linux box, and getting following error. > Please note my project gets build successfully in Windows. > Here AdminHome.gwt.xml is my GWT config file, and I am able to see this > file > in my directory. > > I am attaching my POM file and GWT config XML file. > > [exec] [INFO] Copying 2 resources to > [exec] [INFO] > ------------------------------------------------------------------------ > [exec] [ERROR] BUILD ERROR > [exec] [INFO] > ------------------------------------------------------------------------ > [exec] [INFO] /com/ihg/apps/easymeetings/admin/gwt/AdminHome.gwt.xml > (No such file or directory) > > [exec] [INFO] > ------------------------------------------------------------------------ > [exec] [INFO] Trace > [exec] org.apache.maven.lifecycle.LifecycleExecutionException: > /com/ihg/apps/easymeetings/admin/gwt/AdminHome.gwt.xml (No such > file or directory) > [exec] at > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:584) > [exec] at > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:500) > [exec] at > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:479) > [exec] at > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:33 > 1) > [exec] at > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:292) > [exec] at > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142) > [exec] at > org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336) > [exec] at > org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129) > [exec] at org.apache.maven.cli.MavenCli.main(MavenCli.java:301) > [exec] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > [exec] at > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > [exec] at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > > http://old.nabble.com/file/p26705386/pom.xml pom.xml > http://old.nabble.com/file/p26705386/AdminHome.gwt.xml AdminHome.gwt.xml > -- > View this message in context: > http://old.nabble.com/GWT-build-error-with-Maven-tp26705386p26705386.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
