|
Re: gwt-maven-plugin - revisited: msg#00339java.maven-plugins.mojo.devel
Thanks that works fine now. On the topic of maven webapps and GWT, I am trying to work out the right way to combine the 2. Standard web layout is like so: . |-- pom.xml `-- src `-- main |-- java | `-- com | `-- example | `-- projects | `-- SampleAction.java |-- resources | |-- images | | `-- sampleimage.jpg | `-- sampleresource `-- webapp |-- WEB-INF | `-- web.xml |-- index.jsp `-- jsp `-- websource.jsp If we add a GWT module to this, it might change like this: . . |-- pom.xml `-- src `-- main |-- java | `-- com | `-- example | `-- projects | `-- SampleAction.java | `-- my | `-- groupid | `-- Appl.gwt.xml | `-- client | `-- Appl.java | `-- public | `-- Appl.html.java |-- resources | |-- images | | `-- sampleimage.jpg | `-- sampleresource `-- webapp |-- WEB-INF | `-- web.xml |-- icons | `-- myicon.png |-- index.jsp `-- jsp `-- websource.jsp In particular, I am wondering abotu how I should handle web assets such as icons and other images that are to be accessed via HTTP. If I want to use icons for a GMarker for examle, having them in webapp/icons/ is technically the right place, but they don't get packaged up until I build the WAR, so they won't be available to the GWTShell. I could place them in src/main/java/my/groupid/public but that's not really the *MAVEN* way. Any thoughts? Matthew On 29/01/2007, at 4:35 PM, kristian wrote: the anonymous svn is fixed now - I am in the moment moving the site to --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: gwt-maven-plugin - revisited, kristian |
|---|---|
| Next by Date: | RE: gwt-maven-plugin - revisited, Brill Pappin |
| Previous by Thread: | Re: gwt-maven-plugin - revisited, kristian |
| Next by Thread: | RE: gwt-maven-plugin - revisited, Brill Pappin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |