vmassol     2004/08/21 01:49:41

  Modified:    integration/maven plugin.jelly
  Log:
  Improved error message when checking for dependent maven plugin versions
  
  Revision  Changes    Path
  1.33      +4 -4      jakarta-cactus/integration/maven/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/maven/plugin.jelly,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- plugin.jelly      15 Jul 2004 11:00:04 -0000      1.32
  +++ plugin.jelly      21 Aug 2004 08:49:41 -0000      1.33
  @@ -43,16 +43,16 @@
       <maven:get plugin="maven-war-plugin" property="plugin" var="warPlugin" />
       <j:if test="${warPlugin.currentVersion.compareTo('1.7') lt 0}">
         <ant:fail>
  -        Must have WAR plugin v1.7 installed to use this version of the Cactus 
plugin.
  -        Try: maven plugin:download -DgroupId=maven -DartifactId=maven-war-plugin 
-Dversion=1.7
  +        Must have WAR plugin v1.7 or greater installed to use this version of the 
Cactus plugin.
  +        Try: maven plugin:download -DgroupId=maven -DartifactId=maven-war-plugin 
-Dversion=[version]
         </ant:fail>
       </j:if>
   
       <maven:get plugin="maven-ejb-plugin" property="plugin" var="ejbPlugin" />
       <j:if test="${warPlugin.currentVersion.compareTo('1.6') lt 0}">
         <ant:fail>
  -        Must have EJB plugin v1.6 installed to use this version of the Cactus 
plugin.
  -        Try: maven plugin:download -DgroupId=maven -DartifactId=maven-ejb-plugin 
-Dversion=1.6
  +        Must have EJB plugin v1.6 or greater installed to use this version of the 
Cactus plugin.
  +        Try: maven plugin:download -DgroupId=maven -DartifactId=maven-ejb-plugin 
-Dversion=[version]
         </ant:fail>
       </j:if>
       
  
  
  

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

Reply via email to