Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

README.txt 591B

12345678910111213141516171819
  1. This is the archetype to create new GwtQuery applications.
  2. - Assuming you have installed maven, compile and install it just running:
  3. $ mvn clean install
  4. - To use the archetype run:
  5. $ mvn archetype:generate -DarchetypeGroupId=com.googlecode.gwtquery \
  6. -DarchetypeArtifactId=gquery-archetype \
  7. -DarchetypeVersion=0.1
  8. -DartifactId=myproject \
  9. -DpluginName=MyProject
  10. - Then change to the folder myplugin and run:
  11. $ mvn clean install
  12. - To run the application just run:
  13. $ mvn gwt:run