Author: brett Date: Wed Aug 6 10:01:23 2014 New Revision: 1616145 URL: http://svn.apache.org/r1616145 Log: update default location of home directory for modern Windows
Modified: incubator/npanday/trunk/site/src/site/apt/guide/advanced/generate-project.apt incubator/npanday/trunk/site/src/site/apt/guide/advanced/releasing.apt incubator/npanday/trunk/site/src/site/apt/guide/installation/index.apt.vm incubator/npanday/trunk/site/src/site/apt/guide/installation/uninstall.apt incubator/npanday/trunk/site/src/site/apt/guide/vs/configureRepository.apt incubator/npanday/trunk/site/src/site/apt/guide/vs/executeGoals.apt Modified: incubator/npanday/trunk/site/src/site/apt/guide/advanced/generate-project.apt URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/advanced/generate-project.apt?rev=1616145&r1=1616144&r2=1616145&view=diff ============================================================================== --- incubator/npanday/trunk/site/src/site/apt/guide/advanced/generate-project.apt (original) +++ incubator/npanday/trunk/site/src/site/apt/guide/advanced/generate-project.apt Wed Aug 6 10:01:23 2014 @@ -69,7 +69,7 @@ mvn archetype:generate -DarchetypeArtifa <<<mvn install>>> The <<<mvn install>>> command typically puts artifacts (installs them) into the repository here, - <<<C:\\Documents and Settings\\[user_home]\\.m2\\repository>>>. + <<<C:\\Users\\[username]\\.m2\\repository>>>. The sample project contains NUnit tests. If the build fails on <<<nunit-console>>>, make sure you have NUnit 2.2+ installed and located in the PATH. Modified: incubator/npanday/trunk/site/src/site/apt/guide/advanced/releasing.apt URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/advanced/releasing.apt?rev=1616145&r1=1616144&r2=1616145&view=diff ============================================================================== --- incubator/npanday/trunk/site/src/site/apt/guide/advanced/releasing.apt (original) +++ incubator/npanday/trunk/site/src/site/apt/guide/advanced/releasing.apt Wed Aug 6 10:01:23 2014 @@ -55,7 +55,7 @@ mvn org.apache.npanday.plugins:NPanday.P <<<C:\\WINDOWS\\Temp\\NPanday>>> then renamed following the artifact filename format <<<[artifactId]-[version].[packaging]>>>. After the reference is renamed, it will then be installed in the local repository - <<<C:\\Documents and Settings\\[user_home]\\.m2\\repository>>> for it to be used when releasing the project. + <<<C:\\Users\\[username]\\.m2\\repository>>> for it to be used when releasing the project. The following are examples of references of different types which are renamed then installed in the local repository, @@ -84,4 +84,4 @@ mvn release:perform This will also deploy the built artifacts to an artifact repository. See {{{../devinfra/artifact-repository.html} Setting up an Artifact Repository}} for information on how to do this and - to configure the POM's <<<distributionManagement>>> section accordingly. \ No newline at end of file + to configure the POM's <<<distributionManagement>>> section accordingly. Modified: incubator/npanday/trunk/site/src/site/apt/guide/installation/index.apt.vm URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/installation/index.apt.vm?rev=1616145&r1=1616144&r2=1616145&view=diff ============================================================================== --- incubator/npanday/trunk/site/src/site/apt/guide/installation/index.apt.vm (original) +++ incubator/npanday/trunk/site/src/site/apt/guide/installation/index.apt.vm Wed Aug 6 10:01:23 2014 @@ -144,8 +144,8 @@ Installing the Visual Studio Add-in usin [../../images/vs/installer/screen5.jpg] After running the installer the add-in will be located here: - <<<C:\\Documents and Settings\\[user_home]\\My Documents\\Visual Studio 2005\\Addins\\NPanday.VisualStudio.AddIn>>> - (or equivalent for Visual Studio 2008 or equivalent for Visual Studio 2010). + <<<C:\\Users\\[username]\\My Documents\\Visual Studio 2005\\Addins\\NPanday.VisualStudio.AddIn>>> + (or equivalent for other versions of Visual Studio). You can verify that the Maven plugins are also installed correctly by following the same steps as shown in the previous section. Modified: incubator/npanday/trunk/site/src/site/apt/guide/installation/uninstall.apt URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/installation/uninstall.apt?rev=1616145&r1=1616144&r2=1616145&view=diff ============================================================================== --- incubator/npanday/trunk/site/src/site/apt/guide/installation/uninstall.apt (original) +++ incubator/npanday/trunk/site/src/site/apt/guide/installation/uninstall.apt Wed Aug 6 10:01:23 2014 @@ -47,12 +47,8 @@ Uninstalling NPanday [] - [[4]] Remove the following file <<<C:\\Documents and Settings\\[user_home]\\.m2\\npanday-settings.xml>>> + [[4]] Remove the following file <<<C:\\Users\\[username]\\.m2\\npanday-settings.xml>>> - [[5]] Remove the following file <<<C:\\Documents and Settings\\[user_home]\\.m2\\repository\\npanday.artifacts.resolved>>> - - [[6]] Remove the following directory <<<C:\\Documents and Settings\\[user_home]\\.npanday>>> - [] An alternative to step 3 is to run the following commands from the command prompt as an administrator: @@ -68,13 +64,15 @@ Uninstalling without the Installer following additional steps: [[1]] Locate and delete your previous version of the NPanday .NET Build Tool for Visual Studio. - It is typically found at the following location, where [user_home] is your home directory: + It is typically found at the following location, where [username] is + replaced with the local username. - <<<C:\\Documents and Settings\\[user_home]\\My Documents\\Visual Studio 2005\\Addins\\NPanday.VisualStudio.AddIn>>> + <<<C:\\Users\\[username]\\My Documents\\Visual Studio 2005\\Addins\\NPanday.VisualStudio.AddIn>>> - Also delete the Addin-file in corresponding folders for Visual Studio 2008 and 2010. + Also delete the Addin-file in corresponding folders for other versions of + Visual Studio. - [[2]] Remove the <<<C:\\Documents and Settings\\[user_home]\\.m2\\repository\npanday>>> directory + [[2]] Remove the <<<C:\\Users\\[username]\\.m2\\repository\\org\\apache\\npanday>>> directory [] Modified: incubator/npanday/trunk/site/src/site/apt/guide/vs/configureRepository.apt URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/vs/configureRepository.apt?rev=1616145&r1=1616144&r2=1616145&view=diff ============================================================================== --- incubator/npanday/trunk/site/src/site/apt/guide/vs/configureRepository.apt (original) +++ incubator/npanday/trunk/site/src/site/apt/guide/vs/configureRepository.apt Wed Aug 6 10:01:23 2014 @@ -41,7 +41,7 @@ Remote Repository Configuration appropriate box. [[5]] Click Update. This will save the configuration to - <<<C:\\Documents and Settings\\[user_home]\\.m2\\settings.xml>>>. To edit multiple repositories, repeat + <<<C:\\Users\\[username]\\.m2\\settings.xml>>>. To edit multiple repositories, repeat steps 3 to 5 by selecting another repository to be configured form the drop down list. [[6]] Click Close when done configuring the repository. @@ -56,7 +56,7 @@ Remote Repository Configuration * Manually Configure a Remote Maven Repository To manually add a remote repository, add the following lines in your - <<<C:\\Documents and Settings\\[user_home]\\.m2\\settings.xml>>> file within the <<< \<profiles\> >>> + <<<C:\\Users\\[username]\\.m2\\settings.xml>>> file within the <<< \<profiles\> >>> <<< \</profiles\> >>> tag. Modify the values for the <<< \<repository\> >>> and <<< \<id\> >>>elements with the repository url you want to access. Modified: incubator/npanday/trunk/site/src/site/apt/guide/vs/executeGoals.apt URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/vs/executeGoals.apt?rev=1616145&r1=1616144&r2=1616145&view=diff ============================================================================== --- incubator/npanday/trunk/site/src/site/apt/guide/vs/executeGoals.apt (original) +++ incubator/npanday/trunk/site/src/site/apt/guide/vs/executeGoals.apt Wed Aug 6 10:01:23 2014 @@ -90,9 +90,9 @@ Executing Maven Goals You can scroll up and down in the output window to display all the text. Next, verify the artifacts were placed into the local repository under the following path: - <<<C:\\Documents and Settings\\[user_home]\\.m2\\repository\\groupId\\artifactId>>> + <<<C:\\Users\\[username]\\.m2\\repository\\groupId\\artifactId>>> - Finally, verify that <<<C:\\Documents and Settings\\[user_home]\\.m2\\npanday-settings.xml>>> is also created. + Finally, verify that <<<C:\\Users\\[username]\\.m2\\npanday-settings.xml>>> is also created. The contents of npanday-settings.xml looks similar to the following: @@ -199,4 +199,4 @@ Executing Maven Goals * Summary - Continue on to {{{./assemblyKey.html} Setting Assembly Keys}}, or return to the {{{./index.html} index}}. \ No newline at end of file + Continue on to {{{./assemblyKey.html} Setting Assembly Keys}}, or return to the {{{./index.html} index}}.