You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by st...@apache.org on 2005/04/17 23:27:37 UTC

svn commit: r161697 - jakarta/commons/proper/lang/trunk/xdocs/developerguide.xml

Author: stevencaswell
Date: Sun Apr 17 14:27:36 2005
New Revision: 161697

URL: http://svn.apache.org/viewcvs?view=rev&rev=161697
Log:
added section on building with initial description of setting up clover license for site generation

Modified:
    jakarta/commons/proper/lang/trunk/xdocs/developerguide.xml

Modified: jakarta/commons/proper/lang/trunk/xdocs/developerguide.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/lang/trunk/xdocs/developerguide.xml?view=diff&r1=161696&r2=161697
==============================================================================
--- jakarta/commons/proper/lang/trunk/xdocs/developerguide.xml (original)
+++ jakarta/commons/proper/lang/trunk/xdocs/developerguide.xml Sun Apr 17 14:27:36 2005
@@ -31,6 +31,7 @@
 <a href="#PackageStructure">[Package Structure]</a>
 <a href="#UtilityClasses">[Utility Classes]</a>
 <a href="#Javadoc">[Javadoc]</a>
+<a href="#Building">[Building]</a>
 <br /><br />
 </div>
 
@@ -135,6 +136,21 @@
 However, it's not something to get worked up about.
 Lots of spelling differences will creep in all over.</p>
 
+<a name="Building"></a>
+<h3>5.BUILDING</h3>
+<h4>Site Generation</h4>
+<p>Site generation via maven includes Clover report generation. Since Clover
+requires a license, the proper license file must be placed where the maven
+Clover plugin can find it. This can be done as follows:
+<ul>
+<li>Obtain the license file from the committers svn repository (clover.license)</li>
+<li>Copy clover.license to the lang base directory (the top level directory where project.xml, maven.xml, etc. reside).</li>
+<li>Copy clover.license to your maven repository Clover licenses directory, named clover-[version].license, where [version] is the version specified in the
+project.properties <b>maven.jar.clover</b> property. For example, if
+<b>maven.jar.clover</b> is set to <b>1.3.2</b>, then the clover license file
+name should be <b>clover-1.3.2.license</b>.</li>
+</ul>
+</p>
 </section>
 </body>
 </document>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org