Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 2.29 KB

README.md

File metadata and controls

50 lines (36 loc) · 2.29 KB

zkgmaps

The component used to represent Google Map API.

Google Map API is a popular javascript library that lets you embed Google Maps in your own web pages.

zk gmapsz components wrap the Google Map API and very easy to use.

License

Documentation

Component References:

Issues

Now we've transferred issues to jira issue tracker

Portable Development Setup

Run mvn jetty:run on gmapsz parent pom to build the library and launch the test app

Automated / manual testing

After running test app (above), access testing panel at http://localhost:8080/gmapszTest/test2/ Use left-side navigation to select test case

adding test cases

Create test case file under /gmapszTest/src/main/webapp/test2 Current test file name convention: ZKGMAPS-[tracker entry number].zul Then add the test file to /gmapszTest/src/main/webapp/test2/config.properties Run the project again and access http://localhost:8080/gmapszTest/test2/ to run test

Legacy Development Setup

  • start gmapszTest with maven jetty plugin with the current SNAPSHOT version
  • after modifying js, run gradle task install to install jar into local maven repository wait for several seconds, jetty will restart to reload jar

Release process

  1. Update versions in all places, run update_version.py
  2. Update release note. get from JIRA
  3. Build and publish to maven by jenkins2 - Build_ZK_Addons