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 2007/08/17 01:55:37 UTC

svn commit: r566902 [4/41] - in /incubator/nmaven/www: ./ ide/ plugins/ plugins/maven-compile-plugin/ plugins/maven-compile-plugin/xref/ plugins/maven-compile-plugin/xref/org/ plugins/maven-compile-plugin/xref/org/apache/ plugins/maven-compile-plugin/x...

Modified: incubator/nmaven/www/plugins/maven-compile-plugin/process-test-sources-mojo.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-compile-plugin/process-test-sources-mojo.html?view=diff&rev=566902&r1=566901&r2=566902
==============================================================================
--- incubator/nmaven/www/plugins/maven-compile-plugin/process-test-sources-mojo.html (original)
+++ incubator/nmaven/www/plugins/maven-compile-plugin/process-test-sources-mojo.html Thu Aug 16 18:55:14 2007
@@ -41,7 +41,7 @@
   
   
             <div class="xleft">
-        Last Published: 02/05/2007
+        Last Published: 08/16/2007
                       </div>
             <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
           |
@@ -83,7 +83,11 @@
         </li>
               
     <li class="none">
-              <a href="how-to-use.html">How to Use</a>
+              <a href="plugin-info.html">Goals</a>
+        </li>
+              
+    <li class="none">
+              <a href="usage.html">Usage</a>
         </li>
           </ul>
           <h5>Project Documentation</h5>
@@ -106,10 +110,24 @@
       
             
       
+            
+      
+            
+      
               
         <li class="collapsed">
               <a href="project-info.html">Project Information</a>
               </li>
+              
+                
+              
+      
+            
+      
+              
+        <li class="collapsed">
+              <a href="project-reports.html">Project Reports</a>
+              </li>
           </ul>
                                        <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
             <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
@@ -129,50 +147,71 @@
   
   
     <a name="compile:process-test-sources"></a><div class="section"><h2>compile:process-test-sources</h2>
-      <p>Copies source files to target directory.</p>
-      <p>Parameters for the goal: </p>
-      <table class="bodyTable">
-        <tr class="a">
-          <th>Parameter</th>
-          <th>Type</th>
-          <th>Expression</th>
-          <th>Default Value</th>
-          <th>Description</th>
-        </tr>
-        <tr class="b">
-          <td>
-            <code>outputDirectory</code>
-          </td>
-          <td>
-            <code title="java.lang.String">String</code>
-          </td>
-          <td>
-            <code>${outputDirectory}</code>
-          </td>
-          <td>
-            <code>${project.build.directory}${file.separator}build-test-sources</code>
-          </td>
-          <td>Output directory</td>
-        </tr>
-        <tr class="a">
-          <td>
-            <code>sourceDirectory</code>
-          </td>
-          <td>
-            <code title="java.lang.String">String</code>
-          </td>
-          <td>
-            <code>${sourceDirectory}</code>
-          </td>
-          <td>
-            <code>${project.build.testSourceDirectory}</code>
-          </td>
-          <td>Source directory</td>
-        </tr>
-      </table>
-    </div>
-  
-
+      <p>Copies test source files to target directory.</p>
+      <p><b>Mojo Attributes</b>:<ul>
+          <li>Requires a Maven 2.0 project to execute.</li>
+          <li>Automatically executes within the lifecycle phase: <code>process-sources</code></li>
+          </ul>
+        
+      <a name="Required Parameters"></a><div class="section"><h3>Required Parameters</h3>
+        <table class="bodyTable">
+          <tr class="a">
+            <th>Name</th>
+            <th>Type</th>
+            <th>Description</th>
+            </tr>
+          <tr class="b">
+            <td><b><a href="#outputDirectory">outputDirectory</a></b></td>
+            <td><code>String</code></td>
+            <td>Output directory for the test sources. Default value is <code>${project.build.directory}/build-test-sources</code>.</td>
+            </tr>
+          <tr class="a">
+            <td><b><a href="#sourceDirectory">sourceDirectory</a></b></td>
+            <td><code>String</code></td>
+            <td>Source directory containing the copied test class files. Default value is <code>${project.build.testSourceDirectory}</code>.</td>
+            </tr>
+          </table>
+        </div>
+      <a name="Optional Parameters"></a><div class="section"><h3>Optional Parameters</h3>
+        <table class="bodyTable">
+          <tr class="b">
+            <th>Name</th>
+            <th>Type</th>
+            <th>Description</th>
+            </tr>
+          <tr class="a">
+            <td><b><a href="#testExcludes">testExcludes</a></b></td>
+            <td><code>String[]</code></td>
+            <td>No description.</td>
+            </tr>
+          </table>
+        </div>
+      <a name="Parameter Details"></a><div class="section"><h3>Parameter Details</h3>
+        <b><a name="outputDirectory">outputDirectory</a></b>
+        <p>Output directory for the test sources.</p>
+        <ul>
+          <li><b>Type</b>: <code>java.lang.String</code></li>
+          <li><b>Required</b>: <code>Yes</code></li>
+          <li><b>Expression</b>: <code>${outputDirectory}</code></li>
+          <li><b>Default</b>: <code>${project.build.directory}/build-test-sources</code></li>
+          </ul><hr></hr><b><a name="sourceDirectory">sourceDirectory</a></b>
+        Source directory containing the copied test class files.
+        <ul>
+          <li><b>Type</b>: <code>java.lang.String</code></li>
+          <li><b>Required</b>: <code>Yes</code></li>
+          <li><b>Expression</b>: <code>${sourceDirectory}</code></li>
+          <li><b>Default</b>: <code>${project.build.testSourceDirectory}</code></li>
+          </ul><hr></hr><b><a name="testExcludes">testExcludes</a></b>
+        No Description.
+        <ul>
+          <li><b>Type</b>: <code>java.lang.String[]</code></li>
+          <li><b>Required</b>: <code>No</code></li>
+          <li><b>Expression</b>: <code>${testExcludes}</code></li>
+          </ul>
+        </div>
+      </div>
+    
+  
       </div>
     </div>
     <div class="clear">
@@ -182,6 +221,7 @@
       <div class="xright">&#169;  
           2007
     
+          NMaven
           
   
 

Modified: incubator/nmaven/www/plugins/maven-compile-plugin/project-info.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-compile-plugin/project-info.html?view=diff&rev=566902&r1=566901&r2=566902
==============================================================================
--- incubator/nmaven/www/plugins/maven-compile-plugin/project-info.html (original)
+++ incubator/nmaven/www/plugins/maven-compile-plugin/project-info.html Thu Aug 16 18:55:14 2007
@@ -40,7 +40,7 @@
   
   
             <div class="xleft">
-        Last Published: 02/05/2007
+        Last Published: 08/16/2007
                       </div>
             <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
           |
@@ -82,7 +82,11 @@
         </li>
               
     <li class="none">
-              <a href="how-to-use.html">How to Use</a>
+              <a href="plugin-info.html">Goals</a>
+        </li>
+              
+    <li class="none">
+              <a href="usage.html">Usage</a>
         </li>
           </ul>
           <h5>Project Documentation</h5>
@@ -105,12 +109,20 @@
       
             
       
+            
+      
+            
+      
               
             <li class="expanded">
               <strong>Project Information</strong>
                 <ul>
                   
     <li class="none">
+              <a href="index.html">About</a>
+        </li>
+                  
+    <li class="none">
               <a href="integration.html">Continuous Integration</a>
         </li>
                   
@@ -119,6 +131,10 @@
         </li>
                   
     <li class="none">
+              <a href="dependency-convergence.html">Dependency Convergence</a>
+        </li>
+                  
+    <li class="none">
               <a href="issue-tracking.html">Issue Tracking</a>
         </li>
                   
@@ -143,6 +159,16 @@
         </li>
               </ul>
         </li>
+              
+                
+              
+      
+            
+      
+              
+        <li class="collapsed">
+              <a href="project-reports.html">Project Reports</a>
+              </li>
           </ul>
                                        <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
             <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
