GWT 2.8 Maven Issue

2016-12-07 Thread Vikas Yadav
I am creating gwt maven project with 2.8 using gwt-basic-archetype from https://github.com/branflake2267/Archetypes/tree/master/archetypes/gwt-basic. I am getting below error in eclipse The GWT SDK 'C:\Users\vikas\.m2\repository\com\google\gwt' on the project's build path is not valid

Re: [gwt-contrib] Maven conflict between gwt-dev's and jetty-annotations's asm-commons

2016-04-30 Thread Filipe Sousa
I figured out why it's working in my case. I'm using the gwt bom. com.google.gwt gwt 2.8.0-SNAPSHOT pom import On Friday, April 29, 2016 at 7:49:27 PM UTC+1, Colin Alworth wrote: > > Got it - so GWT is

Re: [gwt-contrib] Maven conflict between gwt-dev's and jetty-annotations's asm-commons

2016-04-29 Thread Colin Alworth
Got it - so GWT is consistent, but the jetty vers we use talks about a different one, and our ant process should ignore what jetty asks for in favor of our copy. Filipe, here's the case, in a super-minimal pom, which will fail outright without any sources, just a dependency on gwt-dev and the

Re: [gwt-contrib] Maven conflict between gwt-dev's and jetty-annotations's asm-commons

2016-04-29 Thread Thomas Broyer
On Thursday, April 28, 2016 at 11:47:48 PM UTC+2, Colin Alworth wrote: > > I didn't know how hard and fast we could rely on ASM's backward compat > being. > This is true since ASM 4.0 (released in 2011): http://download.forge.objectweb.org/asm/asm4-guide.pdf Fortunately, they changed the

Re: [gwt-contrib] Maven conflict between gwt-dev's and jetty-annotations's asm-commons

