This section is provides a quick way to install the NPanday .NET Build Tool and create a sample project. This section does not explain any of the steps - explanations can be found in NPanday .NET Built Tool Add-in Installation and subsequent sections.
Note: If you are upgrading to a new version of the add-in, we recommend you remove the old installation and start with a “clean” system. Follow the Uninstalling the NPanday .Net Build Tool procedure before installing the new version.
PATH=%PATH%;C:\Program Files\Microsoft Visual Studio 8\SDK\V2.0\Bin;C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727; C:\Program Files\Microsoft Visual Studio 8\Common7\IDE;C:\Program Files\NUnit 2.4.3\bin
If you are starting Visual Studio from the Windows Start menu, then you need to set the PATH environment variable in the System Properties:
Start > My Computer > View System Information > Advanced > Environment variables
If you are starting Visual Studio from a command shell using the devenv executable then you can set your PATH on the command line as shown above.
mvn npanday.plugin:maven-vsinstaller-plugin:install
The add-in file will be created and put in the user's home directory, here:
C:\Documents and Settings\[user_home]\My Documents\Visual Studio 2005\Addins\NPanday.VisualStudio.AddIn
mvn archetype:create -DgroupId=npanday -DartifactId=NPanday.Test -DarchetypeArtifactId=maven-archetype-dotnet-simple -DarchetypeGroupId=org.apache.maven.dotnet -DarchetypeVersion=[version]
mvn install
mvn clean
mvn NPanday.Plugins:NPanday.Plugin.Solution.JavaBinding:Solution
C:\Documents and Settings\[user_home]\.m2\uac\gac_msil\NPanday.Test[version]__NPanday