You are viewing a plain text version of this content. The canonical link for it is here.
Posted to nmaven-commits@incubator.apache.org by si...@apache.org on 2008/02/05 18:15:36 UTC

svn commit: r618729 - in /incubator/nmaven/www/0.15: dependencies.html getting-started.html integration.html issue-tracking.html license.html mail-lists.html project-info.html project-summary.html source-repository.html team-list.html

Author: sisbell
Date: Tue Feb  5 10:15:32 2008
New Revision: 618729

URL: http://svn.apache.org/viewvc?rev=618729&view=rev
Log:
Updated web site: compiler plugin.

Modified:
    incubator/nmaven/www/0.15/dependencies.html
    incubator/nmaven/www/0.15/getting-started.html
    incubator/nmaven/www/0.15/integration.html
    incubator/nmaven/www/0.15/issue-tracking.html
    incubator/nmaven/www/0.15/license.html
    incubator/nmaven/www/0.15/mail-lists.html
    incubator/nmaven/www/0.15/project-info.html
    incubator/nmaven/www/0.15/project-summary.html
    incubator/nmaven/www/0.15/source-repository.html
    incubator/nmaven/www/0.15/team-list.html

Modified: incubator/nmaven/www/0.15/dependencies.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.15/dependencies.html?rev=618729&r1=618728&r2=618729&view=diff
==============================================================================
--- incubator/nmaven/www/0.15/dependencies.html (original)
+++ incubator/nmaven/www/0.15/dependencies.html Tue Feb  5 10:15:32 2008
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 01/28/2008
+        Last Published: 02/05/2008
                       </div>
             <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
           |

Modified: incubator/nmaven/www/0.15/getting-started.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.15/getting-started.html?rev=618729&r1=618728&r2=618729&view=diff
==============================================================================
--- incubator/nmaven/www/0.15/getting-started.html (original)
+++ incubator/nmaven/www/0.15/getting-started.html Tue Feb  5 10:15:32 2008
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 01/28/2008
+        Last Published: 02/05/2008
                       </div>
             <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
           |
@@ -138,12 +138,12 @@
  export PATH=$JAVA_HOME/bin:$PATH
</pre></div><p>Type &quot;mvn -version&quot; from the command line. You should see the following:</p><div class="source"><pre>
 java version &quot;1.5.0_09&quot;
 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_09-b01)
-Java HotSpot(TM) Client VM (build 1.5.0_09-b01, mixed mode, sharing)
</pre></div><p>On Linux, you also need Mono version 2.1.3.1 or higher. Type &quot;mono -V&quot; on the command line to see what version you are running. If it is below 2.1.3.1, then download the latest mono version, unzip and run rpm from the commandline. Detailed instructions are located here: <a href=" http://www.mono-project.com/Getting_Mono">Installing Mono</a>. Make sure to su to root before installing with these instructions!</p></div></div><div class="section"><h3><a name="Signing Assemblies">Signing Assemblies</a></h3><p>To create a key</p><div class="source"><pre> sn -k sgKey.snk
</pre></div><p>NMaven supports compile-time signing of assemblies. You can sign assemblies by using the keyfile field in the maven-compiler-plugin.</p><div class="source"><pre>  &lt;build&gt;
+Java HotSpot(TM) Client VM (build 1.5.0_09-b01, mixed mode, sharing)
</pre></div><p>On Linux, you also need Mono version 2.1.3.1 or higher. Type &quot;mono -V&quot; on the command line to see what version you are running. If it is below 2.1.3.1, then download the latest mono version, unzip and run rpm from the commandline. Detailed instructions are located here: <a href=" http://www.mono-project.com/Getting_Mono">Installing Mono</a>. Make sure to su to root before installing with these instructions!</p></div></div><div class="section"><h3><a name="Signing Assemblies">Signing Assemblies</a></h3><p>To create a key</p><div class="source"><pre> sn -k sgKey.snk
</pre></div><p>NMaven supports compile-time signing of assemblies. You can sign assemblies by using the keyfile field in the maven-dotnet-compiler-plugin.</p><div class="source"><pre>  &lt;build&gt;
     &lt;sourceDirectory&gt;src/main/csharp&lt;/sourceDirectory&gt;
     &lt;plugins&gt;
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.dotnet.plugins&lt;/groupId&gt;
-        &lt;artifactId&gt;maven-compiler-plugin&lt;/artifactId&gt;
+        &lt;artifactId&gt;maven-dotnet-compiler-plugin&lt;/artifactId&gt;
         &lt;extensions&gt;true&lt;/extensions&gt;
         &lt;configuration&gt;
           &lt;keyfile&gt;sgKey.snk/keyfile&gt;
