You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
penmetsaa 15e96afaad
Penmetsaa maven update 8.12.29 (#2646)
4 years ago
..
src/com/google/phonenumbers JS and Java Demo updates to show isPossible Reason and E.164 for all cases (#2538) 5 years ago
war Checkin servlet-api-2.5 jar and update demo ant scripts to compile java classes at 1.8 (#2491) 5 years ago
README Demo common libs v update (#2298) 7 years ago
build.xml Checkin servlet-api-2.5 jar and update demo ant scripts to compile java classes at 1.8 (#2491) 5 years ago
pom.xml Penmetsaa maven update 8.12.29 (#2646) 4 years ago

README

How to install the Appengine SDK to the Maven local repository?
Note that this needs to be done only once.
$ mvn gae:unpack
Note that you don't need to manually download any SDK.

How to generate the WAR?
$ mvn package
$ mvn war:war
Note that this must be done before running the webapp locally and before
deploying it to Appengine.

How to run the webapp locally?
$ mvn gae:run

How to deploy the webapp to Appengine?
$ mvn gae:update

If you have made any changes to the code or pom.xml file of demo here,
you may need to run Maven commands like ```mvn clean install -U```
(especially one hierarchy above i.e at java/ folder) to resolve any
dependency issues w.r.t new developement version.