I'm now building a IT-test harness to check I don't break things anymore when changing code.
The last "oups, I broke the plugin" is related to running GWT-SDK tools on Mac. I don't have one myself so can't test on this platform.
If you want to support the gwt-maven-plugin, please lend me a Mac Book or Mac mini (low-cost Mac, if 600€ can be considered "low"). If your company want's to support the plugin I'd be pleased to add a sponsoring link on the plugin site.
2 commentaires:
Je peux t'aider à tester le plugin si tu veux mais je ne peux pas te passer de MAC.
Salut, je viens de tester ton plugin gwt-maven-plugin et ça marche nickel.
Par contre la commande pour créer un archetype ne marche pas chez moi.
Après quelques recherche sur google, j'ai trouvé cette commande :
mvn archetype:generate -DarchetypeGroupId=org.codehaus.mojo -DarchetypeArtifactId=gwt-maven-plugin -DarchetypeVersion=1.1-SNAPSHOT -DarchetypeRepository=http://snapshots.repository.codehaus.org/ -DgroupId= myGroupId -DartifactId= myArtifactId
Le projet est bien généré. Dans le pom j'ai du rajouter les repositories et pluginRepositories de Codehaus Snapshots afin de récuperer le gwt-maven-plugin-1.1-SNAPSHOT.
Je me suis amusé à intégrer du struts2 dans le projet généré et ça marche bien :D
Enregistrer un commentaire