Added maven support to the project to ease integration with other maven
projects. It does not change the current projects layout. Currently this
patch compiles everything and creates a jar for each CometAsync provider
(jetty6/jetty7), etc. and a separate war for chat and comettest .
Attached is a patch against trunk.
It could made a little prettier with dependencyManagement but as it is it works
for me.
I have not tried using this to import into eclipse, since this project does not
conform to the standard maven layout I suspect m2eclipse will not be happy.
The current layout is as follows:
GWT Comet
GWT Comet :: Client
GWT Comet :: Client :: Core
GWT Comet :: Client :: Chat Example
GWT Comet :: Client :: Comet Test
GWT Comet :: Client :: Web Sockets
GWT Comet :: Server
GWT Comet :: Server :: Core
GWT Comet :: Server :: Google App Engine
GWT Comet :: Server :: Glassfish
GWT Comet :: Server :: Grizzly
GWT Comet :: Server :: Jetty 6
GWT Comet :: Server :: Jetty 7
GWT Comet :: Server :: Servlet 3.0
GWT Comet :: Server :: Tomcat 5.5
GWT Comet :: Server :: Tomcat 6.0
Original issue reported on code.google.com by spea...@gmail.com on 24 Nov 2010 at 2:24
Original issue reported on code.google.com by
spea...@gmail.com
on 24 Nov 2010 at 2:24Attachments: