You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by br...@apache.org on 2011/12/06 04:42:07 UTC

svn commit: r1210776 - in /incubator/npanday/trunk/site/src/site/apt/guide: advanced/generate-project.apt vs/executeGoals.apt vs/references.apt

Author: brett
Date: Tue Dec  6 04:42:07 2011
New Revision: 1210776

URL: http://svn.apache.org/viewvc?rev=1210776&view=rev
Log:
update documentation for changes in UAC

Modified:
    incubator/npanday/trunk/site/src/site/apt/guide/advanced/generate-project.apt
    incubator/npanday/trunk/site/src/site/apt/guide/vs/executeGoals.apt
    incubator/npanday/trunk/site/src/site/apt/guide/vs/references.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=1210776&r1=1210775&r2=1210776&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 Tue Dec  6 04:42:07 2011
@@ -71,17 +71,6 @@ mvn archetype:generate -DarchetypeArtifa
   The <<<mvn install>>> command typically puts artifacts (installs them) into the repository here,
   <<<C:\\Documents and Settings\\[user_home]\\.m2\\repository>>>.
   
-  NPanday installs the artifacts in a .NET local repository, located in
-  <<<C:\\Documents and Settings\\[user_home]\\.m2\\uac>>>.
-  
-  For the <<<Example.Project>>> solution the artifact is placed here,
-  <<<C:\\Documents and Settings\\[user_home]\\.m2\\uac\\gac_msil\\Example.Project\\1.0-SNAPSHOT__com.example\Example.Project.dll>>>
-  
-  The contents in <<<C:\\Documents and Settings\\[user_home]\\.m2\\uac\\gac_msil>>> SHOULD NOT be manually modified or
-  the project build will fail due to artifacts that are not properly indexed and are not synchronized with the
-  repository. In case the contents have been modified, delete the
-  <<<C:\\Documents and Settings\\[user_home]\\.m2\\uac>>> directory then re-install the project.
-  
   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/vs/executeGoals.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/vs/executeGoals.apt?rev=1210776&r1=1210775&r2=1210776&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 Tue Dec  6 04:42:07 2011
@@ -89,40 +89,12 @@ Executing Maven Goals
   Corresponding information is sent to the Output window (including a message saying the build was successful).
   You can scroll up and down in the output window to display all the text.
   
-  Next, verify the artifacts were placed into the .NET local repository under the following path:
-  <<< C:\\Documents and Settings\\[user_home]\\.m2\\uac\\[gac_architecture]\\artifactId\Version__GroupId >>>
+  Next, verify the artifacts were placed into the local repository under the following path:
+  <<<C:\\Documents and Settings\\[user_home]\\.m2\\repository\\groupId\\artifactId>>>
   
-  For example:
-  <<< C:\\Documents and Settings\\[user_home]\\.m2\\uac\\gac_msil\\NPanday.Test\\1.0__NPanday >>>
+  Finally, verify that <<<C:\\Documents and Settings\\[user_home]\\.m2\\npanday-settings.xml>>> is also created.
   
-  The following explains what each element in the path means:
-
-      * <<<[user_home]>>> The user's home directory.
-
-      * <<<gac_architecture>>> The architecture type such as <<<gac_msil>>>, <<<gac_32>>>, etc.
-
-      * <<<artifactId>>> This is similar to the Maven <<<artifactId>>>. It is equivalent to the project's module name.
-      In the example above, the artifactId is <<<NPanday.Test>>>.
-
-      * <<<Version__GroupId>>> The version of the artifact and the group it is in.
-      In the example above the version is <<<1.0>>> and the GroupId is <<<NPanday>>>.
-
-      []
-  
-  The contents in C:\\Documents and Settings\\[user_home]\\.m2\\uac\\gac_msil SHOULD NOT be manually modified or the
-  project build will fail due to artifacts that are not properly indexed and are not synchronized with the repository.
-  In case the contents have been modified, delete the C:\\Documents and Settings\\[user_home]\\.m2\\uac directory then
-  re-install the project.
-  
-  Finally, Verify that the following are also created under the following paths:
-  
-      * <<<C:\\Documents and Settings\\[user_home]\\.m2\\pab>>>
-
-      * <<<C:\\Documents and Settings\\[user_home]\\.m2\\npanday-settings.xml>>>
-
-      []
-  
-  Contents of npanday-settings.xml looks similar to the following:
+  The contents of npanday-settings.xml looks similar to the following:
   
 +------+
   <?xml version="1.0" encoding="utf-8"?>

Modified: incubator/npanday/trunk/site/src/site/apt/guide/vs/references.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/vs/references.apt?rev=1210776&r1=1210775&r2=1210776&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/guide/vs/references.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/guide/vs/references.apt Tue Dec  6 04:42:07 2011
@@ -62,9 +62,6 @@ Project Dependencies
 
 [../../images/vs/add_artifact.jpg] Add Maven Artifact screen
 
-  The artifacts will be added as a reference to the project and added as a dependency in the POM file. It is
-  also downloaded to the <<<C:\\Documents and Settings\\[user_home]\\.m2\\uac>>> directory.
-
 ** COM References
 
   When attempting to add an <<<.ocx>>> file into the repository, a warning message similar to the following will be