Hi, I would like to use Karaf with GWT , can you recommend to me a tutorial with GWT who is working well ?
I try to do this tutorial : http://cmoulliard.blogspot.fr/2011/12/run-google-web-toolkit-2-project-on.html but I have theses error : karaf@root()> install -s mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jsr305/1.3.9_1 Bundle ID: 206 karaf@root()> install -s mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jsr303-api-1.0.0/1.9.0 Bundle ID: 207 karaf@root()> install -s mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.json/20090211_1-SNAPSHOT Bundle IDs: Error executing command: Error installing bundles: Unable to install bundle mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.json/20090211_1-SNAPSHOT karaf@root()> install -s mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.json-lib/2.4_1 Bundle ID: 209 Error executing command: Error installing bundles: Unable to start bundle mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.json-lib/2.4_1 karaf@root()> install -s mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.json-lib/2.4_1 Bundle ID: 209 Error executing command: Error installing bundles: Unable to start bundle mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.json-lib/2.4_1 karaf@root()> karaf@root()> karaf@root()> install -s mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.gwt-dev/2.4.0_1-SNAPSHOT Bundle IDs: Error executing command: Error installing bundles: Unable to install bundle mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.gwt-dev/2.4.0_1-SNAPSHOT karaf@root()> uninstall -s mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.json-lib/2.4_1 Error executing command bundle:uninstall: undefined option -s Try <command> --help' for more information. karaf@root()> uninstall mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.json-lib/2.4_1 No bundles specified. karaf@root()> karaf@root()> feature:repo-add https://repository.apache.org/content/repositories/snapshots/ Adding feature url https://repository.apache.org/content/repositories/snapshots/ [Fatal Error] :11:5: The element type "link" must be terminated by the matching end-tag "</link>". Error executing command: The element type "link" must be terminated by the matching end-tag "</link>". karaf@root()> feature:repo-add https://repository.apache.org/content/repositories/snapshots Adding feature url https://repository.apache.org/content/repositories/snapshots [Fatal Error] :-1:-1: Premature end of file. Error executing command: Premature end of file. Thank you for your advice and help, -- View this message in context: http://karaf.922171.n3.nabble.com/karaf-with-gwt-tp4033719.html Sent from the Karaf - Dev mailing list archive at Nabble.com.