2016-04-29 Thread Filipe Sousa
:1.4.1:enforce (default-cli) @ gwt-java8 --- [INFO] [INFO] BUILD SUCCESS [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:display-info (default-cli) @ gwt

Re: [gwt-contrib] Maven conflict between gwt-dev's and jetty-annotations's asm-commons

2016-04-28 Thread Colin Alworth
Should, and does if you have no enforcer. We needed the enforcer due to arguing between far downstream dependencies from assorted other projects that kept resulting in fun conflicts (in cases where there was no guaranteed backward compat). I'll make up a patch, thanks, I didn't know how hard and

[gwt-contrib] Maven conflict between gwt-dev's and jetty-annotations's asm-commons

2016-04-28 Thread Thomas Broyer
Why use 5.0.1 when there's 5.0.3 and ASM guarantees backwards compatibility? FWIW, Maven should use 5.0.3 by default. -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an

[gwt-contrib] Maven conflict between gwt-dev's and jetty-annotations's asm-commons

2016-04-28 Thread Colin Alworth
It looks like a recent change is causing what is technically a version conflict in GWT when used from maven. A project I work on uses the maven-enforcer-plugin to avoid conflicts, and in a rebuild this morning we ran into this error. [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @

[gwt-contrib] Maven release process broken

2014-10-18 Thread 'Daniel Kurka' via GWT Contributors
Hi all, apparently sonatype now verifies that all jar files have a sources.jar associated with them. Our build does not do that for gwt-servlet.jar. To be able to push out beta1 I settled on a nasty hack, see: https://gwt-review.googlesource.com/#/c/9774/ I think we need to change the way the

Re: GWT with Maven and Spring

2014-09-29 Thread George Georgovassilis
Hi Dilan, I run several GWT projects with Spring and Maven without a big fuss, but it requires some tweaking until you get it right. I keep a bare (more or less) project skeleton on github [1] to help me speed up new projects. [1] https://github.com/ggeorgovassilis/gwt-stuff/tree/master/gwt

Re: GWT with Maven and Spring

2014-09-26 Thread Dilan A
Is there is a any working tutorial to get GWT setup with using maven? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: GWT with Maven and Spring

2014-09-23 Thread Dilan A
On Monday, 22 September 2014 21:29:29 UTC+10, Thomas Broyer wrote: On Monday, September 22, 2014 12:32:50 PM UTC+2, Dilan A wrote: On Monday, 22 September 2014 01:07:47 UTC+10, Thomas Broyer wrote: The default scope in Maven is compile, there's no scope named default. Thanks for

Re: GWT with Maven and Spring

2014-09-23 Thread Dilan A
On Monday, 22 September 2014 21:29:29 UTC+10, Thomas Broyer wrote: On Monday, September 22, 2014 12:32:50 PM UTC+2, Dilan A wrote: On Monday, 22 September 2014 01:07:47 UTC+10, Thomas Broyer wrote: The default scope in Maven is compile, there's no scope named default. Thanks for

Re: GWT with Maven and Spring

2014-09-22 Thread Dilan A
On Monday, 22 September 2014 01:07:47 UTC+10, Thomas Broyer wrote: The default scope in Maven is compile, there's no scope named default. Thanks for pointing that out but I'm still getting the same error message. Some how maven libs are not available under WEB-INF/lib -- You received

Re: GWT with Maven and Spring

2014-09-22 Thread Thomas Broyer
On Monday, September 22, 2014 12:32:50 PM UTC+2, Dilan A wrote: On Monday, 22 September 2014 01:07:47 UTC+10, Thomas Broyer wrote: The default scope in Maven is compile, there's no scope named default. Thanks for pointing that out but I'm still getting the same error message. Some how

GWT with Maven and Spring

2014-09-21 Thread Dilan A
Hi I have got gwt with spring and I'm getting following error java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener My maven dependency has loaded the spring libraries but its look like lib are not available at \war\WEB-INF\lib In POM i have added the

GWT with Maven and Spring

2014-09-21 Thread Thomas Broyer
The default scope in Maven is compile, there's no scope named default. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to

[gwt-contrib] Maven, Requestfactory and m2e-apt

2012-06-06 Thread Thomas Broyer
Hi, I just updated the WorkingWithMaven and RequestFactoryInterfaceValidator wiki pages with simplified configuration for RFIV, taking advantage of the recently released m2e-apt connector from JBoss. The previous versions used a hack to make it working seamlessly with Eclipse, namely to add

Re: [gwt-contrib] Maven repo with GWT snapshots

2012-01-20 Thread Sergey Zaytsev
try to use info from the following official link http://code.google.com/p/gwt-maven/ 20.01.2012 18:58 пользователь Alexander Orlov alexander.or...@loxal.net написал: Does anybody know a Maven repo with the latest GWT snapshots? Compiling GWT myself is not an option in my particular case

Re: [gwt-contrib] maven source jars

2011-09-08 Thread David Chandler
Maven push scripts are up for review, still making small tweaks: http://gwt-code-reviews.appspot.com/1520810/ On Wed, Aug 31, 2011 at 3:37 PM, Stephen Haberman stephen.haber...@gmail.com wrote: so renaming it without regenerating or stripping the JarIndex (META-INF/INDEX.LIST) generates

Re: [gwt-contrib] maven source jars

2011-09-08 Thread Jeff Larsen
Are you interested in an ant build target that pushes gwt builds into your local repo? If so, I've got that setup on my machine locally, and with some minor tweeks to it, I could use what you guys have for your push script. I've found it useful for myself. On Thu, Sep 8, 2011 at 12:13 PM, David

Re: [gwt-contrib] maven source jars

2011-08-31 Thread Stephen Haberman
so renaming it without regenerating or stripping the JarIndex (META-INF/INDEX.LIST) generates spurious exceptions in DevMode So that's what been causing that for me--I never would have thought renaming the jar file would be a problem. Thanks for pointing that out! - Stephen --

GWT Designer+maven in Eclipse = error GWT widgets can be used only in client package of GWT module

2011-08-29 Thread Timas
In Eclipse i imported project with import -existing maven projects. I tried to use GWT Designer and got error GWT widgets can be used only in client package of GWT module. I can make new GWT Java Project, where GWT Designer work OK. What i have do that my existing maven projects work with GWT

Re: [gwt-contrib] maven source jars

2011-08-29 Thread Daniel Bell
Hey Guys, I just noticed this thread, and wanted to suggest Maven Ant Tasks ( http://maven.apache.org/ant-tasks/index.html). It includes Ant tasks for installing build artifacts to local Maven repositories, or deploying them to remote Maven repositories, both with arbitrary POMs. It can also

Re: [gwt-contrib] maven source jars

2011-08-29 Thread David Chandler
Thanks, Daniel, it's an interesting idea toward Mavenizing GWT, but I don't think we're ready to bite off much more than simple deployment to Central just yet. I plan to post the current script and POMs for code review this week. The script does a bit of custom packaging since we include Java

Re: [gwt-contrib] maven source jars

2011-08-29 Thread Stephen Haberman
Stephen, if you're game to do the research and the work, we're certainly happy to have it done. Cool. I wrote up a brief proposal here: https://docs.google.com/document/d/1r7CZncNqv6AFtv_Wa0Ihuv3Fox7jG4sQKDpXa2gcTa8/edit?hl=en_US I did just enough poking around to verify that, AFAICT,

Re: [gwt-contrib] maven source jars

2011-08-29 Thread Stephen Haberman
Hi Thomas, [1] Ideally, I would add a -Dgwt.maven-version to make it possible to use 2.4-SNAPSHOT or 2.4-atolcd-r10556 kind of versions, as advised by Sonatype: So you'd use ant -Dgwt.version=2.4.0 -Dgwt.maven-version=2.4-atolcd-r10556 dist-maven I think I'm missing something--why not

Re: [gwt-contrib] maven source jars

2011-08-29 Thread Stephen Haberman
I focused only on gwt-dev.jar I just realized gwt-user does a bit of inlining itself (servlet-api, sac, and a patched flute (I think, version 1.3-gg2)). I might work a gwt-user-nodeps into the proposal as well. - Stephen -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] maven source jars

2011-08-29 Thread Thomas Broyer
gwt.version is used in a few places in the code (com.google.gwt.core.client.GWT, com.google.gwt.dev.About) and has to follow a scheme (I can't remember exactly which one, but it was discussed at the time milestones for 2.1, or maybe even 2.0, were released). The gwt.maven.version would be the

Re: [gwt-contrib] maven source jars

2011-08-29 Thread Stephen Haberman
gwt.version is used in a few places in the code Ah, sure, that makes sense. I've probably been unwittingly doing that by building locally (so the auto/svn version numbers in the jars) but then deploying with a different maven version. Thanks, Stephen --

Re: [gwt-contrib] maven source jars

2011-08-29 Thread Thomas Broyer
com.google.gwt.core.ext (and possibly com.google.gwt.core.linker) and required classes this code depends on; and gwt-dev would thus only be used by the gwt-maven-plugin (I don't think it's a problem having those classes duplicated in gwt-dev, rather than gwt-dev depending on that other artifact; just like gwt

Re: [gwt-contrib] maven source jars

2011-08-27 Thread Jeff Larsen
more poms deployed, just add them named the same as the corresponding .jar file except with a .pom extension. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors### Eclipse Workspace Patch 1.0 #P trunk Index: maven/gwt-user.pom

Re: [gwt-contrib] maven source jars

2011-08-26 Thread Stephen Haberman
David, could you send us (Stephen and me) your scripts so we could work together making this real? (if you're OK with this, Stephen) Definitely. Sounds cool to me. - Stephen -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] maven source jars

2011-08-25 Thread Ray Ryan
Stephen, if you're game to do the research and the work, we're certainly happy to have it done. Thanks either way. On Wed Aug 24 12:39:51 GMT-700 2011, Stephen Haberman wrote: Hm, perhaps a few. I saw instructions on patching emma; nothing else is leaping out at me. Okay, there are patch

Re: [gwt-contrib] maven source jars

2011-08-25 Thread Thomas Broyer
How about a new dist-maven ant target that would create a maven bundle (folder with the JARs and POMs laid out just like in a Maven repository)? You would then run ant -Dgwt.version=2.4.0 dist dist-maven [1] instead of just ant dist to build a release, and the generated maven bundle would be

Re: [gwt-contrib] maven source jars

2011-08-24 Thread Stephen Haberman
The issue is that, AFAICT, some dependencies have been patched, so you cannot simply use Maven dependencies Hm, perhaps a few. I saw instructions on patching emma; nothing else is leaping out at me. Taking gwt-dev-nodeps further, it looks like most of the deps come from bundling tomcat and

Re: [gwt-contrib] maven source jars

2011-08-24 Thread Stephen Haberman
Hm, perhaps a few. I saw instructions on patching emma; nothing else is leaping out at me. Okay, there are patch files for json and streamhtmlparser. The latter is rebased. Leaving anything that is rebased or patched in the jar seems fine to me, since it's only a few. (I'm replying to myself,

Re: [gwt-contrib] maven source jars

2011-08-23 Thread Stephen Haberman
We have a script that creates the jars from the ZIP distro. I'll get it checked in along with the POMs. While I have you, is there any plans of ever splitting up the gwt-dev jar instead of uberjar'ing all of the dependencies in to it? I occassionally (...i.e. just now) run into problems with

Re: [gwt-contrib] maven source jars

2011-08-23 Thread Thomas Broyer
, that you'd include into your dependencies; and only use gwt-dev for the Compiler and DevMode (most likely through the gwt-maven-plugin). In the mean time, in case of conflicts, I'd suggest extracting your generators/linkers into a distinct Maven module that depends on gwt-dev in scope=provided

Re: [gwt-contrib] maven source jars

2011-08-19 Thread David Chandler
Hi Stephen, We have a script that creates the jars from the ZIP distro. I'll get it checked in along with the POMs. /dmc On Thu, Aug 18, 2011 at 4:17 PM, Stephen Haberman stephen.haber...@gmail.com wrote: Is there a script/ant target I'm missing, or is this done with some script that

Re: [gwt-contrib] maven source jars

2011-08-19 Thread Thomas Broyer
Hi David, Any ETA? I'm starting to test trunk@r10556 to replace our oldish trunk@r9948 (now that RequestFactoryInterfaceValidator is gone) and having to deploy all of gwt-* and requestfactory-* is a PITA (consequently, because I know I have all the dependencies in my own POMs, I used

Re: [gwt-contrib] maven source jars

2011-08-19 Thread Jeff Larsen
I'm doing trunk builds as well and I've been pushing files manually into my repo. It is a PITA. It would be awesome if there was an ant target that you could call after the build that would push the artifacts into your local maven repo, probably appending -SNAPSHOT to the version. Would you

Re: [gwt-contrib] maven source jars

2011-08-19 Thread Stephen Haberman
I'm doing trunk builds as well and I've been pushing files manually into my repo. It is a PITA. +1. :-) Would you be interested in a patch that would do that? I would be. - Stephen -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] maven source jars

2011-08-19 Thread Stephen Haberman
We have a script that creates the jars from the ZIP distro. I'll get it checked in along with the POMs. Awesome, thanks, David! - Stephen -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] maven source jars

2011-08-18 Thread Stephen Haberman
Is there a script/ant target I'm missing, or is this done with some script that isn't published? If so, could it be published? (To create the gwt-servlet-X-sources.jar that ends up in maven repos.) Ping? - Stephen -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] maven source jars

2011-07-13 Thread Stephen Haberman
Hi, How do the maven artifacts that end up in the repos get generated? I'm making trunk builds and would like to have jars similar to those that end up in the maven repo, primarily with source jars (so far I cheat and use gwt-user with .java files as a source jar). I found the maven_script.sh,

Re: GWT and Maven

2011-06-17 Thread SrArcos
Thanks to all! It has been helpful. I have now other error message from Hudson. The error is: [code] The attribute 'Hudson-Build-Number' may not occur more than once in the same section. [/code] But I have just found that it may be due to using the version 2.0.1 of maven-war-plugin. On Monday I

Re: GWT and Maven

2011-06-15 Thread Rob
Hi, You might find this post helpful as well - http://uptick.com.au/content/getting-started-gwt-maven-and-eclipse Cheers Rob On Jun 8, 10:57 pm, SrArcos srar...@gmail.com wrote: Thanks, I'll check my pom.xml comparing it with yours. Thank you very much. I'll tell you On 8 jun, 07:07, Juan

Re: GWT and Maven

2011-06-14 Thread jgonian
Also, you can find a bare minimum POM which works with Maven and Google Plugin for Eclipse here https://github.com/jgonian/GWT-maven-GPE-sample. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

GWT and Maven

2011-06-08 Thread SrArcos
Hello all, I am trying to compile a GWT proyect with Maven but I am not able to package the proyect into a war file. I'm with this for two weeks and I'm going crazy. Let's see if anyone can help me, please. The structure or my proyect is this: [code] +JRE System Library (libraries) +Maven

Re: GWT and Maven

2011-06-08 Thread pansen
of ``gwt-maven- plugin``):: [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-war- plugin:2.1-beta-1:war' with basic configurator -- ... [DEBUG] (s) outputDirectory = /Users/abalke/project/xx/vz-gwt- main/target ... [DEBUG] (s) warName = vz-gwt-main-0.1.11-SNAPSHOT

Re: GWT and Maven

2011-06-08 Thread Juan Pablo Gardella
See the pom.xml in this samplehttps://bitbucket.org/gardellajuanpablo/gwt-sample/wiki/Home . Juan 2011/6/8 SrArcos srar...@gmail.com Hello all, I am trying to compile a GWT proyect with Maven but I am not able to package the proyect into a war file. I'm with this for two weeks and I'm going

Re: GWT and Maven

2011-06-08 Thread SrArcos
...@gmail.com Hello all, I am trying to compile a GWT proyect with Maven but I am not able to package the proyect into a war file. I'm with this for two weeks and I'm going crazy. Let's see if anyone can help me, please. The structure or my proyect is this: [code] +JRE System Library

GWT, Eclipse, Maven Multi-Modules and Hosted Mode

2011-05-24 Thread Joern
and client layer are placed into the JAR file for the GWT compiler usage. In a second project that creates a WAR file, I'm having a dependency to my GWT module. Maven executes the GWT compile plugin to generate the WAR file. The Maven compile process copies all dependencies into the lib folder

Re: gwt + spring + maven

2011-03-28 Thread mariyan nenchev
Hi tried to run the sample gwt-spring example in dev mode, but i got: [WARN] dispatchServlet: An IncompatibleRemoteServiceException was thrown while processing this call. com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: This application is out of date, please click the

Re: gwt + spring + maven

2011-03-28 Thread Juan Pablo Gardella
The exception: com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: This application is out of date, please click the refresh button on your browser. ( Expecting version 5 from client, got 7. ) Mean that you must recompile (I don't know why :( ), recompile and test again Juan

Re: gwt + spring + maven

2011-03-28 Thread mariyan nenchev
I did recompile, but with no effect. I use gwt 2.2 and after updating the libraries (gin 1.5 and gwt-dispatch) it worked. Is treated as spring backing bean? Our existing project structure is: -jsf -backing bean -service -dao On Mon, Mar 28, 2011 at 5:24 PM, Juan Pablo Gardella

gwt + spring + maven

2011-03-25 Thread mariyan nenchev
Hi, We are going to develop a new project and i want to make some proof of concept. We want to use gwt, spring and maven. Are these well integrated? Could we use dev mode with spring? Did someone tried this GWT designer and is it generating only java code or ui binder xml based code? Our UI

Re: gwt + spring + maven

2011-03-25 Thread Juan Pablo Gardella
-mvp-with-gin http://wanderingcanadian.posterous.com/hello-mvp-with-gin gwt-dispatch + spring http://pgt.de/2009/09/16/use-spring-with-gwt-dispatch/ http://pgt.de/2009/12/09/sample-gwt-dispath-project/ gwt maven eclipse http://mojo.codehaus.org/gwt-maven-plugin/ news in gwt 2.2 http

Re: organization of large gwt project: how to correctly break an app into GIN, Guice, GWT and Maven modules

2011-03-06 Thread zixzigma
Thank You so much for your suggestions, also with the help from gwt-maven-plugin group, I could somehow get it working. I have questions regarding using mvn jetty, and mvn gwt:run in short, when having multi-module maven gwt projects, 1- from which directory you run mvn jetty ? (root or the sub

Re: organization of large gwt project: how to correctly break an app into GIN, Guice, GWT and Maven modules

2011-03-06 Thread zixzigma
just to add to my post that the problem I am facing is that since my client sub-projects contain only Java source files + module.gwt.xml, they don't have any main .html file to use as gwt-maven-plugin runTarget. and from my setup, it is the assembly sub-project, which gathers all the sources

Re: organization of large gwt project: how to correctly break an app into GIN, Guice, GWT and Maven modules

2011-03-05 Thread Thomas Broyer
Simply reference the typezip/type dependency: dependency groupId${project.groupId}/groupId artifactIdgwt-client/artifactId version${project.version}/version typezip/type scoperuntime/scope /dependency ... plugin artifactIdmaven-war-plugin/artifactId

Re: organization of large gwt project: how to correctly break an app into GIN, Guice, GWT and Maven modules

2011-03-04 Thread Brian Reilly
given (client and webapp are two distinct maven project with their own pom.xml), which of the solutions below is the correct way for resolving dependency, given the assumptions in previous posts (multi-module gwt project) 1- copy assembled zip file from client project directory, to webapp

Re: organization of large gwt project: how to correctly break an app into GIN, Guice, GWT and Maven modules

2011-03-04 Thread zixzigma
Thank You, following Thomas suggestions, my gwt-client maven module, has packaging of type JAR. I use gwt-maven-plugin to compile my Java Sources, and create resulting artifacts [1] I then use maven-assembly-plugin to ZIP these generated artifacts in a ZIP archive, so that I can use

Re: organization of large gwt project: how to correctly break an app into GIN, Guice, GWT and Maven modules

2011-03-03 Thread zixzigma
we do the gwt:compile in the client module (which is with packaging=jar - do you know how gwt:compile can produce a JAR ? is it possible ? - GWTCompiler job is to compile Java to JavaScript, can JavaScript in a JAR be accessible from application's .html page ? -- You received this message

Re: organization of large gwt project: how to correctly break an app into GIN, Guice, GWT and Maven modules

2011-03-03 Thread zixzigma
you mentioned using maven-assembly-plugin, to be used as a war overlay. what do you think of maven-dependency-plugin [1] in this situation ? given we have app client shared server webapp * what I'm thinking is: we gwt:compile the client, and copy the generated files into

Re: organization of large gwt project: how to correctly break an app into GIN, Guice, GWT and Maven modules

2011-03-03 Thread zixzigma
ok, I am on to something, I have a very fundamental question though. as you mentioned, we GWT Compile our client files, (the result of this cimpilation is bunch of md5.html files (could have css, image, 3rd party js), correct ?) then we need to TAKE these generated files and PUT it in our

organization of large gwt project: how to correctly break an app into GIN, Guice, GWT and Maven modules

2011-02-28 Thread zixzigma
Hello Everyone, I would like to ask your opinion on the correct way of organizing large gwt projects. Below you can see the approach I'm thinking of, I am not sure though, and greatly appreciate your invaluable input, or experience in similar situation. GWT documentation recommends a project

Re: organization of large gwt project: how to correctly break an app into GIN, Guice, GWT and Maven modules

2011-02-28 Thread Andy
We don't currently use Gin, Guice, or Maven, so I can't speak to that portion of your architecture, but the rest of your approach looks good. I would encourage you to build up a good set of components and utilities (what you've labeled commons) and you might even want to break that up. Here's a

Re: organization of large gwt project: how to correctly break an app into GIN, Guice, GWT and Maven modules

2011-02-28 Thread Thomas Broyer
a few libs–). It also looks like the flexmojoshttp://www.sonatype.com/books/mvnref-book/reference/flex-dev.html way of doing things, just replacing as3+mxml and flexmojos:compile-swf with java and gwt:compile (and which is IMO how GWT projects in Maven should look like). - is there a direct

Re: organization of large gwt project: how to correctly break an app into GIN, Guice, GWT and Maven modules

2011-02-28 Thread zixzigma
Thank you so much for your always invaluable feedback. I am investigating your suggestions at the moment. following your comment: splitting client/shared/server into 3 distinct modules, with a 4th one to pull client and server together into a webapp (client and server both depending on

Re: GWT 2.1.0 maven asks for com.google.gwt:gwt-dev:jar:windows:2.1.0??

2010-11-29 Thread ialpert
the old maven-gwt-plugin to the gwt-maven-plugin 2.1.0 (ugh -- naming conventions here are awful and i've got to fully qualify the new plugin because i can't find a way to remove the old plugin). I can include the gwt-dev jar in my pom, and get a warning not to -- other then that everything else

Re: GWT 2.1.0 maven asks for com.google.gwt:gwt-dev:jar:windows:2.1.0??

2010-11-26 Thread ialpert
to headless) On Nov 9, 3:44 am, Musicman75 stephan.beu...@googlemail.com wrote: I run into the same problem. After changing from 2.0.4 to GWT 2.1.0 I can't execute the tests anymore. The tests fail with error:  --- gwt-maven-plugin:2.1.0:test (gwtcompile) @ dashboardClient --- [ERROR

Re: GWT 2.1.0 maven asks for com.google.gwt:gwt-dev:jar:windows:2.1.0??

2010-11-26 Thread ialpert
I'm having similar problems. UPdating from gwt 1.7.1 to 2.1.0, also going from the old maven-gwt-plugin to the gwt-maven-plugin 2.1.0 (ugh -- naming conventions here are awful and i've got to fully qualify the new plugin because i can't find a way to remove the old plugin). I can include the gwt

Re: gwt 2.1, maven, eclipse 3.5

2010-11-11 Thread Frank Bølviken
, and converting that to a maven project? Thanks Frank B On Nov 10, 2:20 pm, Musicman75 stephan.beu...@googlemail.com wrote: Hello, to use GWT 2.1 you have to use gwt-maven-plugin 2.1.0 (or 1.3.2.google from the google repo). It was released a few days ago in the maven repo

Re: gwt 2.1, maven, eclipse 3.5

2010-11-10 Thread Karl
Hi, did you have a look at the giudes at http://mojo.codehaus.org/gwt-maven-plugin/archetype.html ? It describes how to create a gwt project with archetype:generate and how to configure your pom in various ways. Regards /Karl On Nov 10, 11:04 am, Frank Bølviken frank.bolvi...@gmail.com wrote

Re: gwt 2.1, maven, eclipse 3.5

2010-11-10 Thread Musicman75
Hello, to use GWT 2.1 you have to use gwt-maven-plugin 2.1.0 (or 1.3.2.google from the google repo). It was released a few days ago in the maven repo. When running your app in Hosted mode (run AS Web Application) you have to reload the server with the reload button in the Development Mode view

GWT and Maven plugin

2010-11-10 Thread EMan
I have some basic questions. I am trying to use GWT maven plugin with eclipse. when I do mvn gwt:compile, it seems to output the gwt compiled code to /target. but when I compile in eclipse output goes to /war. where is the proper place these files should be output to? ultimately I want to war

Re: gwt 2.1, maven, eclipse 3.5

2010-11-10 Thread Frank Bølviken
karl.rest...@gmail.com wrote: Hi Frank! I had a rough last week trying to upgrade our application to 2.1, but I think I finally got it working when the gwt maven plugin was released. Relevant parts of the pom: project ... properties         gwt.version2.1.0/gwt.version

Re: GWT and Maven plugin

2010-11-10 Thread Musicman75
Hello, you have to specify the Location of the war file in the GWT maven Plugin configuration. On 9 Nov., 23:00, EMan eric.nis...@gmail.com wrote: I have some basic questions. I am trying to use GWT maven plugin with eclipse.  when I do mvn gwt:compile, it seems to output the gwt compiled code

Re: gwt 2.1, maven, eclipse 3.5

2010-11-10 Thread Frank Bølviken
, and converting that to a maven project? Thanks Frank B On Nov 10, 2:20 pm, Musicman75 stephan.beu...@googlemail.com wrote: Hello, to use GWT 2.1 you have to use gwt-maven-plugin 2.1.0 (or 1.3.2.google from the google repo). It was released a few days ago in the maven repo. When running

Re: gwt 2.1, maven, eclipse 3.5

2010-11-10 Thread David Chandler
: Hello, to use GWT 2.1 you have to use gwt-maven-plugin 2.1.0 (or 1.3.2.google from the google repo). It was released a few days ago in the maven repo. When running your app in Hosted mode (run AS Web Application) you have to reload the server with the reload button in the Development Mode

Re: gwt 2.1, maven, eclipse 3.5

2010-11-09 Thread Frank Bølviken
from the README, copy the Expenses POM to your project, and eliminate unneeded dependencies. If not using App Engine, you should be able to use gwt-maven-plugin version 2.1.0 from Maven Central instead of the 1.3.2.google version in the POM. And you can remove all the Spring deps if you're

Re: gwt 2.1, maven, eclipse 3.5

2010-11-09 Thread Thomas Broyer
On 9 nov, 15:55, Frank Bølviken frank.bolvi...@gmail.com wrote: Hi, thanx for your answer, and I seems to have gotten a bit further. I now struggle with devmode, and making changes to the code live. I change the final Label label = new Label ( Hello world1 ); to final Label label = new

Re: gwt 2.1, maven, eclipse 3.5

2010-11-09 Thread Frank Bølviken
Sorry for seeming stupid. But I dont get it.. Is there any guide, which explains everything from creating a maven project, importing to eclipse, creating run configs etc? With GWT 2.1.0 Thanks, Sincerly Frank On Nov 9, 4:20 pm, Thomas Broyer t.bro...@gmail.com wrote: On 9 nov, 15:55, Frank

Re: gwt 2.1, maven, eclipse 3.5

2010-11-09 Thread Karl
Hi Frank! I had a rough last week trying to upgrade our application to 2.1, but I think I finally got it working when the gwt maven plugin was released. Relevant parts of the pom: project ... properties gwt.version2.1.0/gwt.version /properties ... build finalName

Re: gwt 2.1, maven, eclipse 3.5

2010-11-09 Thread Frank Bølviken
 am, Karl karl.rest...@gmail.com wrote: Hi Frank! I had a rough last week trying to upgrade our application to 2.1, but I think I finally got it working when the gwt maven plugin was released. Relevant parts of the pom: project ... properties         gwt.version2.1.0/gwt.version

Re: GWT 2.1.0 maven asks for com.google.gwt:gwt-dev:jar:windows:2.1.0??

2010-11-08 Thread koma
worst decision ever to get on the maven/spring-roo boat. after 25 mins of waiting while maven is downloading after issuing perform eclipse for a basic spring-roo, maven stumbles with an error because JAVA_HOME is not properly set. after fixing that, perform eclipse works but the resulting project

gwt 2.1, maven, eclipse 3.5

2010-11-08 Thread Frank Bølviken
Hi, Im so tired of searching around the internet and finding no good answers to this subject. Do anyone know of any good guide for creating a gwt 2.1 project in maven, and fully integrating it with eclipse? Gwt 2.1 is suppoed to be easier to integrate with maven, but I can't get it to work

Re: gwt 2.1, maven, eclipse 3.5

2010-11-08 Thread David Chandler
should be able to use gwt-maven-plugin version 2.1.0 from Maven Central instead of the 1.3.2.google version in the POM. And you can remove all the Spring deps if you're not using Spring. Does that help? /dmc On Sun, Nov 7, 2010 at 4:50 PM, Frank Bølviken frank.bolvi...@gmail.com wrote: Hi, Im so

Re: GWT 2.1.0 maven asks for com.google.gwt:gwt-dev:jar:windows:2.1.0??

2010-11-08 Thread Musicman75
I run into the same problem. After changing from 2.0.4 to GWT 2.1.0 I can't execute the tests anymore. The tests fail with error: --- gwt-maven-plugin:2.1.0:test (gwtcompile) @ dashboardClient --- [ERROR] java.lang.NoClassDefFoundError: com/google/gwt/dev/cfg/ Condition [ERROR

Re: GWT 2.1.0 maven asks for com.google.gwt:gwt-dev:jar:windows:2.1.0??

2010-11-07 Thread Jeff Larsen
... It was the version of the gwt-maven-plugin... However, now, I can't get it to install. What version of the gwt-maven-plugin am I supposed to use with the latest 2.1.0 release of GWT and which repository does it reside in? You can use either the 1.3.2.google version from thehttp://google-web

Re: GWT 2.1.0 maven asks for com.google.gwt:gwt-dev:jar:windows:2.1.0??

2010-11-06 Thread Yaakov
mind... It was the version of the gwt-maven-plugin... However, now, I can't get it to install. What version of the gwt-maven-plugin am I supposed to use with the latest 2.1.0 release of GWT and which repository does it reside in? You can use either the 1.3.2.google version from thehttp

GWT 2.1.0 maven asks for com.google.gwt:gwt-dev:jar:windows:2.1.0??

2010-11-05 Thread Yaakov
Hi, I switched to using GWT 2.1.0 and updated my maven dependencies, so they now look like this: properties gwt.version2.1.0/gwt.version spring.version3.0.5.RELEASE/spring.version /properties dependency groupIdcom.google.gwt/groupId artifactIdgwt-servlet/artifactId

Re: GWT 2.1.0 maven asks for com.google.gwt:gwt-dev:jar:windows:2.1.0??

2010-11-05 Thread Yaakov Chaikin
Never mind... It was the version of the gwt-maven-plugin... However, now, I can't get it to install. What version of the gwt-maven-plugin am I supposed to use with the latest 2.1.0 release of GWT and which repository does it reside in? Right now, I have this (from the expenses example): plugin

Re: GWT 2.1.0 maven asks for com.google.gwt:gwt-dev:jar:windows:2.1.0??

2010-11-05 Thread Thomas Broyer
On 5 nov, 22:01, Yaakov Chaikin yaakov.chai...@gmail.com wrote: Never mind... It was the version of the gwt-maven-plugin... However, now, I can't get it to install. What version of the gwt-maven-plugin am I supposed to use with the latest 2.1.0 release of GWT and which repository does

GWT 2.0 + maven

2010-09-27 Thread aces2805
Hi Guys, Need help on configuring maven and GWT 2.0 no idea on how to handle Invalid GWT home, just a newbie in it. Thanks -- 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

Re: GWT 2.0 + maven

2010-09-27 Thread olivier nouguier
hi, Insure that GWT (GEP) container lib is before Maven dependency container. HIH On Mon, Sep 27, 2010 at 11:12 AM, aces2805 ace...@gmail.com wrote: Hi Guys, Need help on configuring maven and GWT 2.0 no idea on how to handle Invalid GWT home, just a newbie in it. Thanks -- You

Re: GWT 2.0 + maven

2010-09-27 Thread bconoly
This article may help: http://googlewebtoolkit.blogspot.com/2010/08/how-to-use-google-plugin-for-eclipse.html On Sep 27, 5:12 am, aces2805 ace...@gmail.com wrote: Hi Guys,      Need help on configuring maven and GWT 2.0 no idea on how to handle Invalid GWT home, just a newbie in it. Thanks

Re: GWT 2.0 + maven

2010-09-27 Thread aces2805
-to-use-google-plugin... On Sep 27, 5:12 am, aces2805 ace...@gmail.com wrote: Hi Guys,      Need help on configuring maven and GWT 2.0 no idea on how to handle Invalid GWT home, just a newbie in it. Thanks -- You received this message because you are subscribed to the Google Groups

  1   2   >