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/05/10 06:18:20 UTC

svn commit: r942656 - /gump/site/metadata/project.html

Author: bodewig
Date: Mon May 10 04:18:20 2010
New Revision: 942656

URL: http://svn.apache.org/viewvc?rev=942656&view=rev
Log:
document that glob patterns can be used

Modified:
    gump/site/metadata/project.html

Modified: gump/site/metadata/project.html
URL: http://svn.apache.org/viewvc/gump/site/metadata/project.html?rev=942656&r1=942655&r2=942656&view=diff
==============================================================================
--- gump/site/metadata/project.html (original)
+++ gump/site/metadata/project.html Mon May 10 04:18:20 2010
@@ -529,7 +529,11 @@ document.write("Last Published: " + docu
 <tr>
           
 <td colspan="1" rowspan="1">name</td>
-          <td colspan="1" rowspan="1">The name of the jar</td>
+          <td colspan="1" rowspan="1">The name of the jar.<br>
+            May contain shell glob patterns
+            (<span class="codefrag">*</span>, <span class="codefrag">?</span> or ranges
+            like <span class="codefrag">[a-z]</span>) in which case the pattern must
+            match exactly one existing file.</td>
           <td colspan="1" rowspan="1">Yes</td>
         
 </tr>
@@ -555,7 +559,7 @@ document.write("Last Published: " + docu
 </tr>
       
 </table>
-<a name="N102D1"></a><a name="javadoc"></a>
+<a name="N102DC"></a><a name="javadoc"></a>
 <h3 class="boxed">javadoc</h3>
 <p>This declares where the outputs of the
       <a href="http://java.sun.com/j2se/javadoc/index.html">javadoc</a> tool
@@ -694,7 +698,7 @@ document.write("Last Published: " + docu
     &lt;/javadoc&gt;
 		</pre>
 <p>must be used.</p>
-<a name="N103AD"></a><a name="junitreport"></a>
+<a name="N103B8"></a><a name="junitreport"></a>
 <h3 class="boxed">junitreport</h3>
 <p>This declares where the outputs of the
       <a href="http://ant.apache.org/manual/OptionalTasks/junitreport.html">junitreport</a>
@@ -831,7 +835,7 @@ document.write("Last Published: " + docu
     &lt;/junitreport&gt;
 		</pre>
 <p>must be used.</p>
-<a name="N10485"></a><a name="nag"></a>
+<a name="N10490"></a><a name="nag"></a>
 <h3 class="boxed">nag</h3>
 <p>If this element is present, an entry for this project will be
       created in the file naglist.  This enables <a href="../nagged.html">email reports</a> of
@@ -945,12 +949,12 @@ document.write("Last Published: " + docu
           subject="Gump Build Warning - Deprecated methods used"/&gt;
 &lt;/nag&gt;
 	</pre>
-<a name="N10517"></a><a name="redistributable"></a>
+<a name="N10522"></a><a name="redistributable"></a>
 <h3 class="boxed">redistributable</h3>
 <p>If present, indicates that outputs of builds from this module
       are redistributable.  Defaults to the redistributable value for
       the repository.</p>
-<a name="N10520"></a><a name="mkdir"></a>
+<a name="N1052B"></a><a name="mkdir"></a>
 <h3 class="boxed">mkdir</h3>
 <p>Creates a directory before starting the build.  This is
       sometimes needed in conjunction with <a href="#work">&lt;work&gt;</a>.</p>
@@ -983,7 +987,7 @@ document.write("Last Published: " + docu
 </tr>
       
 </table>
-<a name="N1056C"></a><a name="delete"></a>
+<a name="N10577"></a><a name="delete"></a>
 <h3 class="boxed">delete</h3>
 <p>Deletes a directory before starting the build.</p>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">