Re: Running a Maven/GWT project

2012-11-15 Thread Jens
Simply check for updates in Eclipse. You should see updates for Google Eclipse Plugin and GWT SDK. GWT 2.5 has officially been released. -- J. Am Donnerstag, 15. November 2012 04:58:55 UTC+1 schrieb Magnus: Looks like you have to use GWT 2.5. Ok. I always used GWT with the eclipse

Re: Running a Maven/GWT project

2012-11-14 Thread Magnus
Hi, this works! :-) Now I have to isolate the project from maven. (I want a working atmosphere example, but I won't use maven.) I used all the 8 jars found in the example, but I still have some unresolved dependencies: - org.atmosphere.gwt.client.AtmosphereGWTSerializer; -

Re: Running a Maven/GWT project

2012-11-14 Thread Magnus
Hi, this worked, thanks! Now I have to isolate the project from maven. (I want a working atmosphere example without maven, because I won't use maven.) I created a new GWT project, fetched all the sources from the example and all the jars and added the jars to the eclipse project. Then, I

Re: Running a Maven/GWT project

2012-11-14 Thread Magnus
Hi, this worked, thanks! Now I have to isolate the project from maven. (I want a working atmosphere example without maven, because I won't use maven.) I created a new GWT project, fetched all the sources from the example and all the jars and added the jars to the eclipse project. Then, I

Re: Running a Maven/GWT project

2012-11-14 Thread Jens
Looks like you have to use GWT 2.5. -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/jAJ-r9zbYUoJ. To post to this group, send email to

Re: Running a Maven/GWT project

2012-11-14 Thread Magnus
Looks like you have to use GWT 2.5. Ok. I always used GWT with the eclipse integration, i. e. giving a URL as a working site (which is specific to the eclipse version), the GWT files are automatically downloaded and integrated into eclipse somehow. I actually don't know the state of GWT

Re: Running a Maven/GWT project

2012-11-13 Thread Juan Pablo Gardella
Are you using java 6 to build the project? If not, try with java 6. 2012/11/12 Magnus alpineblas...@googlemail.com Hello, I downloaded the whole branch at https://github.com/** Atmosphere/atmosphere-**extensionshttps://github.com/Atmosphere/atmosphere-extensions and changed into the

Re: Running a Maven/GWT project

2012-11-13 Thread Jens
Tried it yesterday and had the same error. Maybe Maven pulls in a library thats not really compatible with the demo so I have done mvn install in /atmosphere-extensions/gwt/ to install all the atmosphere gwt snapshots into my local repository and then re-run mvn gwt:run in the gwt-chat

Running a Maven/GWT project

2012-11-12 Thread Magnus
Hi, because of this thread https://groups.google.com/forum/?fromgroups=#!searchin/google-web-toolkit/magnus/google-web-toolkit/daaRPAj2o88/kwP3rySs6PAJ I want to run a Maven project: The example atmosphere-gwt-chat for the Atmosphere framework:

Re: Running a Maven/GWT project

2012-11-12 Thread Juan Pablo Gardella
Hi, The error says: * there is no POM in this directory (/home/wagner/dvl/spl/Atmosphere/t) * Juan 2012/11/12 Magnus alpineblas...@googlemail.com Hi, because of this thread

Re: Running a Maven/GWT project

2012-11-12 Thread Magnus
Am Montag, 12. November 2012 18:02:26 UTC+1 schrieb Juan Pablo Gardella: The error says: * there is no POM in this directory (/home/wagner/dvl/spl/Atmosphere/t)* But this is wrong: -rw-r--r-- 1 wagner wagner 4871 Nov 12 17:37 atmosphere-gwt-chat-1.0.4.pom (downloaded from the atmosphere

Re: Running a Maven/GWT project

2012-11-12 Thread Juan Pablo Gardella
You have to run *mvn* in a directory where you have *pom.xml* file to build the project. 2012/11/12 Magnus alpineblas...@googlemail.com Am Montag, 12. November 2012 18:02:26 UTC+1 schrieb Juan Pablo Gardella: The error says: * there is no POM in this directory

Re: Running a Maven/GWT project

2012-11-12 Thread Magnus
Am Montag, 12. November 2012 18:34:33 UTC+1 schrieb Juan Pablo Gardella: You have to run *mvn* in a directory where you have *pom.xml* file to build the project. Do you mean that I have to run mvn without arguments or that the pom file in the directory must have the name pom.xml? How

Re: Running a Maven/GWT project

2012-11-12 Thread Magnus
Ok, I renamed the *.pom file into pom.xml and ran mvn without arguments. It downloaded about 1 million jar files, and ended up with this message: [INFO] [INFO] BUILD FAILURE [INFO]

Re: Running a Maven/GWT project

2012-11-12 Thread Hilco Wijbenga
On 12 November 2012 10:13, Magnus alpineblas...@googlemail.com wrote: Ok, I renamed the *.pom file into pom.xml and ran mvn without arguments. It downloaded about 1 million jar files, and ended up with this message: [INFO]

Re: Running a Maven/GWT project

2012-11-12 Thread Jens
To run the example: 1.) checkout: https://github.com/Atmosphere/atmosphere-extensions 2.) go into gwt/samples/gwt-chat 3.) run DevMode via mvn gwt:run https://github.com/Atmosphere/atmosphere does not contain the gwt-chat example. -- J. -- You received this message because you are

Re: Running a Maven/GWT project

2012-11-12 Thread Magnus
Hello, I downloaded the whole branch at https://github.com/Atmosphere/atmosphere-extensions and changed into the directory atmosphere-extensions-master/gwt/samples/gwt-chat. Then I executed mvn and mvn gwt:run, but both commands resulted in a Java (!) error (full output attached): [ERROR]