Propchange: incubator/nmaven/www/images/icon_error_sml.gif
------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/nmaven/www/images/icon_info_sml.gif URL: http://svn.apache.org/viewvc/incubator/nmaven/www/images/icon_info_sml.gif?view=auto&rev=503893 ============================================================================== Binary file - no diff available. Propchange: incubator/nmaven/www/images/icon_info_sml.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/nmaven/www/images/icon_success_sml.gif URL: http://svn.apache.org/viewvc/incubator/nmaven/www/images/icon_success_sml.gif?view=auto&rev=503893 ============================================================================== Binary file - no diff available. Propchange: incubator/nmaven/www/images/icon_success_sml.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/nmaven/www/images/icon_warning_sml.gif URL: http://svn.apache.org/viewvc/incubator/nmaven/www/images/icon_warning_sml.gif?view=auto&rev=503893 ============================================================================== Binary file - no diff available. Propchange: incubator/nmaven/www/images/icon_warning_sml.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/nmaven/www/images/logos/Thumbs.db URL: http://svn.apache.org/viewvc/incubator/nmaven/www/images/logos/Thumbs.db?view=auto&rev=503893 ============================================================================== Binary file - no diff available. Propchange: incubator/nmaven/www/images/logos/Thumbs.db ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/nmaven/www/images/logos/maven-feather.png URL: http://svn.apache.org/viewvc/incubator/nmaven/www/images/logos/maven-feather.png?view=auto&rev=503893 ============================================================================== Binary file - no diff available. Propchange: incubator/nmaven/www/images/logos/maven-feather.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: incubator/nmaven/www/images/newwindow.png URL: http://svn.apache.org/viewvc/incubator/nmaven/www/images/newwindow.png?view=auto&rev=503893 ============================================================================== Binary file - no diff available. Propchange: incubator/nmaven/www/images/newwindow.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: incubator/nmaven/www/index.html URL: http://svn.apache.org/viewvc/incubator/nmaven/www/index.html?view=auto&rev=503893 ============================================================================== --- incubator/nmaven/www/index.html (added) +++ incubator/nmaven/www/index.html Mon Feb 5 14:01:37 2007 @@ -0,0 +1,172 @@ +<!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"> + + NMaven + + </span> + <span id="bannerRight"> + + <img src="./images/apache-incubator-logo.png" alt="" /> + + </span> + <div class="clear"> + <hr/> + </div> + </div> + <div id="breadcrumbs"> + + + + + + + + <div class="xleft"> + Last Published: 02/05/2007 + </div> + <div class="xright"> <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a> + | + <a href="">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"> + <strong>About</strong> + </li> + + <li class="none"> + <a href="features.html">Features</a> + </li> + + <li class="none"> + <a href="getting-started.html">Getting Started</a> + </li> + + <li class="none"> + <a href="plugins/index.html">Plugins</a> + </li> + + <li class="none"> + <a href="adding-plugins.html">Adding Compilers</a> + </li> + + <li class="none"> + <a href="environment-configuration.html">Configuration</a> + </li> + </ul> + <h5>Project Documentation</h5> + <ul> + + + + + + + + + + + + + + + + + + + + <li class="collapsed"> + <a href="project-info.html">Project Information</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>About NMaven</h2><p>NMaven provides Maven 2.x plugins to support building of .NET applications. Technically, NMaven is its own framework that provides the correct .NET compiler based on the environment (vendor/language/operating system). This framework allows the developer to easily add additional compiler support by implementing the NetCompiler interface and providing a compiler-plugins.xml file in the project directory. NMaven leverages Maven (and its plugin architecture) for the build lifecycle. So you can think of NMaven as 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 Maven build environment for all Mono compatible compilers. Specific, near-term goals include:</p><ul><li>Signing of Assemblies</li></ul></div> + </div> + </div> + <div class="clear"> + <hr/> + </div> + <div id="footer"> + <div class="xright">© + 2007 + + NMaven + + + + + + + + </div> + <div class="clear"> + <hr/> + </div> + </div> + </body> +</html> Propchange: incubator/nmaven/www/index.html ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/nmaven/www/integration.html URL: http://svn.apache.org/viewvc/incubator/nmaven/www/integration.html?view=auto&rev=503893 ============================================================================== --- incubator/nmaven/www/integration.html (added) +++ incubator/nmaven/www/integration.html Mon Feb 5 14:01:37 2007 @@ -0,0 +1,206 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> + + + + + + + + + + +<html> + <head> + <title>NMaven - Continuous Integration</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"> + + NMaven + + </span> + <span id="bannerRight"> + + <img src="./images/apache-incubator-logo.png" alt="" /> + + </span> + <div class="clear"> + <hr/> + </div> + </div> + <div id="breadcrumbs"> + + + + + + + + <div class="xleft"> + Last Published: 02/05/2007 + </div> + <div class="xright"> <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a> + | + <a href="">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="features.html">Features</a> + </li> + + <li class="none"> + <a href="getting-started.html">Getting Started</a> + </li> + + <li class="none"> + <a href="plugins/index.html">Plugins</a> + </li> + + <li class="none"> + <a href="adding-plugins.html">Adding Compilers</a> + </li> + + <li class="none"> + <a href="environment-configuration.html">Configuration</a> + </li> + </ul> + <h5>Project Documentation</h5> + <ul> + + + + + + + + + + + + + + + + + + + + <li class="expanded"> + <a href="project-info.html">Project Information</a> + <ul> + + <li class="none"> + <strong>Continuous Integration</strong> + </li> + + <li class="none"> + <a href="dependencies.html">Dependencies</a> + </li> + + <li class="none"> + <a href="issue-tracking.html">Issue Tracking</a> + </li> + + <li class="none"> + <a href="mail-lists.html">Mailing Lists</a> + </li> + + <li class="none"> + <a href="license.html">Project License</a> + </li> + + <li class="none"> + <a href="project-summary.html">Project Summary</a> + </li> + + <li class="none"> + <a href="team-list.html">Project Team</a> + </li> + + <li class="none"> + <a href="source-repository.html">Source Repository</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>Continuous Integration</h2><p>No continuous integration management system is defined. Please check back at a later date.</p></div> + </div> + </div> + <div class="clear"> + <hr/> + </div> + <div id="footer"> + <div class="xright">© + 2007 + + NMaven + + + + + + + + </div> + <div class="clear"> + <hr/> + </div> + </div> + </body> +</html> Propchange: incubator/nmaven/www/integration.html ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/nmaven/www/issue-tracking.html URL: http://svn.apache.org/viewvc/incubator/nmaven/www/issue-tracking.html?view=auto&rev=503893 ============================================================================== --- incubator/nmaven/www/issue-tracking.html (added) +++ incubator/nmaven/www/issue-tracking.html Mon Feb 5 14:01:37 2007 @@ -0,0 +1,206 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> + + + + + + + + + + +<html> + <head> + <title>NMaven - Issue Tracking</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"> + + NMaven + + </span> + <span id="bannerRight"> + + <img src="./images/apache-incubator-logo.png" alt="" /> + + </span> + <div class="clear"> + <hr/> + </div> + </div> + <div id="breadcrumbs"> + + + + + + + + <div class="xleft"> + Last Published: 02/05/2007 + </div> + <div class="xright"> <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a> + | + <a href="">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="features.html">Features</a> + </li> + + <li class="none"> + <a href="getting-started.html">Getting Started</a> + </li> + + <li class="none"> + <a href="plugins/index.html">Plugins</a> + </li> + + <li class="none"> + <a href="adding-plugins.html">Adding Compilers</a> + </li> + + <li class="none"> + <a href="environment-configuration.html">Configuration</a> + </li> + </ul> + <h5>Project Documentation</h5> + <ul> + + + + + + + + + + + + + + + + + + + + <li class="expanded"> + <a href="project-info.html">Project Information</a> + <ul> + + <li class="none"> + <a href="integration.html">Continuous Integration</a> + </li> + + <li class="none"> + <a href="dependencies.html">Dependencies</a> + </li> + + <li class="none"> + <strong>Issue Tracking</strong> + </li> + + <li class="none"> + <a href="mail-lists.html">Mailing Lists</a> + </li> + + <li class="none"> + <a href="license.html">Project License</a> + </li> + + <li class="none"> + <a href="project-summary.html">Project Summary</a> + </li> + + <li class="none"> + <a href="team-list.html">Project Team</a> + </li> + + <li class="none"> + <a href="source-repository.html">Source Repository</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>Overview</h2>This project uses <a href="http://www.atlassian.com/software/jira">Jira</a> a J2EE-based, issue tracking and project management application.</div><div class="section"><h2>Issue Tracking</h2><p>Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.</p><div class="source"><pre><a href="http://sourceforge.net/tracker/?atid=876936&group_id=176362&func=browse">http://sourceforge.net/tracker/?atid=876936&group_id=176362&func=browse</a></pre></div></div> + </div> + </div> + <div class="clear"> + <hr/> + </div> + <div id="footer"> + <div class="xright">© + 2007 + + NMaven + + + + + + + + </div> + <div class="clear"> + <hr/> + </div> + </div> + </body> +</html> Propchange: incubator/nmaven/www/issue-tracking.html ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/nmaven/www/license.html URL: http://svn.apache.org/viewvc/incubator/nmaven/www/license.html?view=auto&rev=503893 ============================================================================== --- incubator/nmaven/www/license.html (added) +++ incubator/nmaven/www/license.html Mon Feb 5 14:01:37 2007 @@ -0,0 +1,382 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> + + + + + + + + + + +<html> + <head> + <title>NMaven - Project License</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"> + + NMaven + + </span> + <span id="bannerRight"> + + <img src="./images/apache-incubator-logo.png" alt="" /> + + </span> + <div class="clear"> + <hr/> + </div> + </div> + <div id="breadcrumbs"> + + + + + + + + <div class="xleft"> + Last Published: 02/05/2007 + </div> + <div class="xright"> <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a> + | + <a href="">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="features.html">Features</a> + </li> + + <li class="none"> + <a href="getting-started.html">Getting Started</a> + </li> + + <li class="none"> + <a href="plugins/index.html">Plugins</a> + </li> + + <li class="none"> + <a href="adding-plugins.html">Adding Compilers</a> + </li> + + <li class="none"> + <a href="environment-configuration.html">Configuration</a> + </li> + </ul> + <h5>Project Documentation</h5> + <ul> + + + + + + + + + + + + + + + + + + + + <li class="expanded"> + <a href="project-info.html">Project Information</a> + <ul> + + <li class="none"> + <a href="integration.html">Continuous Integration</a> + </li> + + <li class="none"> + <a href="dependencies.html">Dependencies</a> + </li> + + <li class="none"> + <a href="issue-tracking.html">Issue Tracking</a> + </li> + + <li class="none"> + <a href="mail-lists.html">Mailing Lists</a> + </li> + + <li class="none"> + <strong>Project License</strong> + </li> + + <li class="none"> + <a href="project-summary.html">Project Summary</a> + </li> + + <li class="none"> + <a href="team-list.html">Project Team</a> + </li> + + <li class="none"> + <a href="source-repository.html">Source Repository</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>Overview</h2><p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p></div><div class="section"><h2>Project License</h2><div class="section"><h3>Apache 2.0</h3><div class="source"><pre> Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS +</pre></div></div></div> + </div> + </div> + <div class="clear"> + <hr/> + </div> + <div id="footer"> + <div class="xright">© + 2007 + + NMaven + + + + + + + + </div> + <div class="clear"> + <hr/> + </div> + </div> + </body> +</html> Propchange: incubator/nmaven/www/license.html ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/nmaven/www/mail-lists.html URL: http://svn.apache.org/viewvc/incubator/nmaven/www/mail-lists.html?view=auto&rev=503893 ============================================================================== --- incubator/nmaven/www/mail-lists.html (added) +++ incubator/nmaven/www/mail-lists.html Mon Feb 5 14:01:37 2007 @@ -0,0 +1,206 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> + + + + + + + + + + +<html> + <head> + <title>NMaven - Project Mailing Lists</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"> + + NMaven + + </span> + <span id="bannerRight"> + + <img src="./images/apache-incubator-logo.png" alt="" /> + + </span> + <div class="clear"> + <hr/> + </div> + </div> + <div id="breadcrumbs"> + + + + + + + + <div class="xleft"> + Last Published: 02/05/2007 + </div> + <div class="xright"> <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a> + | + <a href="">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="features.html">Features</a> + </li> + + <li class="none"> + <a href="getting-started.html">Getting Started</a> + </li> + + <li class="none"> + <a href="plugins/index.html">Plugins</a> + </li> + + <li class="none"> + <a href="adding-plugins.html">Adding Compilers</a> + </li> + + <li class="none"> + <a href="environment-configuration.html">Configuration</a> + </li> + </ul> + <h5>Project Documentation</h5> + <ul> + + + + + + + + + + + + + + + + + + + + <li class="expanded"> + <a href="project-info.html">Project Information</a> + <ul> + + <li class="none"> + <a href="integration.html">Continuous Integration</a> + </li> + + <li class="none"> + <a href="dependencies.html">Dependencies</a> + </li> + + <li class="none"> + <a href="issue-tracking.html">Issue Tracking</a> + </li> + + <li class="none"> + <strong>Mailing Lists</strong> + </li> + + <li class="none"> + <a href="license.html">Project License</a> + </li> + + <li class="none"> + <a href="project-summary.html">Project Summary</a> + </li> + + <li class="none"> + <a href="team-list.html">Project Team</a> + </li> + + <li class="none"> + <a href="source-repository.html">Source Repository</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>Project Mailing Lists</h2><p>There are no mailing lists currently associated with this project.</p></div> + </div> + </div> + <div class="clear"> + <hr/> + </div> + <div id="footer"> + <div class="xright">© + 2007 + + NMaven + + + + + + + + </div> + <div class="clear"> + <hr/> + </div> + </div> + </body> +</html> Propchange: incubator/nmaven/www/mail-lists.html ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/nmaven/www/plugins/index.html URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/index.html?view=auto&rev=503893 ============================================================================== --- incubator/nmaven/www/plugins/index.html (added) +++ incubator/nmaven/www/plugins/index.html Mon Feb 5 14:01:37 2007 @@ -0,0 +1,172 @@ +<!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"> + + NMaven + + </span> + <span id="bannerRight"> + + <img src=".././images/apache-incubator-logo.png" alt="" /> + + </span> + <div class="clear"> + <hr/> + </div> + </div> + <div id="breadcrumbs"> + + + + + + + + <div class="xleft"> + Last Published: 02/05/2007 + </div> + <div class="xright"> <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a> + | + <a href="../">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="../features.html">Features</a> + </li> + + <li class="none"> + <a href="../getting-started.html">Getting Started</a> + </li> + + <li class="none"> + <strong>Plugins</strong> + </li> + + <li class="none"> + <a href="../adding-plugins.html">Adding Compilers</a> + </li> + + <li class="none"> + <a href="../environment-configuration.html">Configuration</a> + </li> + </ul> + <h5>Project Documentation</h5> + <ul> + + + + + + + + + + + + + + + + + + + + <li class="collapsed"> + <a href="../project-info.html">Project Information</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>Available Plugins</h2><table class="bodyTable"><tbody><tr class="a"><td align="left"><b>Plugin</b></td><td align="left"><b>Description</b></td></tr><tr class="b"><td align="left"><a href="maven-compile-plugin/index.html"> <tt>compile</tt></a></td><td align="left">Compiles .NET Applications</td></tr><tr class="a"><td align="left"><a href="maven-install-plugin/index.html"> <tt>install</tt></a></td><td align="left">Installs Artifacts</td></tr><tr class="b"><td align="left"><a href="maven-resgen-plugin/index.html"> <tt>resgen</tt></a></td><td align="left">Generates .NET Resources</td></tr><tr class="a"><td align="left"><a href="maven-resolver-plugin/index.html"> <tt>resolver</tt></a></td><td align="left">Resolves Artifacts</td></tr><tr class="b"><td align="left"><a href="maven-settings-plugin/index.html"> <tt>settings</tt></a></td><td align="left">Generates an nmaven-settings file</td></tr><tr class="a"><td align="left"><a href="maven-test-plugin /index.html"> <tt>test</tt></a></td><td align="left">Tests class files with NUnit</td></tr><tr class="b"><td align="left"><a href="maven-webapp-plugin/index.html"> <tt>webapp</tt></a></td><td align="left">Packages and deploys web applications</td></tr><tr class="a"><td align="left"><a href="maven-wsdl-plugin/index.html"> <tt>wsdl</tt></a></td><td align="left">Generates WSDLs</td></tr><tr class="b"><td align="left"><a href="maven-xsd-plugin/index.html"> <tt>xsd</tt></a></td><td align="left">Generates schema bindings</td></tr><tr class="a"><td align="left"><a href="maven-xsp-plugin/index.html"> <tt>xsp</tt></a></td><td align="left"></td></tr></tbody></table></div> + </div> + </div> + <div class="clear"> + <hr/> + </div> + <div id="footer"> + <div class="xright">© + 2007 + + NMaven + + + + + + + + </div> + <div class="clear"> + <hr/> + </div> + </div> + </body> +</html> Propchange: incubator/nmaven/www/plugins/index.html ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/nmaven/www/plugins/maven-compile-plugin/compile-mojo.html URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-compile-plugin/compile-mojo.html?view=auto&rev=503893 ============================================================================== --- incubator/nmaven/www/plugins/maven-compile-plugin/compile-mojo.html (added) +++ incubator/nmaven/www/plugins/maven-compile-plugin/compile-mojo.html Mon Feb 5 14:01:37 2007 @@ -0,0 +1,353 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> + + + + + + + + + + +<html> + <head> + <title>NMaven - + maven-compile-plugin - compile:compile</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: 02/05/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="how-to-use.html">How to Use</a> + </li> + </ul> + <h5>Project Documentation</h5> + <ul> + + + + + + + + + + + + + + + + + + + + <li class="collapsed"> + <a href="project-info.html">Project Information</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"> + + + + <a name="compile:compile"></a><div class="section"><h2>compile:compile</h2> + <p>Maven Mojo for compiling Class files to the .NET Intermediate Language. To use a specific vendor (MICROSOFT/MONO) or language, the compiler/language must be previously installed AND configured through the plugin-compiler.xml file: otherwise the Mojo either will throw a MojoExecutionException telling you that the platform is not supported (occurs if entry is not in plugin-compilers.xml, regardless of whether the compiler/language is installed) or will attempt to execute the compiler and fail (occurs if entry is in plugin-compilers.xml and the compiler/language is not installed).</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>keycontainer</code> <i>(Optional)</i></td> + <td> + <code title="java.lang.String">String</code> + </td> + <td> + <code>${keycontainer}</code> + </td> + <td> + <code>-</code> + </td> + <td>Specifies a strong name key container. (not currently supported)</td> + </tr> + <tr class="b"> + <td> + <code>keyfile</code> <i>(Optional)</i></td> + <td> + <code title="java.io.File">File</code> + </td> + <td> + <code>${keyfile}</code> + </td> + <td> + <code>-</code> + </td> + <td>Specify a strong name key file.</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>parameters</code> <i>(Optional)</i></td> + <td> + <code title="java.util.ArrayList">ArrayList</code> + </td> + <td> + <code>${parameters}</code> + </td> + <td> + <code>-</code> + </td> + <td>Additional compiler commands</td> + </tr> + <tr class="a"> + <td> + <code>platform</code> <i>(Optional)</i></td> + <td> + <code title="java.lang.String">String</code> + </td> + <td> + <code>${platform} default-value = </code> + </td> + <td> + <code>-</code> + </td> + <td>Limit the platforms this code can run on. (not currently supported)</td> + </tr> + <tr class="b"> + <td> + <code>profile</code> <i>(Optional)</i></td> + <td> + <code title="java.lang.String">String</code> + </td> + <td> + <code>${profile}</code> + </td> + <td> + <code>FULL</code> + </td> + <td>The profile that the compiler should use to compile classes: FULL, COMPACT, (or a custom one specified in a compiler-plugins.xml).</td> + </tr> + <tr class="a"> + <td> + <code>profileAssemblyPath</code> <i>(Optional)</i></td> + <td> + <code title="java.io.File">File</code> + </td> + <td> + <code>${profileAssemblyPath}</code> + </td> + <td> + <code>-</code> + </td> + <td>This over-rides the defaultAssemblyPath for the compiler plugin.</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>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. Not case or white-space sensitive.</td> + </tr> + <tr class="b"> + <td> + <code>vendorVersion</code> <i>(Optional)</i></td> + <td> + <code title="java.lang.String">String</code> + </td> + <td> + <code>${vendorVersion}</code> + </td> + <td> + <code>-</code> + </td> + <td>No description.</td> + </tr> + </table> + </div> + + + </div> + </div> + <div class="clear"> + <hr/> + </div> + <div id="footer"> + <div class="xright">© + 2007 + + + + + + + + + </div> + <div class="clear"> + <hr/> + </div> + </div> + </body> +</html> Added: incubator/nmaven/www/plugins/maven-compile-plugin/css/maven-base.css URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-compile-plugin/css/maven-base.css?view=auto&rev=503893 ============================================================================== --- incubator/nmaven/www/plugins/maven-compile-plugin/css/maven-base.css (added) +++ incubator/nmaven/www/plugins/maven-compile-plugin/css/maven-base.css Mon Feb 5 14:01:37 2007 @@ -0,0 +1,148 @@ +body { + margin: 0px; + padding: 0px; +} +img { + border:none; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; + text-shadow: #7CFC00; +} +.xright, #bannerRight img { + float:right; + text-shadow: #7CFC00; +} +#banner { + padding: 0px; +} +#banner img { + border: none; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; + border: 1px solid black; + width: 90px; + height: 30px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} Propchange: incubator/nmaven/www/plugins/maven-compile-plugin/css/maven-base.css ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/nmaven/www/plugins/maven-compile-plugin/css/maven-theme.css URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-compile-plugin/css/maven-theme.css?view=auto&rev=503893 ============================================================================== --- incubator/nmaven/www/plugins/maven-compile-plugin/css/maven-theme.css (added) +++ incubator/nmaven/www/plugins/maven-compile-plugin/css/maven-theme.css Mon Feb 5 14:01:37 2007 @@ -0,0 +1,141 @@ +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: normal; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding- |
Free forum by Nabble | Edit this page |