@@ -158,7 +184,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Project Information</h2><p>This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by <a href="http://maven.apache.org">Maven</a> on behalf of the project.</p><div class="section"><h3>Overview</h3><table class="bodyTable"><tr class="a"><th>Document</th><th>Description</th></tr><tr class="b"><td><a href="integration.html">Continuous Integration</a></td><td>This is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.</td></tr><tr class="a"><td><a href="dependencies.html">Dependencies</a></td><td>This document lists the projects dependencies and provides information on each dependency.</td></tr><tr class="b"><td><a href="issue-tracking.html">Issue Tracking</a></td><td>This is a link to the issue management system for this project. Issues (bugs, features, change req
 uests) can be created and queried using this link.</td></tr><tr class="a"><td><a href="mail-lists.html">Mailing Lists</a></td><td>This document provides subscription and archive information for this project's mailing lists.</td></tr><tr class="b"><td><a href="license.html">Project License</a></td><td>This is a link to the definitions of project licenses.</td></tr><tr class="a"><td><a href="project-summary.html">Project Summary</a></td><td>This document lists other related information of this project</td></tr><tr class="b"><td><a href="team-list.html">Project Team</a></td><td>This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.</td></tr><tr class="a"><td><a href="source-repository.html">Source Repository</a></td><td>This is a link to the online source repository that can be viewed via a web browser.</td></tr></table></div></div>
+        <div class="section"><h2>Project Information</h2><p>This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by <a href="http://maven.apache.org">Maven</a> on behalf of the project.</p><div class="section"><h3>Overview</h3><table class="bodyTable"><tr class="a"><th>Document</th><th>Description</th></tr><tr class="b"><td><a href="index.html">About</a></td><td>Maven Plugin for .NET: Handles source and test compiles</td></tr><tr class="a"><td><a href="integration.html">Continuous Integration</a></td><td>This is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.</td></tr><tr class="b"><td><a href="dependencies.html">Dependencies</a></td><td>This document lists the projects dependencies and provides information on each dependency.</td></tr><tr class="a"><td><a href="dependency-convergence.h
 tml">Dependency Convergence</a></td><td>This document presents the convergence of dependency versions across the entire project, and its sub modules.</td></tr><tr class="b"><td><a href="issue-tracking.html">Issue Tracking</a></td><td>This is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.</td></tr><tr class="a"><td><a href="mail-lists.html">Mailing Lists</a></td><td>This document provides subscription and archive information for this project's mailing lists.</td></tr><tr class="b"><td><a href="license.html">Project License</a></td><td>This is a link to the definitions of project licenses.</td></tr><tr class="a"><td><a href="project-summary.html">Project Summary</a></td><td>This document lists other related information of this project</td></tr><tr class="b"><td><a href="team-list.html">Project Team</a></td><td>This document provides information on the members of this project. These ar
 e the individuals who have contributed to the project in one form or another.</td></tr><tr class="a"><td><a href="source-repository.html">Source Repository</a></td><td>This is a link to the online source repository that can be viewed via a web browser.</td></tr></table></div></div>
       </div>
     </div>
     <div class="clear">
@@ -168,6 +194,7 @@
       <div class="xright">&#169;  
           2007
     
+          NMaven
           
   
 

Added: incubator/nmaven/www/plugins/maven-compile-plugin/project-reports.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-compile-plugin/project-reports.html?view=auto&rev=566902
==============================================================================
--- incubator/nmaven/www/plugins/maven-compile-plugin/project-reports.html (added)
+++ incubator/nmaven/www/plugins/maven-compile-plugin/project-reports.html Thu Aug 16 18:55:14 2007
@@ -0,0 +1,179 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+  <head>
+    <title>NMaven - Generated Reports</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+      </head>
+  <body class="composite">
+    <div id="banner">
+                    <span id="bannerLeft">
+    
+            maven-compile-plugin
+    
+            </span>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+  
+  
+            <div class="xleft">
+        Last Published: 08/16/2007
+                      </div>
+            <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
+          |
+          <a href="http://incubator.apache.org/nmaven">NMaven</a>
+          |
+          <a href="http://svn.apache.org/repos/asf/incubator/nmaven/">NMaven SVN</a>
+          |
+          <a href="http://maven.apache.org/">Maven</a>
+          |
+          <a href="http://www.mono-project.com/">Mono Project</a>
+          |
+          <a href="http://dotgnu.org/">DotGNU</a>
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+  
+  
+                   <h5>General Info</h5>
+        <ul>
+              
+    <li class="none">
+              <a href="index.html">About</a>
+        </li>
+              
+    <li class="none">
+              <a href="plugin-info.html">Goals</a>
+        </li>
+              
+    <li class="none">
+              <a href="usage.html">Usage</a>
+        </li>
+          </ul>
+          <h5>Project Documentation</h5>
+        <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+              <a href="project-info.html">Project Information</a>
+              </li>
+              
+                
+              
+      
+            
+      
+              
+            <li class="expanded">
+              <strong>Project Reports</strong>
+                <ul>
+                  
+    <li class="none">
+              <a href="plugin-info.html">Plugin documentation</a>
+        </li>
+                  
+    <li class="none">
+              <a href="xref/index.html">Source Xref</a>
+        </li>
+              </ul>
+        </li>
+          </ul>
+                                       <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
+            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+          </a>
+                       
+  
+
+  
+    
+  
+  
+        </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>Generated Reports</h2><p>This document provides an overview of the various reports that are automatically generated by <a href="http://maven.apache.org">Maven</a> Each report is briefly described below.</p><div class="section"><h3>Overview</h3><table class="bodyTable"><tr class="a"><th>Document</th><th>Description</th></tr><tr class="b"><td><a href="plugin-info.html">Plugin documentation</a></td><td>This report provides goals and parameters documentation of a plugin</td></tr><tr class="a"><td><a href="xref/index.html">Source Xref</a></td><td>HTML based, cross-reference version of Java source code.</td></tr></table></div></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2007
+    
+          NMaven
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Modified: incubator/nmaven/www/plugins/maven-compile-plugin/project-summary.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-compile-plugin/project-summary.html?view=diff&rev=566902&r1=566901&r2=566902
==============================================================================
--- incubator/nmaven/www/plugins/maven-compile-plugin/project-summary.html (original)
+++ incubator/nmaven/www/plugins/maven-compile-plugin/project-summary.html Thu Aug 16 18:55:14 2007
@@ -40,7 +40,7 @@
   
   
             <div class="xleft">
-        Last Published: 02/05/2007
+        Last Published: 08/16/2007
                       </div>
             <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
           |
@@ -82,7 +82,11 @@
         </li>
               
     <li class="none">
-              <a href="how-to-use.html">How to Use</a>
+              <a href="plugin-info.html">Goals</a>
+        </li>
+              
+    <li class="none">
+              <a href="usage.html">Usage</a>
         </li>
           </ul>
           <h5>Project Documentation</h5>
@@ -100,6 +104,10 @@
             
       
             
+      
+            
+      
+            
             
             
       
@@ -111,6 +119,10 @@
                 <ul>
                   
     <li class="none">
+              <a href="index.html">About</a>
+        </li>
+                  
+    <li class="none">
               <a href="integration.html">Continuous Integration</a>
         </li>
                   
@@ -119,6 +131,10 @@
         </li>
                   
     <li class="none">
+              <a href="dependency-convergence.html">Dependency Convergence</a>
+        </li>
+                  
+    <li class="none">
               <a href="issue-tracking.html">Issue Tracking</a>
         </li>
                   
@@ -143,6 +159,16 @@
         </li>
               </ul>
         </li>
+              
+                
+              
+      
+            
+      
+              
+        <li class="collapsed">
+              <a href="project-reports.html">Project Reports</a>
+              </li>
           </ul>
                                        <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
             <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
@@ -158,7 +184,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Project Summary</h2><div class="section"><h3>Project Information</h3><table class="bodyTable"><tr class="a"><th>Field</th><th>Value</th></tr><tr class="b"><td>Name</td><td>maven-compile-plugin</td></tr><tr class="a"><td>Description</td><td>Maven Plugin for .NET</td></tr><tr class="b"><td>Homepage</td><td></td></tr></table></div><div class="section"><h3>Project Organization</h3><p>This project does not belong to an organization.</p></div><div class="section"><h3>Build Information</h3><table class="bodyTable"><tr class="a"><th>Field</th><th>Value</th></tr><tr class="b"><td>GroupId</td><td>org.apache.maven.dotnet.plugins</td></tr><tr class="a"><td>ArtifactId</td><td>maven-compile-plugin</td></tr><tr class="b"><td>Version</td><td>0.14-SNAPSHOT</td></tr><tr class="a"><td>Type</td><td>maven-plugin</td></tr></table></div></div>
+        <div class="section"><h2>Project Summary</h2><div class="section"><h3>Project Information</h3><table class="bodyTable"><tr class="a"><th>Field</th><th>Value</th></tr><tr class="b"><td>Name</td><td>maven-compile-plugin</td></tr><tr class="a"><td>Description</td><td>Maven Plugin for .NET: Handles source and test compiles</td></tr><tr class="b"><td>Homepage</td><td></td></tr></table></div><div class="section"><h3>Project Organization</h3><table class="bodyTable"><tr class="a"><th>Field</th><th>Value</th></tr><tr class="b"><td>Name</td><td>NMaven</td></tr><tr class="a"><td>URL</td><td><a href="http://incubator.apache.org/nmaven">http://incubator.apache.org/nmaven</a></td></tr></table></div><div class="section"><h3>Build Information</h3><table class="bodyTable"><tr class="b"><th>Field</th><th>Value</th></tr><tr class="a"><td>GroupId</td><td>org.apache.maven.dotnet.plugins</td></tr><tr class="b"><td>ArtifactId</td><td>maven-compile-plugin</td></tr><tr class="a"><td>Version
 </td><td>0.14-SNAPSHOT</td></tr><tr class="b"><td>Type</td><td>maven-plugin</td></tr></table></div></div>
       </div>
     </div>
     <div class="clear">
