I am getting this error today while building my application using gwt-
maven-plugin, has anyone faced this issue too
As you can see its using the new version released yesterday -
20090519.114727
This is in my POM.xml
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>1.1-SNAPSHOT</version>
<configuration>
<gwtHome>${env.GWT_HOME}</gwtHome>
<output>${gwt.output.directory}</output>
<logLevel>INFO</logLevel>
</configuration>
<executions>
<execution>
<goals>
<goal>compile</goal>
</goals>
</execution>
</executions>
</plugin>
[WARNING] Attempting to build MavenProject instance for Artifact
(org.codehaus.mojo:gwt-maven-plugin:1.1-20090519.114727
-51) of type: maven-plugin; constructing POM artifact instead.
[INFO] [gwt:compile {execution: default}]
[INFO] using GWT jars from local installation C:\gwt-windows-1.6.4
[INFO] auto discovered modules [com.fqt.loe.LOEMain]
[INFO] establishing classpath list (scope = compile)
[ERROR] java.lang.NoClassDefFoundError: and
[ERROR] Caused by: java.lang.ClassNotFoundException: and
[ERROR] at java.net.URLClassLoader$1.run(URLClassLoader.java:
200)
[ERROR] at java.security.AccessController.doPrivileged(Native
Method)
[ERROR] at java.net.URLClassLoader.findClass
(URLClassLoader.java:188)
[ERROR] at java.lang.ClassLoader.loadClass(ClassLoader.java:
307)
[ERROR] at sun.misc.Launcher$AppClassLoader.loadClass
(Launcher.java:301)
[ERROR] at java.lang.ClassLoader.loadClass(ClassLoader.java:
252)
[ERROR] at java.lang.ClassLoader.loadClassInternal
(ClassLoader.java:320)
[ERROR] Could not find the main class: and. Program will exit.
[ERROR] Exception in thread "main"
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---