vmassol     2003/02/06 02:07:24

  Modified:    samples/servlet/src/scripts/share build.xml
  Log:
  Add java class path to try to fix the Gump build failure for Servlet Sample
  
  Revision  Changes    Path
  1.4       +3 -0      jakarta-cactus/samples/servlet/src/scripts/share/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/samples/servlet/src/scripts/share/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml 6 Feb 2003 08:55:39 -0000       1.3
  +++ build.xml 6 Feb 2003 10:07:24 -0000       1.4
  @@ -131,6 +131,9 @@
           <pathelement location="${target.classes.java.dir}"/>
           @cactus.clover.pathelement@
           <path refid="project.classpath"/>
  +
  +        <!-- Add java classpath for Gump only -->
  +        <path location="${java.class.path}"/>       
       </path>
   
       <!--
  
  
  

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

Reply via email to