@@ -168,6 +194,7 @@
       <div class="xright">&#169;  
           2007
     
+          NMaven
           
   
 

Modified: incubator/nmaven/www/plugins/maven-compile-plugin/team-list.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-compile-plugin/team-list.html?view=diff&rev=566902&r1=566901&r2=566902
==============================================================================
--- incubator/nmaven/www/plugins/maven-compile-plugin/team-list.html (original)
+++ incubator/nmaven/www/plugins/maven-compile-plugin/team-list.html Thu Aug 16 18:55:14 2007
@@ -40,7 +40,7 @@
   
   
             <div class="xleft">
-        Last Published: 02/05/2007
+        Last Published: 08/16/2007
                       </div>
             <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
           |
@@ -82,7 +82,11 @@
         </li>
               
     <li class="none">
-              <a href="how-to-use.html">How to Use</a>
+              <a href="plugin-info.html">Goals</a>
+        </li>
+              
+    <li class="none">
+              <a href="usage.html">Usage</a>
         </li>
           </ul>
           <h5>Project Documentation</h5>
@@ -102,6 +106,10 @@
             
       
             
+      
+            
+      
+            
             
             
       
@@ -111,6 +119,10 @@
                 <ul>
                   
     <li class="none">
+              <a href="index.html">About</a>
+        </li>
+                  
+    <li class="none">
               <a href="integration.html">Continuous Integration</a>
         </li>
                   
@@ -119,6 +131,10 @@
         </li>
                   
     <li class="none">
+              <a href="dependency-convergence.html">Dependency Convergence</a>
+        </li>
+                  
+    <li class="none">
               <a href="issue-tracking.html">Issue Tracking</a>
         </li>
                   
@@ -143,6 +159,16 @@
         </li>
               </ul>
         </li>
+              
+                
+              
+      
+            
+      
+              
+        <li class="collapsed">
+              <a href="project-reports.html">Project Reports</a>
+              </li>
           </ul>
                                        <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
             <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
