Debug - Maven - Eclipse

2011-02-11 Thread mortsahl
Environment: Eclipse 3.6, GWT 2.1.1 I've created a maven project with ... $GWT_HOME/webAppCreator -out myProject -maven com.whatever.myProject I imported it into Eclipse via m2eclipse (import as existing maven project). Everything is working as expected. However, I've done a lot of Googling

Re: Debug - Maven - Eclipse

2011-02-11 Thread mortsahl
Thanks .. I've got the plugin installed .. but that still doesn't answer my question on how to debug in eclipse when using a maven project (I refuse to go back 10 years and use ant) On Feb 11, 2:42 pm, Jeff Larsen larse...@gmail.com wrote: I'd *highly *recommend downloading the eclipse plugin

Re: Debug - Maven - Eclipse

2011-02-11 Thread mortsahl
I'll give that a shot, thanks ... I was hoping to somehow configure a debug launch configuration to work ... so far, I haven't figured out the magic. Mort On Feb 11, 3:49 pm, Hilco Wijbenga hilco.wijbe...@gmail.com wrote: On 11 February 2011 13:48, mortsahl morts...@gmail.com wrote: Thanks

Re: Debug - Maven - Eclipse

2011-02-11 Thread mortsahl
Thanks ... I've got the gwt-maven-plugin v2.1.0-1 ... however, that doesn't do anything for starting the Eclipse debugger. Remote debugging works fine ... if I can figure out a working debug launch I'll post it here On Feb 11, 4:24 pm, Jeff Larsen larse...@gmail.com wrote: use the

Re: Is there a way to copy all maven referenced jars to the war/WEB-INF/lib

2011-01-30 Thread mortsahl
I'm new to GWT and trying to figure things out, but on this maven question, I created my initial project using the included webAppCreator script like this ... $GWT_HOME/webAppCreator -out myProject -maven com.myProject (I'm on a Mac so change your path accordingly) This created my initial

SOAP Web Service

2011-01-28 Thread mortsahl
My company has a set of web services that are not exposed outside the firewall. It is being proposed that a publicly available GUI client be written to access those services by our clients. It's being proposed that the client be written in GWT/GXT Are there valid reasons to use GWT and web