@@ -164,7 +164,7 @@
     &lt;plugins&gt;
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.dotnet.plugins&lt;/groupId&gt;
-        &lt;artifactId&gt;maven-compiler-plugin&lt;/artifactId&gt;
+        &lt;artifactId&gt;maven-dotnet-compiler-plugin&lt;/artifactId&gt;
         &lt;extensions&gt;true&lt;/extensions&gt;
       &lt;/plugin&gt;
     &lt;/plugins&gt;

Modified: incubator/nmaven/www/0.15/integration.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.15/integration.html?rev=618729&r1=618728&r2=618729&view=diff
==============================================================================
--- incubator/nmaven/www/0.15/integration.html (original)
+++ incubator/nmaven/www/0.15/integration.html Tue Feb  5 10:15:32 2008
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 01/28/2008
+        Last Published: 02/05/2008
                       </div>
             <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
           |

Modified: incubator/nmaven/www/0.15/issue-tracking.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.15/issue-tracking.html?rev=618729&r1=618728&r2=618729&view=diff
==============================================================================
--- incubator/nmaven/www/0.15/issue-tracking.html (original)
+++ incubator/nmaven/www/0.15/issue-tracking.html Tue Feb  5 10:15:32 2008
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 01/28/2008
+        Last Published: 02/05/2008
                       </div>
             <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
           |

Modified: incubator/nmaven/www/0.15/license.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.15/license.html?rev=618729&r1=618728&r2=618729&view=diff
==============================================================================
--- incubator/nmaven/www/0.15/license.html (original)
+++ incubator/nmaven/www/0.15/license.html Tue Feb  5 10:15:32 2008
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 01/28/2008
+        Last Published: 02/05/2008
                       </div>
             <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
           |

Modified: incubator/nmaven/www/0.15/mail-lists.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.15/mail-lists.html?rev=618729&r1=618728&r2=618729&view=diff
==============================================================================
--- incubator/nmaven/www/0.15/mail-lists.html (original)
+++ incubator/nmaven/www/0.15/mail-lists.html Tue Feb  5 10:15:32 2008
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 01/28/2008
+        Last Published: 02/05/2008
                       </div>
             <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
           |

Modified: incubator/nmaven/www/0.15/project-info.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.15/project-info.html?rev=618729&r1=618728&r2=618729&view=diff
==============================================================================
--- incubator/nmaven/www/0.15/project-info.html (original)
+++ incubator/nmaven/www/0.15/project-info.html Tue Feb  5 10:15:32 2008
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 01/28/2008
+        Last Published: 02/05/2008
                       </div>
             <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
           |

Modified: incubator/nmaven/www/0.15/project-summary.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.15/project-summary.html?rev=618729&r1=618728&r2=618729&view=diff
==============================================================================
--- incubator/nmaven/www/0.15/project-summary.html (original)
+++ incubator/nmaven/www/0.15/project-summary.html Tue Feb  5 10:15:32 2008
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 01/28/2008
+        Last Published: 02/05/2008
                       </div>
             <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
           |

Modified: incubator/nmaven/www/0.15/source-repository.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.15/source-repository.html?rev=618729&r1=618728&r2=618729&view=diff
==============================================================================
--- incubator/nmaven/www/0.15/source-repository.html (original)
+++ incubator/nmaven/www/0.15/source-repository.html Tue Feb  5 10:15:32 2008
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 01/28/2008
+        Last Published: 02/05/2008
                       </div>
             <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
           |

Modified: incubator/nmaven/www/0.15/team-list.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.15/team-list.html?rev=618729&r1=618728&r2=618729&view=diff
==============================================================================
--- incubator/nmaven/www/0.15/team-list.html (original)
+++ incubator/nmaven/www/0.15/team-list.html Tue Feb  5 10:15:32 2008
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 01/28/2008
+        Last Published: 02/05/2008
                       </div>
             <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
           |