Maybe someone can give me a hand using the sample http://www.wellfleetsoftware.com/files/stockwatcher.zip?<http://www.wellfleetsoftware.com/files/stockwatcher.zip> I downloaded it but when I attempt to run it I get:
[INFO] Starting Jetty on port 8888 [INFO] 304 - GET /com.google.gwt.sample.stockwatcher.StockWatcherApp/StockWatcher.html (127.0.0.1) [INFO] 304 - GET /com.google.gwt.sample.stockwatcher.StockWatcherApp/StockWatcher.css (127.0.0.1) [WARN] 404 - GET /com.google.gwt.sample.stockwatcher.StockWatcherApp/stockwatcher/stockwatcher.nocache.js (127.0.0.1) 1473 bytes [WARN] 404 - GET /com.google.gwt.sample.stockwatcher.StockWatcherApp/images/GoogleCode.png (127.0.0.1) 1458 bytes Screenshot 1: GWT in Hosted Mode Screen<http://i299.photobucket.com/albums/mm283/javapda/Picture1-1.png> http://i299.photobucket.com/albums/mm283/javapda/Picture1-1.png Screenshot 2: Output screen when run in Hosted Mode<http://i299.photobucket.com/albums/mm283/javapda/Picture2.png> http://i299.photobucket.com/albums/mm283/javapda/Picture2.png I am running MACOSX and using the JDK 1.5 (32-bit) Here is the output when running: mvn gwt:run Using Java version: 1.5 [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'gwt'. [INFO] ------------------------------------------------------------------------ [INFO] Building stockwatcher-gwt-using-mvn [INFO] task-segment: [gwt:run] [INFO] ------------------------------------------------------------------------ [INFO] Preparing gwt:run [INFO] [resources:resources] [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 4 resources [INFO] [compiler:compile] [INFO] Nothing to compile - all classes are up to date [WARNING] Attempting to build MavenProject instance for Artifact (org.codehaus.mojo:gwt-maven-plugin:1.1-20090508.134520-48) of type: maven-plugin; constructing POM artifact instead. [INFO] [gwt:run] [INFO] using GWT jars from project dependencies : 1.6.4 [INFO] Unpack native libraries required to run GWT [INFO] establishing classpath list (scope = runtime) [INFO] create exploded Jetty webapp in /Users/jkroub/Workspaces/javapda/stockwatcher-gwt-using-mvn/war [WARNING] Your POM <build><outputdirectory> does not match your hosted webapp WEB-INF/classes folder for GWT Hosted browser to see your classes. [ERROR] 2009-05-08 10:50:58.742 java[4423:817] [Java CocoaComponent compatibility mode]: Enabled [ERROR] 2009-05-08 10:50:58.743 java[4423:817] [Java CocoaComponent compatibility mode]: Setting timeout for SWT to 0.100000 Thank you On Fri, May 1, 2009 at 11:57 AM, Farrukh Najmi <[email protected]>wrote: > > Said another way.... > > Any one starting on GWT projects now should be using the codehaus gwt-maven > plugin at > > <http://mojo.codehaus.org/gwt-maven-plugin/1.1-SNAPSHOT> > > Please see a sample project here: > > <http://www.wellfleetsoftware.com/files/stockwatcher.zip> > > Note above sample could be slightly out of date. > > On Fri, May 1, 2009 at 11:11 AM, Charlie Collins < > [email protected]> wrote: > >> >> First, this list is for maven-googlewebtoolkit2-plugin (the google >> code hosting pluginm aka, GWT-Maven). There is another group if you >> have questions about the Codehaus gwt-maven-plugin - >> http://groups.google.com/group/codehaus-mojo-gwt-maven-plugin-users. >> >> Second, this plugin is NOT moving to Codehaus. The Codehaus plugin >> team merged this plugin there. They also have some of their own goals, >> and their own way of doing things, so it's not identical, but they did >> merge in our code at one point. This plugin is going to be frozen, >> and future development will/should happen on the Codehaus plugin. >> >> I would encourage anyone just getting into it to use the Codehaus >> plugin (and use that mailing list, that issue tracker, etc, if you >> have problems). This plugin has been around a long time, and many >> people know it/trust it, so it's still here, but over time, everyone >> should merge to the Codehaus plugin. >> >> >> On Apr 30, 10:26 am, jsantaelena <[email protected]> wrote: >> > I'm pretty confused about what plugin to use. Reading the issue list I >> > saw that this plugin is moving to codehaus, then I found this onehttp:// >> mojo.codehaus.org/gwt-maven-plugin/1.0/. Tryien to use it i to >> > compile, I had a "GWTCompiler#main() failed". >> > So, what is the official version of it? >> > >> > Thanks. >> >> > > > -- > Regards, > Farrukh > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "gwt-maven" 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/gwt-maven?hl=en -~----------~----~----~----~------~----~------~--~---
