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 2005/01/30 13:12:30 UTC

cvs commit: jakarta-cactus/integration/ant build.xml

vmassol     2005/01/30 04:12:30

  Modified:    documentation build.xml
               integration/ant build.xml
  Log:
  Fixed classpaths. It seems the current settings were not working on some other's machines with other setups
  
  Revision  Changes    Path
  1.60      +2 -2      jakarta-cactus/documentation/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/build.xml,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- build.xml	30 Nov 2003 10:14:38 -0000	1.59
  +++ build.xml	30 Jan 2005 12:12:30 -0000	1.60
  @@ -105,7 +105,7 @@
   
       <javac srcdir="${src.java.dir}" destdir="${target.classes.java.dir}"
           deprecation="${deprecation}" optimize="${optimize}"
  -        debug="${debug}"/>
  +        debug="${debug}" classpath="${java.class.path}"/>
   
     </target>
   
  
  
  
  1.59      +2 -2      jakarta-cactus/integration/ant/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/ant/build.xml,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- build.xml	15 Aug 2004 15:02:27 -0000	1.58
  +++ build.xml	30 Jan 2005 12:12:30 -0000	1.59
  @@ -93,7 +93,7 @@
         <pathelement location="${xmlapis.jar}"/>
         
         <!-- Required for Gump -->
  -      <pathelement location="${java.class.path}"/>
  +      <pathelement path="${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