bloritsch    2003/06/13 05:37:15

  Modified:    xmlutil  build.xml
  Log:
  make Jaxen integration optional--Jaxen is obviously not interested in making sure it 
works with GUMP
  
  Revision  Changes    Path
  1.47      +2 -0      avalon-excalibur/xmlutil/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/xmlutil/build.xml,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- build.xml 2 Jun 2003 14:17:54 -0000       1.46
  +++ build.xml 13 Jun 2003 12:37:15 -0000      1.47
  @@ -55,6 +55,7 @@
   
       <!-- Checks the environment for existing resources -->
       <target name="check-environment">
  +      <available property="jaxen.present" classname="org.jaxen.dom.DOMXPath"/>
       </target>
   
       <target name="dependencies" description="Check dependencies" 
unless="skip.dependencies">
  @@ -106,6 +107,7 @@
               deprecation="${build.deprecation}"
               target="1.2">
               <classpath refid="project.class.path" />
  +            <exclude name="**/Jaxen*" unless="jaxen.present"/>
               <exclude name="**/test/**"/>
           </javac>
   
  
  
  

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

Reply via email to