You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ha...@apache.org on 2002/03/06 08:23:13 UTC

cvs commit: jakarta-commons-sandbox/altrmi build.xml

hammant     02/03/05 23:23:13

  Modified:    altrmi   build.xml
  Log:
  gump hopefully fixed for missing beepcore
  
  Revision  Changes    Path
  1.9       +9 -1      jakarta-commons-sandbox/altrmi/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/altrmi/build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.xml	27 Feb 2002 14:47:36 -0000	1.8
  +++ build.xml	6 Mar 2002 07:23:13 -0000	1.9
  @@ -3,7 +3,7 @@
   
   <!--
           "Alternative (to) RMI" component of the Jakarta Commons Subproject
  -        $Id: build.xml,v 1.8 2002/02/27 14:47:36 hammant Exp $
  +        $Id: build.xml,v 1.9 2002/03/06 07:23:13 hammant Exp $
   -->
   
   
  @@ -130,6 +130,11 @@
       </delete>     
       <mkdir dir="${build.home}/conf"/>
       <mkdir dir="${build.home}/tests"/>
  +    
  +    <available classname="org.beepcore.beep.core.Channel"
  +        classpathref="compile.classpath"
  +        property="BEEPCore.present"/>    
  +    
     </target>
   
   
  @@ -141,6 +146,9 @@
          deprecation="${compile.deprecation}"
             optimize="${compile.optimize}">
         <classpath refid="compile.classpath"/>
  +      <exclude name="org/apache/commons/altrmi/client/impl/beep/*.java" unless="BEEPCore.present" />
  +      <exclude name="org/apache/commons/altrmi/server/impl/beep/*.java" unless="BEEPCore.present" />
  +      <exclude name="org/apache/commons/altrmi/test/Beep*.java" unless="BEEPCore.present" />
       </javac>
       
       <!-- includes="org/apache/commons/altrmi/server/impl/rmi/RmiAltrmiInovcationAdapter.class"> -->
  
  
  

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