<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>NPanday</title><link>http://npanday.codeplex.com/project/feeds/rss</link><description>NPanday is a project to integrate Apache Maven into .Net development environments, allowing you to use open source build infrastructure and Maven repositories. It includes both a Visual Studio add-in to use Maven, and a set of plugins for Maven that build .Net applications.</description><item><title>Closed Issue: Document Workaround: GAC install fails with access denied when UAC is turned on [13179]</title><link>http://npanday.codeplex.com/workitem/13179</link><description>I&amp;#39;m running on Windows 7 &amp;#40;UAC&amp;#41;. &lt;br /&gt;&amp;#160;&lt;br /&gt;mvn install fails with &amp;#39;access denied&amp;#39; because it can&amp;#39;t register the NPanday.Model.Pom assembly to the gac.&lt;br /&gt;&amp;#160;&lt;br /&gt;Resources that helped&amp;#58;&lt;br /&gt; &amp;#42; http&amp;#58;&amp;#47;&amp;#47;completedevelopment.blogspot.com&amp;#47;2009&amp;#47;12&amp;#47;adding-permissions-to-add-items-to-gac.html&lt;br /&gt; &amp;#42; http&amp;#58;&amp;#47;&amp;#47;forums.microsoft.com&amp;#47;MSDN&amp;#47;ShowPost.aspx&amp;#63;PostID&amp;#61;472139&amp;#38;SiteID&amp;#61;1&lt;br /&gt;&amp;#160;&lt;br /&gt;On my machine I had to turn off UAC or run the shell as Administrator.&lt;br /&gt;&amp;#160;&lt;br /&gt;Running it as Administrator installs it to the Administrator-Repo, though.&lt;br /&gt;</description><author>apadilla</author><pubDate>Thu, 16 May 2013 06:33:52 GMT</pubDate><guid isPermaLink="false">Closed Issue: Document Workaround: GAC install fails with access denied when UAC is turned on [13179] 20130516063352A</guid></item><item><title>Closed Issue: compile-plugin has two deploy phases for ArtifactType.NETPLUGIN [13198]</title><link>http://npanday.codeplex.com/workitem/13198</link><description>Maybe package was intended for goal &amp;#39;npanday.plugin&amp;#58;maven-mojo-generator-plugin&amp;#58;generate-bindings&amp;#39;&amp;#63;&lt;br /&gt;&amp;#160;&lt;br /&gt; forType&amp;#40; ArtifactType.NETPLUGIN &amp;#41; &amp;#123;&lt;br /&gt;LifecycleMappingBuilder b-&amp;#62;&lt;br /&gt;b.validate &amp;#40;default_validate&amp;#41;&lt;br /&gt;b.generate_sources &amp;#40;default_generate_sources&amp;#41;&lt;br /&gt;b.process_sources &amp;#40;default_process_sources&amp;#41;&lt;br /&gt;b.process_resources &amp;#40;default_process_resources&amp;#41;&lt;br /&gt;b.compile &amp;#40;np_compile&amp;#41;&lt;br /&gt;b.test_compile &amp;#40;np_test_compile&amp;#41;&lt;br /&gt;b.deploy &amp;#40;&amp;#39;npanday.plugin&amp;#58;maven-mojo-generator-plugin&amp;#58;generate-bindings&amp;#39;&amp;#41;&lt;br /&gt;b.test &amp;#40;np_test&amp;#41;&lt;br /&gt;b.install &amp;#40;default_install&amp;#41;&lt;br /&gt;b.deploy &amp;#40;np_convert, mv_deploy&amp;#41;&lt;br /&gt;&amp;#125;&lt;br /&gt;</description><author>jocaba</author><pubDate>Thu, 16 May 2013 06:33:51 GMT</pubDate><guid isPermaLink="false">Closed Issue: compile-plugin has two deploy phases for ArtifactType.NETPLUGIN [13198] 20130516063351A</guid></item><item><title>Closed Issue: npe building gac artifact [13461]</title><link>http://npanday.codeplex.com/workitem/13461</link><description>Sorry, I can&amp;#39;t remember what I was building at the time, except that it was part of the npanday trunk source tree, but I do know that it was building an artifact of type ArtifactType.GAC, and an NPE was thrown. Patch attached.&lt;br /&gt;</description><author>jocaba</author><pubDate>Thu, 16 May 2013 06:33:50 GMT</pubDate><guid isPermaLink="false">Closed Issue: npe building gac artifact [13461] 20130516063350A</guid></item><item><title>Closed Issue: add missing dependencies to dotnet poms [13462]</title><link>http://npanday.codeplex.com/workitem/13462</link><description>Fixes for issue &amp;#35;13018 made it that transitive dependencies are no longer passed to csc. This patch makes explicit additional dependencies for several of the dotnet projects.&lt;br /&gt;</description><author>jocaba</author><pubDate>Thu, 16 May 2013 06:33:50 GMT</pubDate><guid isPermaLink="false">Closed Issue: add missing dependencies to dotnet poms [13462] 20130516063350A</guid></item><item><title>Closed Issue: support jar style custom manifest entries in assemblies [13477]</title><link>http://npanday.codeplex.com/workitem/13477</link><description>In our jar, war, and ear builds we add custom build time information into the MANIFEST.MF file. For example, we add build time stamps, and svn information. This patch attempts to do the same for assemblies, using a custom assembly level attribute.&lt;br /&gt;&amp;#160;&lt;br /&gt;e.g., in your pom, put something like this&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#60;plugin&amp;#62;&lt;br /&gt;  &amp;#60;groupId&amp;#62;npanday.plugin&amp;#60;&amp;#47;groupId&amp;#62;&lt;br /&gt;  &amp;#60;artfiactId&amp;#62;maven-compile-plugin&amp;#60;&amp;#47;artifactId&amp;#62;&lt;br /&gt;  &amp;#60;configuration&amp;#62;&lt;br /&gt;    &amp;#60;assemblyInfo&amp;#62;&lt;br /&gt;      &amp;#60;svn.version&amp;#62;&amp;#36;&amp;#123;my.svn.version&amp;#125;&amp;#60;&amp;#47;svn.version&amp;#62;&lt;br /&gt;      &amp;#60;asdf&amp;#62;&amp;#36;&amp;#123;any.normal.maven.property&amp;#125;&amp;#60;&amp;#47;asdf&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;assemblyInfo&amp;#62;&lt;br /&gt;  &amp;#60;&amp;#47;configuration&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;plugin&amp;#62;&lt;br /&gt;</description><author>jocaba</author><pubDate>Thu, 16 May 2013 06:33:50 GMT</pubDate><guid isPermaLink="false">Closed Issue: support jar style custom manifest entries in assemblies [13477] 20130516063350A</guid></item><item><title>Closed Issue: Update/Create all three "types" of assembly version during compile when it is not there (AssemblyInfo.cs) initially [13590]</title><link>http://npanday.codeplex.com/workitem/13590</link><description>Assembly version was not updated during compile. Related discussion&amp;#58; http&amp;#58;&amp;#47;&amp;#47;npanday.codeplex.com&amp;#47;Thread&amp;#47;View.aspx&amp;#63;ThreadId&amp;#61;215098&lt;br /&gt;Apart from the issue mentioned in the discussion in the patch functionality for injecting build number &amp;#40;through BUILD_NUMBER environment variable&amp;#41; has been implemented. Although this is not related to the main issue but in this way AssemblyVersion, AssemblyFileVersion and AssemblyInformationlVersion updating during compile will be complete. If BUILD_NUMBER is not set there won&amp;#39;t be any error.&lt;br /&gt;&amp;#160;&lt;br /&gt;I created a patch for it &amp;#40;see attachement&amp;#41;&lt;br /&gt;</description><author>artemfedorenko</author><pubDate>Thu, 16 May 2013 06:33:48 GMT</pubDate><guid isPermaLink="false">Closed Issue: Update/Create all three "types" of assembly version during compile when it is not there (AssemblyInfo.cs) initially [13590] 20130516063348A</guid></item><item><title>Closed Issue: Resync references may cause timeouts after successive snapshot metadata retrievals [13758]</title><link>http://npanday.codeplex.com/workitem/13758</link><description>If you attempt to download a snapshot which has an invalid maven-metadata.xml, the connection is not properly closed, and so subsequent attempts to download from the same host will timeout waiting for the prior connection.&lt;br /&gt;</description><author>brettporter</author><pubDate>Thu, 16 May 2013 06:33:47 GMT</pubDate><guid isPermaLink="false">Closed Issue: Resync references may cause timeouts after successive snapshot metadata retrievals [13758] 20130516063347A</guid></item><item><title>Closed Issue: Resync Reference doesn't update SNAPSHOT artifact from local repository that already exist in .references folder [14093]</title><link>http://npanday.codeplex.com/workitem/14093</link><description>Steps&amp;#58;&lt;br /&gt;1. Install Library1 into local maven repo&lt;br /&gt;2. Add Library1 as dependency using Resync Reference to ProjectA &amp;#40;it will be copied into .references folder&amp;#41;&lt;br /&gt;3. Update and reinstall Library1 into local maven repo&lt;br /&gt;4. Invoke Resync Reference for ProjectA&lt;br /&gt;5. Error&amp;#58; Library1 won&amp;#39;t be updated in .references folder&lt;br /&gt;&amp;#160;&lt;br /&gt;Expected&amp;#58; newer version &amp;#40;in terms of file timestamp&amp;#41; of Library1 &amp;#40;if any&amp;#41; should be copied into .references folder from local maven repo during Resync Reference&lt;br /&gt;&amp;#160;&lt;br /&gt;Issue exist in trunk r59731&lt;br /&gt;</description><author>jocaba</author><pubDate>Thu, 16 May 2013 06:33:46 GMT</pubDate><guid isPermaLink="false">Closed Issue: Resync Reference doesn't update SNAPSHOT artifact from local repository that already exist in .references folder [14093] 20130516063346A</guid></item><item><title>Closed Issue: Documentation links broken. [15360]</title><link>http://npanday.codeplex.com/workitem/15360</link><description>Just letting you know in case you&amp;#39;re not aware of it, the documentation links appear to be broken.&lt;br /&gt;</description><author>LarsCorneliussen</author><pubDate>Thu, 16 May 2013 06:33:45 GMT</pubDate><guid isPermaLink="false">Closed Issue: Documentation links broken. [15360] 20130516063345A</guid></item><item><title>Reviewed: NPanday 1.2.1 (Mar 02, 2013)</title><link>http://npanday.codeplex.com/releases/view/47408#ReviewBy-softenersliker</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - So far so good.... Real piece of work. Thanks. </description><author>softenersliker</author><pubDate>Sun, 03 Mar 2013 07:16:58 GMT</pubDate><guid isPermaLink="false">Reviewed: NPanday 1.2.1 (Mar 02, 2013) 20130303071658A</guid></item><item><title>Source code checked in, #94877</title><link>http://npanday.codeplex.com/SourceControl/changeset/changes/94877</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 22:38:35 GMT</pubDate><guid isPermaLink="false">Source code checked in, #94877 20121001103835P</guid></item><item><title>Source code checked in, #94876</title><link>http://npanday.codeplex.com/SourceControl/changeset/changes/94876</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 22:31:06 GMT</pubDate><guid isPermaLink="false">Source code checked in, #94876 20121001103106P</guid></item><item><title>New Post: NPanday issue while building web application project.</title><link>http://npanday.codeplex.com/discussions/361025</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;You must have used following tag in one of your pom file&lt;/p&gt;
&lt;table border="0" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class="code"&gt;
&lt;div class="container"&gt;
&lt;div class="line number1 index0 alt2"&gt;&lt;code class="xml plain"&gt;&amp;lt;&lt;/code&gt;&lt;code class="xml keyword"&gt;dependency&lt;/code&gt;&lt;code class="xml plain"&gt;&amp;gt; &lt;/code&gt;&lt;/div&gt;
&lt;div class="line number2 index1 alt1"&gt;&lt;code class="xml spaces"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code class="xml plain"&gt;&amp;lt;&lt;/code&gt;&lt;code class="xml keyword"&gt;groupId&lt;/code&gt;&lt;code class="xml plain"&gt;&amp;gt;org.apache.npanday.plugins&amp;lt;/&lt;/code&gt;&lt;code class="xml keyword"&gt;groupId&lt;/code&gt;&lt;code class="xml plain"&gt;&amp;gt; &lt;/code&gt;&lt;/div&gt;
&lt;div class="line number3 index2 alt2"&gt;&lt;code class="xml spaces"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code class="xml plain"&gt;&amp;lt;&lt;/code&gt;&lt;code class="xml keyword"&gt;artifactId&lt;/code&gt;&lt;code class="xml plain"&gt;&amp;gt;maven-aspx-plugin&amp;lt;/&lt;/code&gt;&lt;code class="xml keyword"&gt;artifactId&lt;/code&gt;&lt;code class="xml plain"&gt;&amp;gt; &lt;/code&gt;&lt;/div&gt;
&lt;div class="line number4 index3 alt1"&gt;&lt;code class="xml spaces"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;code class="xml plain"&gt;&amp;lt;&lt;/code&gt;&lt;code class="xml keyword"&gt;version&lt;/code&gt;&lt;code class="xml plain"&gt;&amp;gt;1.4.0-incubating&amp;lt;/&lt;/code&gt;&lt;code class="xml keyword"&gt;version&lt;/code&gt;&lt;code class="xml plain"&gt;&amp;gt; &lt;/code&gt;&lt;/div&gt;
&lt;div class="line number5 index4 alt2"&gt;&lt;code class="xml plain"&gt;&amp;lt;/&lt;/code&gt;&lt;code class="xml keyword"&gt;dependency&lt;/code&gt;&lt;code class="xml plain"&gt;&amp;gt;&lt;/code&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;I think you need to re-install Npanday, as there is one missing plugin, which Npanday could not found during build process.&lt;/p&gt;
&lt;p&gt;You can get this plugin from this link&lt;/p&gt;
&lt;p&gt;&lt;a href="http://search.maven.org/#search%7Cga%7C1%7Cmaven-aspx"&gt;http://search.maven.org/#search%7Cga%7C1%7Cmaven-aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>ketanbembi</author><pubDate>Tue, 25 Sep 2012 07:02:25 GMT</pubDate><guid isPermaLink="false">New Post: NPanday issue while building web application project. 20120925070225A</guid></item><item><title>New Post: How to Build Entity Framework Project using Npanday</title><link>http://npanday.codeplex.com/discussions/396773</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I am using Npnday 1.5. I have tried to build my project using Npanday. But DLL generated using Npanday has some issue. Because When I replace that DLL with other DLL which is generated by Visual Studio 2010, then my web application runs perfectly.&lt;br&gt;
&lt;br&gt;
Have any one buid Entity Framework Project using Napanday??&lt;br&gt;
&lt;br&gt;
Please tell me What are the steps required to build an entity framework project using Npanday.&lt;br&gt;
Mainly what changes are required to do in POM.xml file???&lt;/p&gt;
&lt;/div&gt;</description><author>ketanbembi</author><pubDate>Tue, 25 Sep 2012 06:51:42 GMT</pubDate><guid isPermaLink="false">New Post: How to Build Entity Framework Project using Npanday 20120925065142A</guid></item><item><title>Created Issue: How to Build Entity Framework Project using Npanday [18698]</title><link>http://npanday.codeplex.com/workitem/18698</link><description>I am using Npnday 1.5. I have tried to build my project using Npanday. But DLL generated using Npanday has some issue. Because When I replace that DLL with other DLL which is generated by Visual Studio 2010, then my web application runs perfectly.&lt;br /&gt;&lt;br /&gt;Have any one buid Entity Framework  Project using Napanday&amp;#63;&amp;#63;&lt;br /&gt;&lt;br /&gt;Please tell me What are the steps required to build an entity framework project using Npanday.&lt;br /&gt;Mainly what changes are required to do in POM.xml file&amp;#63;&amp;#63;&amp;#63;&lt;br /&gt;</description><author>ketanbembi</author><pubDate>Tue, 25 Sep 2012 06:50:05 GMT</pubDate><guid isPermaLink="false">Created Issue: How to Build Entity Framework Project using Npanday [18698] 20120925065005A</guid></item><item><title>New Post: test or install failed on Nunit Test Project</title><link>http://npanday.codeplex.com/discussions/361741</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;sorry, as you've noticed this forum is no longer monitored. Please post your question to npanday-users@incubator.apache.org (if you search the archives of that list, you'll find the same question has been answered before - essentially that version of NPanday requires the group ID be NUnit, not nunit.framework)&lt;/p&gt;&lt;/div&gt;</description><author>brettporter</author><pubDate>Wed, 01 Aug 2012 06:43:32 GMT</pubDate><guid isPermaLink="false">New Post: test or install failed on Nunit Test Project 20120801064332A</guid></item><item><title>New Post: nunit libraries not found</title><link>http://npanday.codeplex.com/discussions/285640</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;These forums are no longer actively monitored as the project has moved the Apache Incubator. You can post your questions to npanday-users@incubator.apache.org.&lt;/p&gt;
&lt;p&gt;However, the NUnit libraries can be obtained from nunit.org - the standard DLLs are those used by the build.&lt;/p&gt;&lt;/div&gt;</description><author>brettporter</author><pubDate>Tue, 03 Jul 2012 14:04:00 GMT</pubDate><guid isPermaLink="false">New Post: nunit libraries not found 20120703020400P</guid></item><item><title>New Post: nunit libraries not found</title><link>http://npanday.codeplex.com/discussions/285640</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I didnt have enough admin rights, hence this issue.&lt;/p&gt;&lt;/div&gt;</description><author>araamudhan</author><pubDate>Tue, 03 Jul 2012 05:13:22 GMT</pubDate><guid isPermaLink="false">New Post: nunit libraries not found 20120703051322A</guid></item><item><title>New Post: test or install failed on Nunit Test Project</title><link>http://npanday.codeplex.com/discussions/361741</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;&lt;span&gt;hello,&lt;/span&gt; &lt;/p&gt;
&lt;div&gt;i am using NPANDAY to compile and test a .net project, i am stuck when i run the Install goal of a project,&amp;nbsp;below is my log output and the unit test project pom.xml content file:&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;[INFO] ------------------------------------------------------------------------&lt;/div&gt;
&lt;div&gt;[INFO] BUILD FAILURE&lt;/div&gt;
&lt;div&gt;[INFO] ------------------------------------------------------------------------&lt;/div&gt;
&lt;div&gt;[INFO] Total time: 22.649s&lt;/div&gt;
&lt;div&gt;[INFO] Finished at: Mon Jul 02 20:06:14 WEST 2012&lt;/div&gt;
&lt;div&gt;[INFO] Final Memory: 18M/307M&lt;/div&gt;
&lt;div&gt;[INFO] ------------------------------------------------------------------------&lt;/div&gt;
&lt;div&gt;[ERROR] Failed to execute goal org.apache.npanday.plugins:maven-test-plugin:1.4.0-incubating:test (default-test) on project UnitTest: NPANDAY-1100-003:&amp;nbsp;&lt;strong&gt;Could not find any nunit libraries.&lt;/strong&gt;&amp;nbsp;-&amp;gt; [Help 1]&lt;/div&gt;
&lt;div&gt;[ERROR]&amp;nbsp;&lt;/div&gt;
&lt;div&gt;[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.&lt;/div&gt;
&lt;div&gt;[ERROR] Re-run Maven using the -X switch to enable full debug logging.&lt;/div&gt;
&lt;div&gt;[ERROR]&amp;nbsp;&lt;/div&gt;
&lt;div&gt;[ERROR] For more information about the errors and possible solutions, please read the following articles:&lt;/div&gt;
&lt;div&gt;[ERROR] [Help 1]&amp;nbsp;&lt;a href="http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException" target="_blank"&gt;http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;[ERROR]&amp;nbsp;&lt;/div&gt;
&lt;div&gt;[ERROR] After correcting the problems, you can resume the build with the command&lt;/div&gt;
&lt;div&gt;[ERROR] &amp;nbsp; mvn &amp;lt;goals&amp;gt; -rf :UnitTest&lt;/div&gt;
&lt;div&gt;NPanday Execution Failed!, with exit code: 1&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;---------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;lt;project xmlns:xsi=&amp;quot;&lt;a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot; xmlns:xsd=&amp;quot;&lt;a href="http://www.w3.org/2001/XMLSchema" target="_blank"&gt;http://www.w3.org/2001/XMLSchema&lt;/a&gt;&amp;quot; xmlns=&amp;quot;&lt;a href="http://maven.apache.org/POM/4.0.0" target="_blank"&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;quot;&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;lt;parent&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;mySolutionVS2010-parent&amp;lt;/artifactId&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;mySolutionVS2010&amp;lt;/groupId&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;1.0-SNAPSHOT&amp;lt;/version&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;lt;relativePath&amp;gt;..\pom.xml&amp;lt;/relativePath&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;lt;/parent&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;lt;artifactId&amp;gt;UnitTest&amp;lt;/artifactId&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;lt;packaging&amp;gt;library&amp;lt;/packaging&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;lt;name&amp;gt;mySolutionVS2010 : UnitTest&amp;lt;/name&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;lt;build&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;lt;sourceDirectory&amp;gt;./&amp;lt;/sourceDirectory&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;lt;plugins&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;plugin&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;org.apache.npanday.plugins&amp;lt;/groupId&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;maven-compile-plugin&amp;lt;/artifactId&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;extensions&amp;gt;true&amp;lt;/extensions&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;configuration&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;frameworkVersion&amp;gt;4.0&amp;lt;/frameworkVersion&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;includeSources&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;includeSource&amp;gt;Properties\AssemblyInfo.cs&amp;lt;/includeSource&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;includeSource&amp;gt;UnitTestRenew.cs&amp;lt;/includeSource&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;includeSource&amp;gt;UnitTestReplacement.cs&amp;lt;/includeSource&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;includeSource&amp;gt;UnitTopup.cs&amp;lt;/includeSource&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/includeSources&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/configuration&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/plugin&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;plugin&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;org.apache.npanday.plugins&amp;lt;/groupId&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;maven-test-plugin&amp;lt;/artifactId&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;configuration&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;integrationTest&amp;gt;true&amp;lt;/integrationTest&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;executionFrameworkVersion&amp;gt;4.0&amp;lt;/executionFrameworkVersion&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/configuration&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/plugin&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/plugins&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;lt;/build&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;lt;dependencies&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;lt;dependency&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;mySolutionVS2010&amp;lt;/groupId&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;myTypes&amp;lt;/artifactId&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;1.0-SNAPSHOT&amp;lt;/version&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;type&amp;gt;library&amp;lt;/type&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/dependency&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;lt;dependency&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;mySolutionVS2010&amp;lt;/groupId&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;B3GHostInteface&amp;lt;/artifactId&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;1.0-SNAPSHOT&amp;lt;/version&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;type&amp;gt;library&amp;lt;/type&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/dependency&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;lt;dependency&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;log4net&amp;lt;/groupId&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;log4net&amp;lt;/artifactId&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;1.2.10.0&amp;lt;/version&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;type&amp;gt;dotnet-library&amp;lt;/type&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;scope&amp;gt;system&amp;lt;/scope&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;systemPath&amp;gt;C:\Dll\log4net.dll&amp;lt;/systemPath&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/dependency&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;lt;dependency&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;nunit.framework&amp;lt;/groupId&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;nunit.framework&amp;lt;/artifactId&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;&lt;a href="tel:2.6.0.12051" target="_blank"&gt;2.6.0.12051&lt;/a&gt;&amp;lt;/version&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;type&amp;gt;dotnet-library&amp;lt;/type&amp;gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;lt;scope&amp;gt;system&amp;lt;/scope&amp;gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;lt;systemPath&amp;gt;C:\Dll\nunit.framework.dll&amp;lt;/systemPath&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/dependency&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;lt;/dependencies&amp;gt;&lt;/div&gt;
&lt;div&gt;&amp;lt;/project&amp;gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;any help is appreciated.&lt;/div&gt;
&lt;div&gt;thanks&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>aleo</author><pubDate>Mon, 02 Jul 2012 21:44:48 GMT</pubDate><guid isPermaLink="false">New Post: test or install failed on Nunit Test Project 20120702094448P</guid></item><item><title>New Post: nunit libraries not found</title><link>http://npanday.codeplex.com/discussions/285640</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Any news about this issue, i'm facing same problem.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;&lt;/div&gt;</description><author>aleo</author><pubDate>Mon, 02 Jul 2012 17:58:36 GMT</pubDate><guid isPermaLink="false">New Post: nunit libraries not found 20120702055836P</guid></item></channel></rss>