<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Assembly</title><link>https://sourceforge.net/p/hnh-mapper/wiki/Assembly/</link><description>Recent changes to Assembly</description><atom:link href="https://sourceforge.net/p/hnh-mapper/wiki/Assembly/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 31 Aug 2016 22:06:23 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/hnh-mapper/wiki/Assembly/feed" rel="self" type="application/rss+xml"/><item><title>Assembly modified by Evgeniy Lebedev</title><link>https://sourceforge.net/p/hnh-mapper/wiki/Assembly/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,9 +1,10 @@
 [Home](https://sourceforge.net/p/hnh-mapper/wiki/Home/)
-+    [Glossary](https://sourceforge.net/p/hnh-mapper/wiki/Glossary/)
-+    [Viewer](https://sourceforge.net/p/hnh-mapper/wiki/Viewer/)
-+    [Layers](https://sourceforge.net/p/hnh-mapper/wiki/Layers/)
-+    [Tracker](https://sourceforge.net/p/hnh-mapper/wiki/Tracker/)
-+    [Other functions](https://sourceforge.net/p/hnh-mapper/wiki/Other%20functions/)
++ [Glossary](https://sourceforge.net/p/hnh-mapper/wiki/Glossary/)
++ [Viewer](https://sourceforge.net/p/hnh-mapper/wiki/Viewer/)
++ [Layers](https://sourceforge.net/p/hnh-mapper/wiki/Layers/)
++ [Markers](https://sourceforge.net/p/hnh-mapper/wiki/Markers/)
++ [Tracker](https://sourceforge.net/p/hnh-mapper/wiki/Tracker/)
++ [Other functions](https://sourceforge.net/p/hnh-mapper/wiki/Other%20functions/)
 [Assembly](https://sourceforge.net/p/hnh-mapper/wiki/Assembly/)
 [Changelog](https://sourceforge.net/p/hnh-mapper/wiki/Changelog/)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Evgeniy Lebedev</dc:creator><pubDate>Wed, 31 Aug 2016 22:06:23 -0000</pubDate><guid>https://sourceforge.net0e17cb4f1639b52df332f545696751923245a1ab</guid></item><item><title>Assembly modified by Evgeniy Lebedev</title><link>https://sourceforge.net/p/hnh-mapper/wiki/Assembly/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,3 +1,12 @@
+[Home](https://sourceforge.net/p/hnh-mapper/wiki/Home/)
++    [Glossary](https://sourceforge.net/p/hnh-mapper/wiki/Glossary/)
++    [Viewer](https://sourceforge.net/p/hnh-mapper/wiki/Viewer/)
++    [Layers](https://sourceforge.net/p/hnh-mapper/wiki/Layers/)
++    [Tracker](https://sourceforge.net/p/hnh-mapper/wiki/Tracker/)
++    [Other functions](https://sourceforge.net/p/hnh-mapper/wiki/Other%20functions/)
+[Assembly](https://sourceforge.net/p/hnh-mapper/wiki/Assembly/)
+[Changelog](https://sourceforge.net/p/hnh-mapper/wiki/Changelog/)
+
 Assembly
 -

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Evgeniy Lebedev</dc:creator><pubDate>Wed, 31 Aug 2016 21:41:32 -0000</pubDate><guid>https://sourceforge.net32e0e99759098cb0d776365cf378bdeb39cf492b</guid></item><item><title>Assembly modified by Evgeniy Lebedev</title><link>https://sourceforge.net/p/hnh-mapper/wiki/Assembly/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Evgeniy Lebedev</dc:creator><pubDate>Wed, 31 Aug 2016 21:32:13 -0000</pubDate><guid>https://sourceforge.netbb3b010c7a7ce4f7f7f36d470fc3473189233799</guid></item><item><title>Assembly (EN) modified by Evgeniy Lebedev</title><link>https://sourceforge.net/p/hnh-mapper/wiki/Assembly%2520%2528EN%2529/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -13,7 +13,7 @@

 For building jar file use next Mven command

-`clean install -P "Pack Release"`
+`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
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Evgeniy Lebedev</dc:creator><pubDate>Thu, 21 Jul 2016 20:20:26 -0000</pubDate><guid>https://sourceforge.net2cfccbbe6ccde2a0f35223388f2b6264bb04f85c</guid></item><item><title>Assembly (EN) modified by Evgeniy Lebedev</title><link>https://sourceforge.net/p/hnh-mapper/wiki/Assembly%2520%2528EN%2529/</link><description>&lt;div class="markdown_content"&gt;&lt;h2 id="assembly"&gt;Assembly&lt;/h2&gt;
&lt;p&gt;To build the projet i use Maven (link at the bottom of the page)&lt;br/&gt;
Download sources to uor working directory&lt;br/&gt;
Navigate to the root folder of the project&lt;/p&gt;
&lt;p&gt;For launching application from IDE first you need to compile project:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;clean install&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Than launch application through main class com.evgenltd.mapper.ui.Application&lt;/p&gt;
&lt;p&gt;For building jar file use next Mven command&lt;/p&gt;
&lt;p&gt;&lt;code&gt;clean install -P "Pack Release"&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;After execution near the project folder will be created "test-stand" directory, which will be contains builded application&lt;br/&gt;
Links&lt;br/&gt;
-&lt;br/&gt;
&lt;a href="https://maven.apache.org/" rel="nofollow"&gt;https://maven.apache.org/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Evgeniy Lebedev</dc:creator><pubDate>Thu, 21 Jul 2016 06:57:33 -0000</pubDate><guid>https://sourceforge.net223882c8b51228f50375ad5d1ddbd18c9adfc8ec</guid></item></channel></rss>