<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Development</title><link>https://sourceforge.net/p/extending-soapui/wiki/Development/</link><description>Recent changes to Development</description><atom:link href="https://sourceforge.net/p/extending-soapui/wiki/Development/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 10 Jul 2014 16:07:38 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/extending-soapui/wiki/Development/feed" rel="self" type="application/rss+xml"/><item><title>Development modified by Tobias</title><link>https://sourceforge.net/p/extending-soapui/wiki/Development/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -6,7 +6,7 @@
 **Eclipse**

 *Building*
-To build with Eclipse you need to reference the necessary libraries in the build path. Most importantly, this includes the SoapUI libraries from the SoapUI installation folder (SOAPUI_HOME). Currently this has been solved using a user library on the build path which contains the paths to all JAR files in SOAPUI_HOME\lib as well as the soapui-x.x.x.jar which is located in SOAPUI_HOME\bin (in the OS version) or in SOAPUI_HOME\lib (in the Pro version).
+To build with Eclipse you need to reference the necessary libraries in the build path. Most importantly, this includes the [SoapUI](https://sourceforge.net/projects/soapui) libraries from the SoapUI installation folder (SOAPUI_HOME). Currently this has been solved using a user library on the build path which contains the paths to all JAR files in SOAPUI_HOME\lib as well as the soapui-x.x.x.jar which is located in SOAPUI_HOME\bin (in the OS version) or in SOAPUI_HOME\lib (in the Pro version).
 Some projects also require the [Mockito](https://code.google.com/p/mockito/) library. These must also include the mockito-x.x.x.jar in their build path.

 *Distribution*
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tobias</dc:creator><pubDate>Thu, 10 Jul 2014 16:07:38 -0000</pubDate><guid>https://sourceforge.net0a157441b9d7fcfddee6322ddfad9a6455ca69ed</guid></item><item><title>Development modified by Tobias</title><link>https://sourceforge.net/p/extending-soapui/wiki/Development/</link><description>&lt;div class="markdown_content"&gt;&lt;h2 id="development-how-to"&gt;Development How-To&lt;/h2&gt;
&lt;p&gt;Each plugin is made available as an Eclipse project.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Eclipse&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Building&lt;/em&gt;&lt;br /&gt;
To build with Eclipse you need to reference the necessary libraries in the build path. Most importantly, this includes the SoapUI libraries from the SoapUI installation folder (SOAPUI_HOME). Currently this has been solved using a user library on the build path which contains the paths to all JAR files in SOAPUI_HOME\lib as well as the soapui-x.x.x.jar which is located in SOAPUI_HOME\bin (in the OS version) or in SOAPUI_HOME\lib (in the Pro version).&lt;br /&gt;
Some projects also require the &lt;a class="" href="https://code.google.com/p/mockito" rel="nofollow"&gt;Mockito&lt;/a&gt; library. These must also include the mockito-x.x.x.jar in their build path.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Distribution&lt;/em&gt;&lt;br /&gt;
To generate the Windows installer this project uses the &lt;a class="" href="https://sourceforge.net/projects/nsis"&gt;Nullsoft Scripted Install System (NSIS)&lt;/a&gt; and the &lt;a class="" href="https://sourceforge.net/projects/eclipsensis"&gt;Eclipse plugin&lt;/a&gt;.&lt;br /&gt;
The install script (xxx.nsi) (and the relevant section script) is held in the /build folder in the respective project. Regardless of whether the EclipseNSIS is used the install script makes no assumptions and can be compiled without further configuration. The installer will then end up in the same folder.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Ant&lt;/strong&gt;&lt;br /&gt;
Each project includes an Ant build file in the /build folder. A few required properties need to be defined in the Ant runtime.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Building&lt;/em&gt;&lt;br /&gt;
To compile at least the property soapui.home must be set to the installation folder of a SoapUI distribution. Some projects also require mockito.home, the folder where the &lt;a class="" href="https://code.google.com/p/mockito" rel="nofollow"&gt;Mockito&lt;/a&gt; libraries are, in  order to compile and run unit tests.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Coverage&lt;/em&gt;&lt;br /&gt;
The Ant target of the same name generates a coverage report using Cobertura. For this to work the Ant property cobertura.home must be set to the folder where the Cobertura libraries are.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Distribution&lt;/em&gt;&lt;br /&gt;
To generate a Windows installer using Ant the property nsis.home needs to be set to the installation folder of NSIS.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tobias</dc:creator><pubDate>Thu, 10 Jul 2014 16:02:35 -0000</pubDate><guid>https://sourceforge.net3613602aca3ee06139462efdec9ddf30682eae13</guid></item></channel></rss>