Mapper Wiki
Brought to you by:
lebedev1537
Home
+ Glossary
+ Viewer
+ Layers
+ Markers
+ Tracker
+ Other functions
Assembly
Changelog
To build the projet i use Maven (link at the bottom of the page)
Download sources to uor working directory
Navigate to the root folder of the project
For launching application from IDE first you need to compile project:
clean install
Than launch application through main class com.evgenltd.mapper.ui.Application
For building jar file use next Mven command
clean install -P "Pack Release" -Dmaven.test.skip=true
After execution near the project folder will be created "test-stand" directory, which will be contains builded application
Links
-
https://maven.apache.org/