You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2004/06/11 14:37:16 UTC

cvs commit: maven-plugins-sandbox/abbot/src/plugin-resources jnlp.jsl

vmassol     2004/06/11 05:37:16

  Modified:    abbot/src/plugin-resources jnlp.jsl
  Log:
  Added new maven.abbot.suite.name property to let the user name a test suite (which as a consequence generates a test report file with that name instead of the generic AbbotTestAll name)
  
  Revision  Changes    Path
  1.3       +6 -0      maven-plugins-sandbox/abbot/src/plugin-resources/jnlp.jsl
  
  Index: jnlp.jsl
  ===================================================================
  RCS file: /home/cvs/maven-plugins-sandbox/abbot/src/plugin-resources/jnlp.jsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- jnlp.jsl	30 Apr 2004 19:06:42 -0000	1.2
  +++ jnlp.jsl	11 Jun 2004 12:37:16 -0000	1.3
  @@ -106,6 +106,12 @@
           <x:attribute name="name">maven.abbot.reports.dir</x:attribute>
           <x:attribute name="value">${maven.abbot.reports.dir}</x:attribute>
         </x:element>
  +      <j:if test="${context.getVariable('maven.abbot.suite.name') != null}">
  +        <x:element name="property">
  +          <x:attribute name="name">maven.abbot.suite.name</x:attribute>
  +          <x:attribute name="value">${maven.abbot.suite.name}</x:attribute>
  +        </x:element>
  +      </j:if>
   
       </resources>
   
  
  
  

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