You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ha...@apache.org on 2002/01/11 15:24:45 UTC

cvs commit: jakarta-avalon-cornerstone/apps/db build.xml

hammant     02/01/11 06:24:45

  Modified:    apps/db  build.xml
  Log:
  use new classpath for altrmi task
  
  Revision  Changes    Path
  1.32      +8 -2      jakarta-avalon-cornerstone/apps/db/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/apps/db/build.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- build.xml	10 Jan 2002 11:19:36 -0000	1.31
  +++ build.xml	11 Jan 2002 14:24:45 -0000	1.32
  @@ -171,14 +171,20 @@
       </javac>
   
       <altrmiinterfaces genname="AvalonDB" gendir="apps/db/build/genjava" 
  -        classesorinterfaces="org.apache.avalon.db.services.DatabaseManager" />
  +        classesorinterfaces="org.apache.avalon.db.services.DatabaseManager">
  +      <classpath>
  +        <pathelement location="../../lib/commons-altrmi-common.jar"/>
  +        <pathelement location="../../lib/commons-altrmi-generator.jar"/>
  +        <pathelement path="build/classes"/>
  +      </classpath>        
  +    </altrmiinterfaces>
   
       <javac  srcdir="build/genjava"
                  destdir="build/genclasses"
                    debug="${compile.debug}"
              deprecation="${compile.deprecation}"
                 optimize="${compile.optimize}">
  -          <classpath refid="project.class.path"/>
  +      <classpath refid="project.class.path" />
       </javac>
       
       <copy todir="${build.classes}">
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>