You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Volkmann, Mark" <Ma...@AGEDWARDS.com> on 2004/03/11 16:39:05 UTC

shortDescription usage

shortDescription is a required element in project.xml, but I haven't yet
discovered how it gets used.  Anybody know?


-------------------------------------------------------------------------------------
A.G. Edwards & Sons' outgoing and incoming e-mails are electronically
archived and subject to review and/or disclosure to someone other 
than the recipient.

-------------------------------------------------------------------------------------


Re: shortDescription usage

Posted by Sean Kelly <ke...@seankelly.biz>.
I use it in making a table of sub-projects:

% cd templates
% cat index.xml
...
        <table>
          #foreach ($proj in $reactorProjects)
           <tr>
              <td><a href="$proj.url">$proj.name</a></td>
              <td>$proj.shortDescription</td>
            </tr>
          #end
        </table>
...
%

Volkmann, Mark wrote:

>shortDescription is a required element in project.xml, but I haven't yet
>discovered how it gets used.  Anybody know?
>
>
>-------------------------------------------------------------------------------------
>A.G. Edwards & Sons' outgoing and incoming e-mails are electronically
>archived and subject to review and/or disclosure to someone other 
>than the recipient.
>
>-------------------------------------------------------------------------------------
>
>
>  
>

-- 
Sean Kelly
Independent Consultant
http://seankelly.biz/



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org