dion        2003/03/31 22:28:54

  Modified:    src/plugins-build/j2ee plugin.jelly
  Log:
  Fix class not found running validate-war
  
  Revision  Changes    Path
  1.9       +1 -0      maven/src/plugins-build/j2ee/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/j2ee/plugin.jelly,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- plugin.jelly      29 Mar 2003 12:54:34 -0000      1.8
  +++ plugin.jelly      1 Apr 2003 06:28:54 -0000       1.9
  @@ -23,6 +23,7 @@
       <ant:taskdef name="warvalidator" classname="org.apache.maven.j2ee.WarValidator">
         <ant:classpath>
           <ant:pathelement path="${plugin.resources}" />
  +        <ant:pathelement path="${plugin.dir}" />
           <ant:pathelement path="${plugin.getDependencyPath('ant')}"/>
           <ant:pathelement path="${plugin.getDependencyPath('dom4j')}"/>
           <ant:pathelement path="${plugin.getDependencyPath('xml-apis')}"/>
  
  
  

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

Reply via email to