@@ -158,7 +184,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>The Team</h2><p>A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.</p><p>The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.</p><div class="section"><h3>Members</h3><p>There are no developers working on this project.</p></div><div class="section"><h3>Contributors</h3><p>There are no contributors listed for this project. Please check back again later.</p></div></div><script type="text/javascript">
+        <div class="section"><h2>The Team</h2><p>A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.</p><p>The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.</p><div class="section"><h3>Members</h3><p>The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.</p><table class="bodyTable"><tr class="a"><th>Id</th><th>Name</th><th>Email</th><th>URL</th><th>Organization</th><th>Organization URL</th><th>Roles</th><th>Time Zone</th><th>Actual Time (GMT)</th><th>Properties</th
 ></tr><tr class="b"><td>brett</td><td>Brett Porter</td><td><a href="mailto:brett@apache.org">brett@apache.org</a></td><td>-</td><td>-</td><td>-</td><td>champion, mentor</td><td>-</td><td><span id="developer-0">-</span></td><td>-</td></tr><tr class="a"><td>jvanzyl</td><td>Jason van Zyl</td><td><a href="mailto:jvanzyl@apache.org">jvanzyl@apache.org</a></td><td>-</td><td>-</td><td>-</td><td>champion, mentor</td><td>-</td><td><span id="developer-1">-</span></td><td>-</td></tr><tr class="b"><td>sisbell</td><td>Shane Isbell</td><td><a href="mailto:sisbell@apache.org">sisbell@apache.org</a></td><td><a href="http://jroller.com/page/random7">http://jroller.com/page/random7</a></td><td>-</td><td>-</td><td>committer</td><td>-</td><td><span id="developer-2">-</span></td><td>-</td></tr><tr class="a"><td>dfabulich</td><td>Dan Fabulich</td><td><a href="mailto:dfabulich@apache.org">dfabulich@apache.org</a></td><td>-</td><td>-</td><td>-</td><td>committer</td><td>-</td><td><span id="developer
 -3">-</span></td><td>-</td></tr><tr class="b"><td>chrisjs</td><td>Chris Stevenson</td><td><a href="mailto:chrisjs@apache.org">chrisjs@apache.org</a></td><td>-</td><td>-</td><td>-</td><td>committer</td><td>-</td><td><span id="developer-4">-</span></td><td>-</td></tr><tr class="a"><td>trygvis</td><td>Trygve Laugstol</td><td><a href="mailto:trygvis@apache.org">trygvis@apache.org</a></td><td>-</td><td>-</td><td>-</td><td>committer</td><td>-</td><td><span id="developer-5">-</span></td><td>-</td></tr><tr class="b"><td>jstrachan</td><td>James Strachan</td><td><a href="mailto:jstrachan@apache.org">jstrachan@apache.org</a></td><td>-</td><td>-</td><td>-</td><td>committer</td><td>-</td><td><span id="developer-6">-</span></td><td>-</td></tr></table></div><div class="section"><h3>Contributors</h3><p>There are no contributors listed for this project. Please check back again later.</p></div></div><script type="text/javascript">
 function offsetDate(id, offset) {
     var now = new Date();
     var nowTime = now.getTime();
@@ -183,6 +209,7 @@
       <div class="xright">&#169;  
           2007
     
+          NMaven
           
   
 

Modified: incubator/nmaven/www/plugins/maven-compile-plugin/testCompile-mojo.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-compile-plugin/testCompile-mojo.html?view=diff&rev=566902&r1=566901&r2=566902
==============================================================================
--- incubator/nmaven/www/plugins/maven-compile-plugin/testCompile-mojo.html (original)
+++ incubator/nmaven/www/plugins/maven-compile-plugin/testCompile-mojo.html Thu Aug 16 18:55:14 2007
@@ -41,7 +41,7 @@
   
   
             <div class="xleft">
-        Last Published: 02/05/2007
+        Last Published: 08/16/2007
                       </div>
             <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
           |
@@ -83,7 +83,11 @@
         </li>
               
     <li class="none">
-              <a href="how-to-use.html">How to Use</a>
+              <a href="plugin-info.html">Goals</a>
+        </li>
+              
+    <li class="none">
+              <a href="usage.html">Usage</a>
         </li>
           </ul>
           <h5>Project Documentation</h5>
@@ -106,10 +110,24 @@
       
             
       
+            
+      
+            
+      
               
         <li class="collapsed">
               <a href="project-info.html">Project Information</a>
               </li>
+              
+                
+              
+      
+            
+      
+              
+        <li class="collapsed">
+              <a href="project-reports.html">Project Reports</a>
+              </li>
           </ul>
                                        <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
             <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
@@ -130,190 +148,184 @@
   
     <a name="compile:testCompile"></a><div class="section"><h2>compile:testCompile</h2>
       <p>Compiles test classes.</p>
-      <p>Parameters for the goal: </p>
-      <table class="bodyTable">
-        <tr class="a">
-          <th>Parameter</th>
-          <th>Type</th>
-          <th>Expression</th>
-          <th>Default Value</th>
-          <th>Description</th>
-        </tr>
-        <tr class="b">
-          <td>
-            <code>frameworkVersion</code> <i>(Optional)</i></td>
-          <td>
-            <code title="java.lang.String">String</code>
-          </td>
-          <td>
-            <code>${frameworkVersion}</code>
-          </td>
-          <td>
-            <code>-</code>
-          </td>
-          <td>No description.</td>
-        </tr>
-        <tr class="a">
-          <td>
-            <code>language</code>
-          </td>
-          <td>
-            <code title="java.lang.String">String</code>
-          </td>
-          <td>
-            <code>${language}</code>
-          </td>
-          <td>
-            <code>C_SHARP</code>
-          </td>
-          <td>.NET Language. The default value is <code>C_SHARP</code>. Not case or white-space sensitive.</td>
-        </tr>
-        <tr class="b">
-          <td>
-            <code>localRepository</code>
-          </td>
-          <td>
-            <code title="java.io.File">File</code>
-          </td>
-          <td>
-            <code>${settings.localRepository}</code>
-          </td>
-          <td>
-            <code>-</code>
-          </td>
-          <td>No description.</td>
-        </tr>
-        <tr class="a">
-          <td>
-            <code>netExecutableFactory</code> <i>(Optional)</i> <i>(Discovered)</i></td>
-          <td>
-            <code title="org.apache.maven.dotnet.executable.NetExecutableFactory">NetExecutableFactory</code>
-          </td>
-          <td>
-            <code>-</code>
-          </td>
-          <td>
-            <code>-</code>
-          </td>
-          <td>No description.</td>
-        </tr>
-        <tr class="b">
-          <td>
-            <code>project</code>
-          </td>
-          <td>
-            <code title="org.apache.maven.project.MavenProject">MavenProject</code>
-          </td>
-          <td>
-            <code>${project}</code>
-          </td>
-          <td>
-            <code>-</code>
-          </td>
-          <td>The maven project.</td>
-        </tr>
-        <tr class="a">
-          <td>
-            <code>skipTestCompile</code> <i>(Optional)</i></td>
-          <td>
-            <code title="boolean">boolean</code>
-          </td>
-          <td>
-            <code>${skipTestCompile}</code>
-          </td>
-          <td>
-            <code>false</code>
-          </td>
-          <td>Skips compiling of unit tests</td>
-        </tr>
-        <tr class="b">
-          <td>
-            <code>testFrameworkVersion</code> <i>(Optional)</i></td>
-          <td>
-            <code title="java.lang.String">String</code>
-          </td>
-          <td>
-            <code>${testFrameworkVersion}</code>
-          </td>
-          <td>
-            <code>-</code>
-          </td>
-          <td>No description.</td>
-        </tr>
-        <tr class="a">
-          <td>
-            <code>testLanguage</code> <i>(Optional)</i></td>
-          <td>
-            <code title="java.lang.String">String</code>
-          </td>
-          <td>
-            <code>${language}</code>
-          </td>
-          <td>
-            <code>-</code>
-          </td>
-          <td>.NET Language. The default value is <code>C_SHARP</code>. Not case or white-space sensitive.</td>
-        </tr>
-        <tr class="b">
-          <td>
-            <code>testParameters</code> <i>(Optional)</i></td>
-          <td>
-            <code title="java.util.ArrayList">ArrayList</code>
-          </td>
-          <td>
-            <code>${testParameters}</code>
-          </td>
-          <td>
-            <code>-</code>
-          </td>
-          <td>Additional compiler commands for test classes</td>
-        </tr>
-        <tr class="a">
-          <td>
-            <code>testVendor</code> <i>(Optional)</i></td>
-          <td>
-            <code title="java.lang.String">String</code>
-          </td>
-          <td>
-            <code>${testVendor}</code>
-          </td>
-          <td>
-            <code>-</code>
-          </td>
-          <td>The Vendor for the Compiler. Supports MONO and MICROSOFT: the default value is <code>MICROSOFT</code>. Not case or white-space sensitive.</td>
-        </tr>
-        <tr class="b">
-          <td>
-            <code>testVendorVersion</code> <i>(Optional)</i></td>
-          <td>
-            <code title="java.lang.String">String</code>
-          </td>
-          <td>
-            <code>${testVendorVersion}</code>
-          </td>
-          <td>
-            <code>-</code>
-          </td>
-          <td>No description.</td>
-        </tr>
-        <tr class="a">
-          <td>
-            <code>vendor</code> <i>(Optional)</i></td>
-          <td>
-            <code title="java.lang.String">String</code>
-          </td>
-          <td>
-            <code>${vendor}</code>
-          </td>
-          <td>
-            <code>-</code>
-          </td>
-          <td>The Vendor for the Compiler. Supports MONO and MICROSOFT: the default value is <code>MICROSOFT</code>. Not case or white-space sensitive.</td>
-        </tr>
-      </table>
-    </div>
-  
-
+      <p><b>Mojo Attributes</b>:<ul>
+          <li>Requires a Maven 2.0 project to execute.</li>
+          <li>Automatically executes within the lifecycle phase: <code>test-compile</code></li>
+          </ul>
+        
+      <a name="Required Parameters"></a><div class="section"><h3>Required Parameters</h3>
+        <table class="bodyTable">
+          <tr class="a">
+            <th>Name</th>
+            <th>Type</th>
+            <th>Description</th>
+            </tr>
+          <tr class="b">
+            <td><b><a href="#language">language</a></b></td>
+            <td><code>String</code></td>
+            <td>.NET Language. The default value is <code>C_SHARP</code>. Not case or white-space sensitive. Default value is <code>C_SHARP</code>.</td>
+            </tr>
+          <tr class="a">
+            <td><b><a href="#project">project</a></b></td>
+            <td><code>MavenProject</code></td>
+            <td>The maven project.</td>
+            </tr>
+          </table>
+        </div>
+      <a name="Optional Parameters"></a><div class="section"><h3>Optional Parameters</h3>
+        <table class="bodyTable">
+          <tr class="b">
+            <th>Name</th>
+            <th>Type</th>
+            <th>Description</th>
+            </tr>
+          <tr class="a">
+            <td><b><a href="#frameworkVersion">frameworkVersion</a></b></td>
+            <td><code>String</code></td>
+            <td>The framework version to compile under: 1.1, 2.0, 3.0</td>
+            </tr>
+          <tr class="b">
+            <td><b><a href="#isDebug">isDebug</a></b></td>
+            <td><code>boolean</code></td>
+            <td>Include debug output. Default value is <code>false</code>.</td>
+            </tr>
+          <tr class="a">
+            <td><b><a href="#localRepository">localRepository</a></b></td>
+            <td><code>File</code></td>
+            <td>The location of the local Maven repository.</td>
+            </tr>
+          <tr class="b">
+            <td><b><a href="#netExecutableFactory">netExecutableFactory</a></b></td>
+            <td><code>NetExecutableFactory</code></td>
+            <td>No description.</td>
+            </tr>
+          <tr class="a">
+            <td><b><a href="#skipTestCompile">skipTestCompile</a></b></td>
+            <td><code>boolean</code></td>
+            <td>Skips compiling of unit tests Default value is <code>false</code>.</td>
+            </tr>
+          <tr class="b">
+            <td><b><a href="#testFrameworkVersion">testFrameworkVersion</a></b></td>
+            <td><code>String</code></td>
+            <td>The framework version to compile the test classes: 1.1, 2.0, 3.0</td>
+            </tr>
+          <tr class="a">
+            <td><b><a href="#testLanguage">testLanguage</a></b></td>
+            <td><code>String</code></td>
+            <td>.NET Language. The default value is <code>C_SHARP</code>. Not case or white-space sensitive.</td>
+            </tr>
+          <tr class="b">
+            <td><b><a href="#testParameters">testParameters</a></b></td>
+            <td><code>ArrayList</code></td>
+            <td>Additional compiler commands for test classes</td>
+            </tr>
+          <tr class="a">
+            <td><b><a href="#testVendor">testVendor</a></b></td>
+            <td><code>String</code></td>
+            <td>The Vendor for the Compiler. Supports MONO and MICROSOFT: the default value is <code>MICROSOFT</code>. Not
+case or white-space sensitive.</td>
+            </tr>
+          <tr class="b">
+            <td><b><a href="#testVendorVersion">testVendorVersion</a></b></td>
+            <td><code>String</code></td>
+            <td>No description.</td>
+            </tr>
+          <tr class="a">
+            <td><b><a href="#vendor">vendor</a></b></td>
+            <td><code>String</code></td>
+            <td>The Vendor for the Compiler. Supports MONO and MICROSOFT: the default value is <code>MICROSOFT</code>. Not
+case or white-space sensitive.</td>
+            </tr>
+          </table>
+        </div>
+      <a name="Parameter Details"></a><div class="section"><h3>Parameter Details</h3>
+        <b><a name="frameworkVersion">frameworkVersion</a></b>
+        <p>The framework version to compile under: 1.1, 2.0, 3.0</p>
+        <ul>
+          <li><b>Type</b>: <code>java.lang.String</code></li>
+          <li><b>Required</b>: <code>No</code></li>
+          <li><b>Expression</b>: <code>${frameworkVersion}</code></li>
+          </ul><hr></hr><b><a name="isDebug">isDebug</a></b>
+        Include debug output.
+        <ul>
+          <li><b>Type</b>: <code>boolean</code></li>
+          <li><b>Required</b>: <code>No</code></li>
+          <li><b>Expression</b>: <code>${isDebug}</code></li>
+          <li><b>Default</b>: <code>false</code></li>
+          </ul><hr></hr><b><a name="language">language</a></b>
+        .NET Language. The default value is <code>C_SHARP</code>. Not case or white-space sensitive.
+        <ul>
+          <li><b>Type</b>: <code>java.lang.String</code></li>
+          <li><b>Required</b>: <code>Yes</code></li>
+          <li><b>Expression</b>: <code>${language}</code></li>
+          <li><b>Default</b>: <code>C_SHARP</code></li>
+          </ul><hr></hr><b><a name="localRepository">localRepository</a></b>
+        The location of the local Maven repository.
+        <ul>
+          <li><b>Type</b>: <code>java.io.File</code></li>
+          <li><b>Required</b>: <code>No</code></li>
+          <li><b>Expression</b>: <code>${settings.localRepository}</code></li>
+          </ul><hr></hr><b><a name="netExecutableFactory">netExecutableFactory</a></b>
+        No Description.
+        <ul>
+          <li><b>Type</b>: <code>org.apache.maven.dotnet.executable.NetExecutableFactory</code></li>
+          <li><b>Required</b>: <code>No</code></li>
+          </ul><hr></hr><b><a name="project">project</a></b>
+        The maven project.
+        <ul>
+          <li><b>Type</b>: <code>org.apache.maven.project.MavenProject</code></li>
+          <li><b>Required</b>: <code>Yes</code></li>
+          <li><b>Expression</b>: <code>${project}</code></li>
+          </ul><hr></hr><b><a name="skipTestCompile">skipTestCompile</a></b>
+        Skips compiling of unit tests
+        <ul>
+          <li><b>Type</b>: <code>boolean</code></li>
+          <li><b>Required</b>: <code>No</code></li>
+          <li><b>Expression</b>: <code>${skipTestCompile}</code></li>
+          <li><b>Default</b>: <code>false</code></li>
+          </ul><hr></hr><b><a name="testFrameworkVersion">testFrameworkVersion</a></b>
+        The framework version to compile the test classes: 1.1, 2.0, 3.0
+        <ul>
+          <li><b>Type</b>: <code>java.lang.String</code></li>
+          <li><b>Required</b>: <code>No</code></li>
+          <li><b>Expression</b>: <code>${testFrameworkVersion}</code></li>
+          </ul><hr></hr><b><a name="testLanguage">testLanguage</a></b>
+        .NET Language. The default value is <code>C_SHARP</code>. Not case or white-space sensitive.
+        <ul>
+          <li><b>Type</b>: <code>java.lang.String</code></li>
+          <li><b>Required</b>: <code>No</code></li>
+          <li><b>Expression</b>: <code>${language}</code></li>
+          </ul><hr></hr><b><a name="testParameters">testParameters</a></b>
+        Additional compiler commands for test classes
+        <ul>
+          <li><b>Type</b>: <code>java.util.ArrayList</code></li>
+          <li><b>Required</b>: <code>No</code></li>
+          <li><b>Expression</b>: <code>${testParameters}</code></li>
+          </ul><hr></hr><b><a name="testVendor">testVendor</a></b>
+        The Vendor for the Compiler. Supports MONO and MICROSOFT: the default value is <code>MICROSOFT</code>. Not
+case or white-space sensitive.
+        <ul>
+          <li><b>Type</b>: <code>java.lang.String</code></li>
+          <li><b>Required</b>: <code>No</code></li>
+          <li><b>Expression</b>: <code>${testVendor}</code></li>
+          </ul><hr></hr><b><a name="testVendorVersion">testVendorVersion</a></b>
+        No Description.
+        <ul>
+          <li><b>Type</b>: <code>java.lang.String</code></li>
+          <li><b>Required</b>: <code>No</code></li>
+          <li><b>Expression</b>: <code>${testVendorVersion}</code></li>
+          </ul><hr></hr><b><a name="vendor">vendor</a></b>
+        The Vendor for the Compiler. Supports MONO and MICROSOFT: the default value is <code>MICROSOFT</code>. Not
+case or white-space sensitive.
+        <ul>
+          <li><b>Type</b>: <code>java.lang.String</code></li>
+          <li><b>Required</b>: <code>No</code></li>
+          <li><b>Expression</b>: <code>${vendor}</code></li>
+          </ul>
+        </div>
+      </div>
+    
+  
       </div>
     </div>
     <div class="clear">
@@ -323,6 +335,7 @@
       <div class="xright">&#169;  
           2007
     
+          NMaven
           
   
 

Added: incubator/nmaven/www/plugins/maven-compile-plugin/usage.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-compile-plugin/usage.html?view=auto&rev=566902
==============================================================================
--- incubator/nmaven/www/plugins/maven-compile-plugin/usage.html (added)
+++ incubator/nmaven/www/plugins/maven-compile-plugin/usage.html Thu Aug 16 18:55:14 2007
@@ -0,0 +1,192 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+  <head>
+    <title>NMaven - </title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+      </head>
+  <body class="composite">
+    <div id="banner">
+                    <span id="bannerLeft">
+    
+            maven-compile-plugin
+    
+            </span>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+  
+  
+            <div class="xleft">
+        Last Published: 08/16/2007
+                      </div>
+            <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
+          |
+          <a href="http://incubator.apache.org/nmaven">NMaven</a>
+          |
+          <a href="http://svn.apache.org/repos/asf/incubator/nmaven/">NMaven SVN</a>
+          |
+          <a href="http://maven.apache.org/">Maven</a>
+          |
+          <a href="http://www.mono-project.com/">Mono Project</a>
+          |
+          <a href="http://dotgnu.org/">DotGNU</a>
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+  
+  
+                   <h5>General Info</h5>
+        <ul>
+              
+    <li class="none">
+              <a href="index.html">About</a>
+        </li>
+              
+    <li class="none">
+              <a href="plugin-info.html">Goals</a>
+        </li>
+              
+    <li class="none">
+              <strong>Usage</strong>
+        </li>
+          </ul>
+          <h5>Project Documentation</h5>
+        <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+              <a href="project-info.html">Project Information</a>
+              </li>
+              
+                
+              
+      
+            
+      
+              
+        <li class="collapsed">
+              <a href="project-reports.html">Project Reports</a>
+              </li>
+          </ul>
+                                       <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
+            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+          </a>
+                       
+  
+
+  
+    
+  
+  
+        </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>How to Use</h2><p>Also make sure that you read <a href="http://incubator.apache.org/nmaven/environment-configuration.html"> Configuration</a></p><div class="section"><h3>Pass-Through Compiler Commands</h3><p>There may be cases that the specific compiler option that you want to use may not be directly supported by the nmaven-compile-plugin. In this case, you can use the parameter(s) tag to pass through the command to the compiler. Be aware that the command filter specified within the compiler-plugins.xml may choose not to pass this parameter to the compiler. Typically, this will only be done for unsupported commands: (you will see a warn message in the output if this occurs).</p><div class="source"><pre>&lt;plugins&gt;
+    &lt;plugin&gt;
+        &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
+        &lt;artifactId&gt;maven-compile-plugin&lt;/artifactId&gt;
+        &lt;extensions&gt;true&lt;/extensions&gt;
+        &lt;configuration&gt;
+            &lt;parameters&gt;
+                &lt;parameter&gt;/optimize+&lt;/parameter&gt;
+            &lt;/parameters&gt;
+        &lt;/configuration&gt;
+    &lt;/plugin&gt;
+&lt;/plugins&gt;
</pre></div></div><div class="section"><h3>Setting Framework Version</h3><p>By default, the framework version for the main compile and the test compile are both 2.0.50727. To change this to version 1.1, set the &lt;frameworkVersion/&gt; &amp; &lt;testFramework/&gt; tags. Note that setting the &lt;frameworkVersion/&gt; to 1.1.4322, will not set the &lt;testFrameworkVersion/&gt;: you will need to set both if your project also includes NUnit tests.</p><div class="source"><pre>&lt;plugins&gt;
+    &lt;plugin&gt;
+        &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
+        &lt;artifactId&gt;maven-compile-plugin&lt;/artifactId&gt;
+        &lt;extensions&gt;true&lt;/extensions&gt;
+        &lt;configuration&gt;
+            &lt;parameters&gt;
+                &lt;frameworkVersion&gt;1.1.4322&lt;/frameworkVersion&gt;
+                &lt;testFrameworkVersion&gt;1.1.4322&lt;/testFrameworkVersion&gt;
+            &lt;/parameters&gt;
+        &lt;/configuration&gt;
+    &lt;/plugin&gt;
+&lt;/plugins&gt;
</pre></div><p>The frameworkVersion is not supported for DotGNU: it depends on the target profile that the compiler was built under.</p></div><div class="section"><h3>Compiling for Multiple Platforms</h3><p>It is important to understand what setting the &lt;vendor/&gt; tag means for multi-platform builds.</p><ul><li>In the case of not setting the &lt;vendor/&gt; tag, NMaven will use the Microsoft compiler for the windows platform and MONO for all other platforms. By not specifying the vendor, you are indicating that the application should build with with both Microsoft and Mono compilers. For most development environments, Microsoft is installed on Windows, and Mono comes by default on many Linux distributions: so this option is usually a safe bet for multi-platform builds.</li><li>In the case of setting the &lt;vendor/&gt; tag to MICROSOFT, the application will only build under that compiler on Windows. If you are using any Microsoft specific APIs (or any o
 f the missing APIs in MONO), then you should set the vendor tag to MICROSOFT.</li><li>In the case of setting the &lt;vendor/&gt; tag to MONO, the platform obviously must have Mono installed to be buildable. This option should be used if you are using any of the Mono specific APIs that you are not including within the dependency path of Maven.</li><li>In the case of setting the &lt;vendor/&gt; tag to DotGNU, the platform obviously must have DotGnu installed to be buildable. The DotGNU compiler is not included as a default for any of the platforms: so to target this environment, you must set the &lt;vendor/&gt; tag. Also you may run into some problems since there is currently no way to set the frameworkVersion/profile. I am giving some thought to this problem, so keep an eye on the documentation.</li></ul></div></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2007
+    
+          NMaven
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Added: incubator/nmaven/www/plugins/maven-compile-plugin/xref/allclasses-frame.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-compile-plugin/xref/allclasses-frame.html?view=auto&rev=566902
==============================================================================
--- incubator/nmaven/www/plugins/maven-compile-plugin/xref/allclasses-frame.html (added)
+++ incubator/nmaven/www/plugins/maven-compile-plugin/xref/allclasses-frame.html Thu Aug 16 18:55:14 2007
@@ -0,0 +1,35 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
+<html xml:lang="en" lang="en">
+	<head>
+		<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
+		<title>All Classes</title>
+		<link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
+    </head>
+    <body>
+
+		<h3>All Classes</h3>
+
+		<ul>
+						<li>
+				<a href="org/apache/maven/dotnet/plugin/compile/AssemblyInfoGeneratorMojo.html" target="classFrame">AssemblyInfoGeneratorMojo</a>
+			</li>
+						<li>
+				<a href="org/apache/maven/dotnet/plugin/compile/CompilerMojo.html" target="classFrame">CompilerMojo</a>
+			</li>
+						<li>
+				<a href="org/apache/maven/dotnet/plugin/compile/ComponentInitializerMojo.html" target="classFrame">ComponentInitializerMojo</a>
+			</li>
+						<li>
+				<a href="org/apache/maven/dotnet/plugin/compile/SourceProcessorMojo.html" target="classFrame">SourceProcessorMojo</a>
+			</li>
+						<li>
+				<a href="org/apache/maven/dotnet/plugin/compile/TestCompilerMojo.html" target="classFrame">TestCompilerMojo</a>
+			</li>
+						<li>
+				<a href="org/apache/maven/dotnet/plugin/compile/TestSourceProcessorMojo.html" target="classFrame">TestSourceProcessorMojo</a>
+			</li>
+			      </ul>
+
+    </body>
+  </html>

Added: incubator/nmaven/www/plugins/maven-compile-plugin/xref/index.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-compile-plugin/xref/index.html?view=auto&rev=566902
==============================================================================
--- incubator/nmaven/www/plugins/maven-compile-plugin/xref/index.html (added)
+++ incubator/nmaven/www/plugins/maven-compile-plugin/xref/index.html Thu Aug 16 18:55:14 2007
@@ -0,0 +1,24 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "DTD/xhtml1-frameset.dtd">
+<html xml:lang="en" lang="en">
+	<head>
+		<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
+		<title>maven-compile-plugin 0.14-SNAPSHOT Reference</title>
+	</head>
+    <frameset cols="20%,80%">
+		<frameset rows="30%,70%">
+			<frame src="overview-frame.html" name="packageListFrame" />
+			<frame src="allclasses-frame.html" name="packageFrame" />
+		</frameset>
+		<frame src="overview-summary.html" name="classFrame" />
+        <noframes>
+            <body>
+                <h1>Frame Alert</h1>
+                <p>
+                    You don't have frames. Go <a href="overview-summary.html">here</a>
+                </p>
+            </body>
+        </noframes>
+    </frameset>
+</html>
+

Added: incubator/nmaven/www/plugins/maven-compile-plugin/xref/org/apache/maven/dotnet/plugin/compile/AssemblyInfoGeneratorMojo.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-compile-plugin/xref/org/apache/maven/dotnet/plugin/compile/AssemblyInfoGeneratorMojo.html?view=auto&rev=566902
==============================================================================
--- incubator/nmaven/www/plugins/maven-compile-plugin/xref/org/apache/maven/dotnet/plugin/compile/AssemblyInfoGeneratorMojo.html (added)
+++ incubator/nmaven/www/plugins/maven-compile-plugin/xref/org/apache/maven/dotnet/plugin/compile/AssemblyInfoGeneratorMojo.html Thu Aug 16 18:55:14 2007
@@ -0,0 +1,220 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
+<title>AssemblyInfoGeneratorMojo xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../../../stylesheet.css" />
+</head>
+<body>
+<pre>
+
+<a name="1" href="#1">1</a>   <em class="jxr_comment">/*</em>
+<a name="2" href="#2">2</a>   <em class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under one</em>
+<a name="3" href="#3">3</a>   <em class="jxr_comment"> * or more contributor license agreements.  See the NOTICE file</em>
+<a name="4" href="#4">4</a>   <em class="jxr_comment"> * distributed with this work for additional information</em>
+<a name="5" href="#5">5</a>   <em class="jxr_comment"> * regarding copyright ownership.  The ASF licenses this file</em>
+<a name="6" href="#6">6</a>   <em class="jxr_comment"> * to you under the Apache License, Version 2.0 (the</em>
+<a name="7" href="#7">7</a>   <em class="jxr_comment"> * "License"); you may not use this file except in compliance</em>
+<a name="8" href="#8">8</a>   <em class="jxr_comment"> * with the License.  You may obtain a copy of the License at</em>
+<a name="9" href="#9">9</a>   <em class="jxr_comment"> *</em>
+<a name="10" href="#10">10</a>  <em class="jxr_comment"> *   <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
+<a name="11" href="#11">11</a>  <em class="jxr_comment"> *</em>
+<a name="12" href="#12">12</a>  <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing,</em>
+<a name="13" href="#13">13</a>  <em class="jxr_comment"> * software distributed under the License is distributed on an</em>
+<a name="14" href="#14">14</a>  <em class="jxr_comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</em>
+<a name="15" href="#15">15</a>  <em class="jxr_comment"> * KIND, either express or implied.  See the License for the</em>
+<a name="16" href="#16">16</a>  <em class="jxr_comment"> * specific language governing permissions and limitations</em>
+<a name="17" href="#17">17</a>  <em class="jxr_comment"> * under the License.</em>
+<a name="18" href="#18">18</a>  <em class="jxr_comment"> */</em>
+<a name="19" href="#19">19</a>  <strong class="jxr_keyword">package</strong> org.apache.maven.dotnet.plugin.compile;
+<a name="20" href="#20">20</a>  
+<a name="21" href="#21">21</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.AbstractMojo;
+<a name="22" href="#22">22</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.MojoExecutionException;
+<a name="23" href="#23">23</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.project.MavenProject;
+<a name="24" href="#24">24</a>  <strong class="jxr_keyword">import</strong> org.codehaus.plexus.util.FileUtils;
+<a name="25" href="#25">25</a>  
+<a name="26" href="#26">26</a>  <strong class="jxr_keyword">import</strong> java.io.IOException;
+<a name="27" href="#27">27</a>  <strong class="jxr_keyword">import</strong> java.io.File;
+<a name="28" href="#28">28</a>  <strong class="jxr_keyword">import</strong> java.util.List;
+<a name="29" href="#29">29</a>  
+<a name="30" href="#30">30</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.dotnet.InitializationException;
+<a name="31" href="#31">31</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.dotnet.vendor.*;
+<a name="32" href="#32">32</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.dotnet.assembler.AssemblerContext;
+<a name="33" href="#33">33</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.dotnet.assembler.AssemblyInfoMarshaller;
+<a name="34" href="#34">34</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.dotnet.assembler.AssemblyInfoException;
+<a name="35" href="#35">35</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.dotnet.assembler.AssemblyInfo;
+<a name="36" href="#36">36</a>  
+<a name="37" href="#37">37</a>  <em class="jxr_javadoccomment">/**</em>
+<a name="38" href="#38">38</a>  <em class="jxr_javadoccomment"> * Generates an AssemblyInfo.* class based on information within the pom file.</em>
+<a name="39" href="#39">39</a>  <em class="jxr_javadoccomment"> *</em>
+<a name="40" href="#40">40</a>  <em class="jxr_javadoccomment"> * @author Shane Isbell</em>
+<a name="41" href="#41">41</a>  <em class="jxr_javadoccomment"> * @goal generate-assembly-info</em>
+<a name="42" href="#42">42</a>  <em class="jxr_javadoccomment"> * @phase generate-sources</em>
+<a name="43" href="#43">43</a>  <em class="jxr_javadoccomment"> * @description Generates an AssemblyInfo.* class based on information within the pom file.</em>
+<a name="44" href="#44">44</a>  <em class="jxr_javadoccomment"> */</em>
+<a name="45" href="#45">45</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/maven/dotnet/plugin/compile/AssemblyInfoGeneratorMojo.html">AssemblyInfoGeneratorMojo</a>
+<a name="46" href="#46">46</a>      <strong class="jxr_keyword">extends</strong> AbstractMojo
+<a name="47" href="#47">47</a>  {
+<a name="48" href="#48">48</a>  
+<a name="49" href="#49">49</a>      <em class="jxr_javadoccomment">/**</em>
+<a name="50" href="#50">50</a>  <em class="jxr_javadoccomment">     * The maven project.</em>
+<a name="51" href="#51">51</a>  <em class="jxr_javadoccomment">     *</em>
+<a name="52" href="#52">52</a>  <em class="jxr_javadoccomment">     * @parameter expression="${project}"</em>
+<a name="53" href="#53">53</a>  <em class="jxr_javadoccomment">     * @required</em>
+<a name="54" href="#54">54</a>  <em class="jxr_javadoccomment">     * @readonly</em>
+<a name="55" href="#55">55</a>  <em class="jxr_javadoccomment">     */</em>
+<a name="56" href="#56">56</a>      <strong class="jxr_keyword">private</strong> MavenProject project;
+<a name="57" href="#57">57</a>  
+<a name="58" href="#58">58</a>      <em class="jxr_javadoccomment">/**</em>
+<a name="59" href="#59">59</a>  <em class="jxr_javadoccomment">     * The framework version to compile under: 1.1, 2.0, 3.0</em>
+<a name="60" href="#60">60</a>  <em class="jxr_javadoccomment">     *</em>
+<a name="61" href="#61">61</a>  <em class="jxr_javadoccomment">     * @parameter expression = "${frameworkVersion}"</em>
+<a name="62" href="#62">62</a>  <em class="jxr_javadoccomment">     */</em>
+<a name="63" href="#63">63</a>      <strong class="jxr_keyword">private</strong> String frameworkVersion;
+<a name="64" href="#64">64</a>  
+<a name="65" href="#65">65</a>      <em class="jxr_javadoccomment">/**</em>
+<a name="66" href="#66">66</a>  <em class="jxr_javadoccomment">     * The vendor version to compile under. For Microsoft, this will be the same as the framework version.</em>
+<a name="67" href="#67">67</a>  <em class="jxr_javadoccomment">     *</em>
+<a name="68" href="#68">68</a>  <em class="jxr_javadoccomment">     * @parameter expression = "${vendorVersion}"</em>
+<a name="69" href="#69">69</a>  <em class="jxr_javadoccomment">     */</em>
+<a name="70" href="#70">70</a>      <strong class="jxr_keyword">private</strong> String vendorVersion;
+<a name="71" href="#71">71</a>  
+<a name="72" href="#72">72</a>      <em class="jxr_javadoccomment">/**</em>
+<a name="73" href="#73">73</a>  <em class="jxr_javadoccomment">     * .NET Language. The default value is &lt;code&gt;C_SHARP&lt;/code&gt;. Not case or white-space sensitive.</em>
+<a name="74" href="#74">74</a>  <em class="jxr_javadoccomment">     *</em>
+<a name="75" href="#75">75</a>  <em class="jxr_javadoccomment">     * @parameter expression="${language}" default-value = "C_SHARP"</em>
+<a name="76" href="#76">76</a>  <em class="jxr_javadoccomment">     * @required</em>
+<a name="77" href="#77">77</a>  <em class="jxr_javadoccomment">     */</em>
+<a name="78" href="#78">78</a>      <strong class="jxr_keyword">private</strong> String language;
+<a name="79" href="#79">79</a>  
+<a name="80" href="#80">80</a>      <em class="jxr_javadoccomment">/**</em>
+<a name="81" href="#81">81</a>  <em class="jxr_javadoccomment">     * The vendor for the compiler: MICROSOFT, MONO, DOTGNU. Not case or white-space sensitive.</em>
+<a name="82" href="#82">82</a>  <em class="jxr_javadoccomment">     *</em>
+<a name="83" href="#83">83</a>  <em class="jxr_javadoccomment">     * @parameter expression="${vendor}"</em>
+<a name="84" href="#84">84</a>  <em class="jxr_javadoccomment">     */</em>
+<a name="85" href="#85">85</a>      <strong class="jxr_keyword">private</strong> String vendor;
+<a name="86" href="#86">86</a>  
+<a name="87" href="#87">87</a>      <em class="jxr_javadoccomment">/**</em>
+<a name="88" href="#88">88</a>  <em class="jxr_javadoccomment">     * Specify a strong name key file.</em>
+<a name="89" href="#89">89</a>  <em class="jxr_javadoccomment">     *</em>
+<a name="90" href="#90">90</a>  <em class="jxr_javadoccomment">     * @parameter expression = "${keyfile}"</em>
+<a name="91" href="#91">91</a>  <em class="jxr_javadoccomment">     */</em>
+<a name="92" href="#92">92</a>      <strong class="jxr_keyword">private</strong> File keyfile;
+<a name="93" href="#93">93</a>  
+<a name="94" href="#94">94</a>      <em class="jxr_javadoccomment">/**</em>
+<a name="95" href="#95">95</a>  <em class="jxr_javadoccomment">     * Specifies a strong name key container. (not currently supported)</em>
+<a name="96" href="#96">96</a>  <em class="jxr_javadoccomment">     *</em>
+<a name="97" href="#97">97</a>  <em class="jxr_javadoccomment">     * @parameter expression = "${keycontainer}"</em>
+<a name="98" href="#98">98</a>  <em class="jxr_javadoccomment">     */</em>
+<a name="99" href="#99">99</a>      <strong class="jxr_keyword">private</strong> String keycontainer;
+<a name="100" href="#100">100</a> 
+<a name="101" href="#101">101</a>     <em class="jxr_javadoccomment">/**</em>
+<a name="102" href="#102">102</a> <em class="jxr_javadoccomment">     * Source directory containing the copied class files.</em>
+<a name="103" href="#103">103</a> <em class="jxr_javadoccomment">     *</em>
+<a name="104" href="#104">104</a> <em class="jxr_javadoccomment">     * @parameter expression = "${sourceDirectory}" default-value="${project.build.sourceDirectory}"</em>
+<a name="105" href="#105">105</a> <em class="jxr_javadoccomment">     * @required</em>
+<a name="106" href="#106">106</a> <em class="jxr_javadoccomment">     */</em>
+<a name="107" href="#107">107</a>     <strong class="jxr_keyword">private</strong> String sourceDirectory;
+<a name="108" href="#108">108</a> 
+<a name="109" href="#109">109</a>     <em class="jxr_javadoccomment">/**</em>
+<a name="110" href="#110">110</a> <em class="jxr_javadoccomment">     * @component</em>
+<a name="111" href="#111">111</a> <em class="jxr_javadoccomment">     */</em>
+<a name="112" href="#112">112</a>     <strong class="jxr_keyword">private</strong> AssemblerContext assemblerContext;
+<a name="113" href="#113">113</a> 
+<a name="114" href="#114">114</a>     <em class="jxr_javadoccomment">/**</em>
+<a name="115" href="#115">115</a> <em class="jxr_javadoccomment">     * @component</em>
+<a name="116" href="#116">116</a> <em class="jxr_javadoccomment">     */</em>
+<a name="117" href="#117">117</a>     <strong class="jxr_keyword">private</strong> org.apache.maven.dotnet.vendor.StateMachineProcessor stateMachineProcessor;
+<a name="118" href="#118">118</a> 
+<a name="119" href="#119">119</a> 
+<a name="120" href="#120">120</a>     <em class="jxr_javadoccomment">/**</em>
+<a name="121" href="#121">121</a> <em class="jxr_javadoccomment">     * If an AssemblyInfo file exists in the source directory, then this method will not generate an AssemblyInfo.</em>
+<a name="122" href="#122">122</a> <em class="jxr_javadoccomment">     *</em>
+<a name="123" href="#123">123</a> <em class="jxr_javadoccomment">     * @throws MojoExecutionException</em>
+<a name="124" href="#124">124</a> <em class="jxr_javadoccomment">     */</em>
+<a name="125" href="#125">125</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> execute()
+<a name="126" href="#126">126</a>         <strong class="jxr_keyword">throws</strong> MojoExecutionException
+<a name="127" href="#127">127</a>     {
+<a name="128" href="#128">128</a>         <strong class="jxr_keyword">long</strong> startTime = System.currentTimeMillis();
+<a name="129" href="#129">129</a> 
+<a name="130" href="#130">130</a>         <strong class="jxr_keyword">if</strong> ( project.getArtifact().getType().equals( <span class="jxr_string">"module"</span> ) )
+<a name="131" href="#131">131</a>         {
+<a name="132" href="#132">132</a>             <strong class="jxr_keyword">return</strong>;
+<a name="133" href="#133">133</a>         }
+<a name="134" href="#134">134</a> 
+<a name="135" href="#135">135</a>         File srcFile = <strong class="jxr_keyword">new</strong> File( sourceDirectory );
+<a name="136" href="#136">136</a>         <strong class="jxr_keyword">if</strong> ( srcFile.exists() )
+<a name="137" href="#137">137</a>         {
+<a name="138" href="#138">138</a>             <strong class="jxr_keyword">try</strong>
+<a name="139" href="#139">139</a>             {
+<a name="140" href="#140">140</a>                 List files = FileUtils.getFiles( srcFile, <span class="jxr_string">"**/AssemblyInfo.*"</span>, <strong class="jxr_keyword">null</strong> );
+<a name="141" href="#141">141</a>                 <strong class="jxr_keyword">if</strong> ( files.size() != 0 )
+<a name="142" href="#142">142</a>                 {
+<a name="143" href="#143">143</a>                     getLog().info( <span class="jxr_string">"NMAVEN-902-001: Found AssemblyInfo file(s), so will not generate one"</span> );
+<a name="144" href="#144">144</a>                     <strong class="jxr_keyword">return</strong>;
+<a name="145" href="#145">145</a>                 }
+<a name="146" href="#146">146</a>             }
+<a name="147" href="#147">147</a>             <strong class="jxr_keyword">catch</strong> ( IOException e )
+<a name="148" href="#148">148</a>             {
+<a name="149" href="#149">149</a>                 <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException(
+<a name="150" href="#150">150</a>                     <span class="jxr_string">"NMAVEN-902-004: Could not determine whether an AssemblyInfo file exists"</span>, e );
+<a name="151" href="#151">151</a>             }
+<a name="152" href="#152">152</a>         }
+<a name="153" href="#153">153</a>         getLog().info( <span class="jxr_string">"NMAVEN-902-000: Generating Assembly Info: Language = "</span> + language.trim() );
+<a name="154" href="#154">154</a> 
+<a name="155" href="#155">155</a>         <em class="jxr_comment">//TODO: Investigate the affect of not setting isDefault and profile. In the case of executables, this is</em>
+<a name="156" href="#156">156</a>         <em class="jxr_comment">//managed by the framework. I intended to keep vendor info and state machine processor out of the</em>
+<a name="157" href="#157">157</a>         <em class="jxr_comment">// Mojos. Unable to do so for this case. Look at new API.</em>
+<a name="158" href="#158">158</a>         VendorInfo vendorInfo = VendorInfo.Factory.createDefaultVendorInfo();
+<a name="159" href="#159">159</a>         <strong class="jxr_keyword">try</strong>
+<a name="160" href="#160">160</a>         {
+<a name="161" href="#161">161</a>             vendorInfo.setFrameworkVersion( frameworkVersion );
+<a name="162" href="#162">162</a>             <strong class="jxr_keyword">if</strong> ( vendor != <strong class="jxr_keyword">null</strong> )
+<a name="163" href="#163">163</a>             {
+<a name="164" href="#164">164</a>                 vendorInfo.setVendor( VendorFactory.createVendorFromName( vendor ) );
+<a name="165" href="#165">165</a>             }
+<a name="166" href="#166">166</a>             vendorInfo.setVendorVersion( vendorVersion );
+<a name="167" href="#167">167</a>         }
+<a name="168" href="#168">168</a>         <strong class="jxr_keyword">catch</strong> ( VendorUnsupportedException e )
+<a name="169" href="#169">169</a>         {
+<a name="170" href="#170">170</a>             <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException( <span class="jxr_string">"NMAVEN-902-007: Vendor not supported: Vendor = "</span> + vendor );
+<a name="171" href="#171">171</a>         }
+<a name="172" href="#172">172</a> 
+<a name="173" href="#173">173</a>         AssemblyInfo assemblyInfo = assemblerContext.getAssemblyInfo();
+<a name="174" href="#174">174</a>         <strong class="jxr_keyword">try</strong>
+<a name="175" href="#175">175</a>         {
+<a name="176" href="#176">176</a>             stateMachineProcessor.process( vendorInfo );
+<a name="177" href="#177">177</a>         }
+<a name="178" href="#178">178</a>         <strong class="jxr_keyword">catch</strong> ( org.apache.maven.dotnet.vendor.IllegalStateException e )
+<a name="179" href="#179">179</a>         {
+<a name="180" href="#180">180</a>             <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException(
+<a name="181" href="#181">181</a>                 <span class="jxr_string">"NMAVEN-902-008: Illegal state of vendor info: Message =  "</span> + e.getMessage() );
+<a name="182" href="#182">182</a>         }
+<a name="183" href="#183">183</a> 
+<a name="184" href="#184">184</a>         <strong class="jxr_keyword">if</strong> ( vendorInfo.getVendor().equals( Vendor.MICROSOFT ) &amp;&amp; vendorInfo.getVendorVersion().equals( <span class="jxr_string">"1.1.4322"</span> ) )
+<a name="185" href="#185">185</a>         {
+<a name="186" href="#186">186</a>             assemblyInfo.setKeyFile( keyfile );
+<a name="187" href="#187">187</a>             assemblyInfo.setKeyName( keycontainer );
+<a name="188" href="#188">188</a>         }
+<a name="189" href="#189">189</a>         <strong class="jxr_keyword">try</strong>
+<a name="190" href="#190">190</a>         {
+<a name="191" href="#191">191</a>             AssemblyInfoMarshaller marshaller = assemblerContext.getAssemblyInfoMarshallerFor( language.trim() );
+<a name="192" href="#192">192</a>             marshaller.marshal( assemblyInfo, project, <strong class="jxr_keyword">null</strong> );
+<a name="193" href="#193">193</a>         }
+<a name="194" href="#194">194</a>         <strong class="jxr_keyword">catch</strong> ( IOException e )
+<a name="195" href="#195">195</a>         {
+<a name="196" href="#196">196</a>             <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException( <span class="jxr_string">"NMAVEN-902-002: Problem generating assembly info class"</span>, e );
+<a name="197" href="#197">197</a>         }
+<a name="198" href="#198">198</a>         <strong class="jxr_keyword">catch</strong> ( AssemblyInfoException e )
+<a name="199" href="#199">199</a>         {
+<a name="200" href="#200">200</a>             <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException( <span class="jxr_string">"NMAVEN-902-005: Problem generating assembly info class"</span>, e );
+<a name="201" href="#201">201</a>         }
+<a name="202" href="#202">202</a> 
+<a name="203" href="#203">203</a>         <strong class="jxr_keyword">long</strong> endTime = System.currentTimeMillis();
+<a name="204" href="#204">204</a>         getLog().info( <span class="jxr_string">"Mojo Execution Time = "</span> + (endTime - startTime));
+<a name="205" href="#205">205</a>     }
+<a name="206" href="#206">206</a> }
+</pre>
+<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
+</html>
+