Author: sisbell Date: Wed Feb 21 22:38:07 2007 New Revision: 510418 URL: http://svn.apache.org/viewvc?view=rev&rev=510418 Log: Updated website: build info
Modified: incubator/nmaven/www/dependencies.html incubator/nmaven/www/getting-started.html incubator/nmaven/www/index.html incubator/nmaven/www/integration.html incubator/nmaven/www/issue-tracking.html incubator/nmaven/www/license.html incubator/nmaven/www/mail-lists.html incubator/nmaven/www/project-info.html incubator/nmaven/www/project-summary.html incubator/nmaven/www/source-repository.html incubator/nmaven/www/team-list.html Modified: incubator/nmaven/www/dependencies.html URL: http://svn.apache.org/viewvc/incubator/nmaven/www/dependencies.html?view=diff&rev=510418&r1=510417&r2=510418 ============================================================================== --- incubator/nmaven/www/dependencies.html (original) +++ incubator/nmaven/www/dependencies.html Wed Feb 21 22:38:07 2007 @@ -45,7 +45,7 @@ <div class="xleft"> - Last Published: 02/11/2007 + Last Published: 02/21/2007 </div> <div class="xright"> <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a> | Modified: incubator/nmaven/www/getting-started.html URL: http://svn.apache.org/viewvc/incubator/nmaven/www/getting-started.html?view=diff&rev=510418&r1=510417&r2=510418 ============================================================================== --- incubator/nmaven/www/getting-started.html (original) +++ incubator/nmaven/www/getting-started.html Wed Feb 21 22:38:07 2007 @@ -45,7 +45,7 @@ <div class="xleft"> - Last Published: 02/11/2007 + Last Published: 02/21/2007 </div> <div class="xright"> <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a> | @@ -156,7 +156,8 @@ </div> <div id="bodyColumn"> <div id="contentBox"> - <div class="section"><h2>Getting Started</h2></div><div class="section"><h2>Sections</h2><ul><li><a href="getting-started.html#Building NMaven">Building NMaven</a></li><li><a href="getting-started.html#Assembly Info">Assembly Info</a></li><li><a href="getting-started.html#Unit Testing with NUnit">Unit Testing with NUnit</a></li><li><a href="getting-started.html#Building & Deploying Web Applications">Building & Deploying Web Applications</a></li><li><a href="getting-started.html#Building with .NET Modules">Building with .NET Modules</a></li><li><a href="getting-started.html#Installing Existing Assemblies in the Maven Repository">Installing Existing Assemblies in the Maven Repository</a></li><li><a href="getting-started.html#Generating Resources">Generating Resources</a></li><li><a href="getting-started.html#Signing Assemblies">Signing Assemblies</a></li><li><a href="getting-started.html#Using NMaven Settings File">Using NMaven Settings File</a></li></ul><div class ="section"><h3><a name="Building NMaven">Building NMaven</a></h3><p>Make sure that you have jdk1.5+ installed and then do the following:</p><ol type="1"><li>Do an SVN checkout: svn co http://svn.apache.org/repos/asf/incubator/nmaven/trunk nmaven</li><li>Execute bootstrap-build.bat (or bootstrap-build.sh) from the nmaven directory.</li></ol><p>Building on Linux, may take some extra steps. By default, on many Linux environments, the GNU Compiler for Java is already installed. The current GNU version will not work with NMaven. To check which version the system uses, type "java -version" on the command line. If you see something similar to the following, you will need to take additional steps to get the build setup:</p><div class="source"><pre> + <div class="section"><h2>Getting Started</h2></div><div class="section"><h2>Sections</h2><ul><li><a href="getting-started.html#Building NMaven">Building NMaven</a></li><li><a href="getting-started.html#Assembly Info">Assembly Info</a></li><li><a href="getting-started.html#Unit Testing with NUnit">Unit Testing with NUnit</a></li><li><a href="getting-started.html#Building & Deploying Web Applications">Building & Deploying Web Applications</a></li><li><a href="getting-started.html#Building with .NET Modules">Building with .NET Modules</a></li><li><a href="getting-started.html#Installing Existing Assemblies in the Maven Repository">Installing Existing Assemblies in the Maven Repository</a></li><li><a href="getting-started.html#Generating Resources">Generating Resources</a></li><li><a href="getting-started.html#Signing Assemblies">Signing Assemblies</a></li><li><a href="getting-started.html#Using NMaven Settings File">Using NMaven Settings File</a></li></ul><div class ="section"><h3><a name="Building NMaven">Building NMaven</a></h3><p>Make sure that you have jdk1.5+ installed and then do the following:</p><ol type="1"><li>Do an SVN checkout: svn co https://svn.apache.org/repos/asf/incubator/nmaven/trunk nmaven.</li><li>If compiling on Windows, make sure that the csc executable is located on the system path. This is only needed for the initial bootstrap build and can be removed afterwards.</li><li>Execute bootstrap-build.bat (or bootstrap-build.sh) from the nmaven directory.</li></ol><p>During step (1), you may receive an error similar to the following:</p><div class="source"><pre> + svn: This client is too old to work with working copy 'nmaven-utility-resx\src\main\csharp'; please get a newer Subversion client </pre></div><p>In this case will need to upgrade to subversion 1.4 or higher. Click here for <a href=" http://subversion.tigris.org/servlets/ProjectDocumentView?documentID=35379&showInfo=true"> Windows Subversion Client</a>.</p><p>Building on Linux, may take some extra steps. By default, on many Linux environments, the GNU Compiler for Java is already installed. The current GNU version will not work with NMaven. To check which version the system uses, type "java -version" on the command line. If you see something similar to the following, you will need to take additional steps to get the build setup:</p><div class="source"><pre> java version "1.4.2" gij (GNU libgcj) version 4.1.1 20060525 (Red Hat 4.1.1-1) </pre></div><p>Create a file "/etc/profile.d/java.sh" with the following entries:</p><div class="source"><pre> export JAVA_HOME=/usr/java/jdk1.5.0_09 Modified: incubator/nmaven/www/index.html URL: http://svn.apache.org/viewvc/incubator/nmaven/www/index.html?view=diff&rev=510418&r1=510417&r2=510418 ============================================================================== --- incubator/nmaven/www/index.html (original) +++ incubator/nmaven/www/index.html Wed Feb 21 22:38:07 2007 @@ -45,7 +45,7 @@ <div class="xleft"> - Last Published: 02/11/2007 + Last Published: 02/21/2007 </div> <div class="xright"> <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a> | @@ -156,7 +156,7 @@ </div> <div id="bodyColumn"> <div id="contentBox"> - <div class="section"><h2>About NMaven</h2><p>NMaven provides Maven 2.x plugins to support building of .NET applications. NMaven is its own framework that provides the correct .NET compiler based on the environment (vendor/language/operating system). This framework leverages Maven (and its plugin architecture) for the build lifecycle, making it a small, compiler-plugin-framework on top of the larger Maven build-framework.</p></div><div class="section"><h2>RoadMap</h2><p>The primary goal of NMaven is to provide a common Maven build environment across .NET compilers (C#, VB), vendors (Microsoft, Novell, DotGNU) and platforms (Windows, Linux). Specific, near-term goals include:</p><ul><li>.NET Integration Test module</li><li>Expanded Support for Assembly Signing</li><li>Support for Classifiers</li></ul></div> + <div class="section"><h2>About NMaven</h2><p>NMaven provides Maven 2.x plugins to support building of .NET applications. NMaven is its own framework that provides the correct .NET compiler based on the environment (vendor/language/operating system). This framework leverages Maven (and its plugin architecture) for the build lifecycle, making it a small, compiler-plugin-framework on top of the larger Maven build-framework.</p></div><div class="section"><h2>RoadMap</h2><p>The primary goal of NMaven is to provide a common Maven build environment across .NET compilers (C#, VB), vendors (Microsoft, Novell, DotGNU) and platforms (Windows, Linux). Specific, near-term goals include:</p><ul><li>.NET Integration Test module</li><li>Expanded Support for Assembly Signing</li><li>Support for Classifiers</li><li>IDE Support: Visual Studio and SharpDevelop</li><li>.NET Plugin Support (for writing Maven plugins in .NET). </li></ul></div> </div> </div> <div class="clear"> Modified: incubator/nmaven/www/integration.html URL: http://svn.apache.org/viewvc/incubator/nmaven/www/integration.html?view=diff&rev=510418&r1=510417&r2=510418 ============================================================================== --- incubator/nmaven/www/integration.html (original) +++ incubator/nmaven/www/integration.html Wed Feb 21 22:38:07 2007 @@ -45,7 +45,7 @@ <div class="xleft"> - Last Published: 02/11/2007 + Last Published: 02/21/2007 </div> <div class="xright"> <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a> | Modified: incubator/nmaven/www/issue-tracking.html URL: http://svn.apache.org/viewvc/incubator/nmaven/www/issue-tracking.html?view=diff&rev=510418&r1=510417&r2=510418 ============================================================================== --- incubator/nmaven/www/issue-tracking.html (original) +++ incubator/nmaven/www/issue-tracking.html Wed Feb 21 22:38:07 2007 @@ -45,7 +45,7 @@ <div class="xleft"> - Last Published: 02/11/2007 + Last Published: 02/21/2007 </div> <div class="xright"> <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a> | Modified: incubator/nmaven/www/license.html URL: http://svn.apache.org/viewvc/incubator/nmaven/www/license.html?view=diff&rev=510418&r1=510417&r2=510418 ============================================================================== --- incubator/nmaven/www/license.html (original) +++ incubator/nmaven/www/license.html Wed Feb 21 22:38:07 2007 @@ -45,7 +45,7 @@ <div class="xleft"> - Last Published: 02/11/2007 + Last Published: 02/21/2007 </div> <div class="xright"> <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a> | Modified: incubator/nmaven/www/mail-lists.html URL: http://svn.apache.org/viewvc/incubator/nmaven/www/mail-lists.html?view=diff&rev=510418&r1=510417&r2=510418 ============================================================================== --- incubator/nmaven/www/mail-lists.html (original) +++ incubator/nmaven/www/mail-lists.html Wed Feb 21 22:38:07 2007 @@ -45,7 +45,7 @@ <div class="xleft"> - Last Published: 02/11/2007 + Last Published: 02/21/2007 </div> <div class="xright"> <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a> | Modified: incubator/nmaven/www/project-info.html URL: http://svn.apache.org/viewvc/incubator/nmaven/www/project-info.html?view=diff&rev=510418&r1=510417&r2=510418 ============================================================================== --- incubator/nmaven/www/project-info.html (original) +++ incubator/nmaven/www/project-info.html Wed Feb 21 22:38:07 2007 @@ -45,7 +45,7 @@ <div class="xleft"> - Last Published: 02/11/2007 + Last Published: 02/21/2007 </div> <div class="xright"> <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a> | Modified: incubator/nmaven/www/project-summary.html URL: http://svn.apache.org/viewvc/incubator/nmaven/www/project-summary.html?view=diff&rev=510418&r1=510417&r2=510418 ============================================================================== --- incubator/nmaven/www/project-summary.html (original) +++ incubator/nmaven/www/project-summary.html Wed Feb 21 22:38:07 2007 @@ -45,7 +45,7 @@ <div class="xleft"> - Last Published: 02/11/2007 + Last Published: 02/21/2007 </div> <div class="xright"> <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a> | Modified: incubator/nmaven/www/source-repository.html URL: http://svn.apache.org/viewvc/incubator/nmaven/www/source-repository.html?view=diff&rev=510418&r1=510417&r2=510418 ============================================================================== --- incubator/nmaven/www/source-repository.html (original) +++ incubator/nmaven/www/source-repository.html Wed Feb 21 22:38:07 2007 @@ -45,7 +45,7 @@ <div class="xleft"> - Last Published: 02/11/2007 + Last Published: 02/21/2007 </div> <div class="xright"> <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a> | Modified: incubator/nmaven/www/team-list.html URL: http://svn.apache.org/viewvc/incubator/nmaven/www/team-list.html?view=diff&rev=510418&r1=510417&r2=510418 ============================================================================== --- incubator/nmaven/www/team-list.html (original) +++ incubator/nmaven/www/team-list.html Wed Feb 21 22:38:07 2007 @@ -45,7 +45,7 @@ <div class="xleft"> - Last Published: 02/11/2007 + Last Published: 02/21/2007 </div> <div class="xright"> <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a> |