Menu

Assembly

Evgeniy Lebedev

Home
+ Glossary
+ Viewer
+ Layers
+ Markers
+ Tracker
+ Other functions
Assembly
Changelog

Assembly

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/