chellymehdi / vopenlayers

Automatically exported from code.google.com/p/vopenlayers
0 stars 0 forks source link

Add onn test code #91

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In the source of the openlayers add-on is some demo or test code. Unfortunately 
I can't run it. What steps are needed to get the demo working and extend the 
test code? 

Original issue reported on code.google.com by eiko.tho...@gmail.com on 9 Oct 2012 at 5:35

GoogleCodeExporter commented 9 years ago
mvn install gwt:compile

Then just run the plain old main method in VolTestServer. Most often you'd do 
this with your favourite IDE, but maven exec plugin should work fine as well if 
you use test scope for classpath. 

Original comment by ma...@vaadin.com on 9 Oct 2012 at 6:47