You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2003/02/06 11:07:24 UTC

cvs commit: jakarta-cactus/samples/servlet/src/scripts/share build.xml

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: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org