evenisse    2004/01/08 08:53:58

  Modified:    genapp   plugin.jelly
  Log:
  Comment echo. genapp doesn't work if this echo are present ????????
  
  Revision  Changes    Path
  1.6       +2 -2      maven-plugins/genapp/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/plugin.jelly,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- plugin.jelly      30 Nov 2003 21:26:26 -0000      1.5
  +++ plugin.jelly      8 Jan 2004 16:53:58 -0000       1.6
  @@ -92,12 +92,12 @@
         </j:forEach>
   
         <!-- Show used variables for template -->
  -      <ant:echo>Parameters used in template:</ant:echo>
  +      <!-- ant:echo>Parameters used in template:</ant:echo -->
         <j:forEach var="var" items="${maven.genapp.param.split}">
           <j:set var="varname">maven.genapp.template.${var}</j:set>
           <j:set var="value" value="${context.findVariable(varname)}"/>
           <j:invoke method="toUpperCase" on="${var}" var="placeholder" />
  -        <ant:echo>${varname} (${placeholder}):${value}</ant:echo>
  +        <!-- ant:echo>${varname} (${placeholder}):${value}</ant:echo -->
         </j:forEach>
   
         <!-- Turn the specified package into a path -->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to