You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2010/08/02 05:45:42 UTC

svn commit: r981358 - /gump/site/metadata/builder.html

Author: bodewig
Date: Mon Aug  2 03:45:42 2010
New Revision: 981358

URL: http://svn.apache.org/viewvc?rev=981358&view=rev
Log:
re-generate site

Modified:
    gump/site/metadata/builder.html

Modified: gump/site/metadata/builder.html
URL: http://svn.apache.org/viewvc/gump/site/metadata/builder.html?rev=981358&r1=981357&r2=981358&view=diff
==============================================================================
--- gump/site/metadata/builder.html (original)
+++ gump/site/metadata/builder.html Mon Aug  2 03:45:42 2010
@@ -747,6 +747,11 @@ document.write("Last Published: " + docu
       the file given by the file attribute using the groupId of the
       current project (or workspace) and the given or implied
       artifactId.</p>
+<p>If the artifact to install is a POM, Gump can try to parse the
+      file for the version number.  Gump's parser isn't complete and
+      may be unable to extract the proper version - for example, Gump
+      will not support property references - in which case the version
+      must be specified explicitly.</p>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
       
 <tr>
@@ -761,7 +766,8 @@ document.write("Last Published: " + docu
         
 <td colspan="1" rowspan="1">version</td>
         <td colspan="1" rowspan="1">The version of the artifact to install.</td>
-        <td colspan="1" rowspan="1">Yes.</td>
+        <td colspan="1" rowspan="1">Yes if <span class="codefrag">packaging</span> is different from "pom" or
+          the version inside the POM uses property references.</td>
       
 </tr>
       
@@ -839,7 +845,7 @@ document.write("Last Published: " + docu
 </div>
 
   
-<a name="N10473"></a><a name="configure"></a>
+<a name="N10479"></a><a name="configure"></a>
 <h2 class="boxed">configure</h2>
 <div class="section">
 <p>Is a specialized version of <a href="#script">script</a>
@@ -847,7 +853,7 @@ document.write("Last Published: " + docu
 </div>
 
   
-<a name="N10480"></a><a name="make"></a>
+<a name="N10486"></a><a name="make"></a>
 <h2 class="boxed">make</h2>
 <div class="section">
 <p>Specifies the arguments to be passed to make.</p>
@@ -883,7 +889,7 @@ document.write("Last Published: " + docu
 </div>
 
   
-<a name="N104CD"></a><a name="nant"></a>
+<a name="N104D3"></a><a name="nant"></a>
 <h2 class="boxed">nant</h2>
 <div class="section">
 <p>Specifies the arguments to be passed to <a target="_blank" href="http://nant.sourceforge.org/">NAnt</a>.</p>