[prev in list] [next in list] [prev in thread] [next in thread] 

List:       avalon-cvs
Subject:    cvs commit: jakarta-avalon-excalibur build.xml
From:       neeme () apache ! org
Date:       2001-10-30 22:03:49
[Download RAW message or body]

neeme       01/10/30 14:03:49

  Modified:    .        build.xml
  Log:
  do not try to build org.apache.avalon.excalibur.xml.xpath.JaxenProcessorImpl if no \
Jaxen present in the classpath  
  Revision  Changes    Path
  1.70      +6 -2      jakarta-avalon-excalibur/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/build.xml,v
  retrieving revision 1.69
  retrieving revision 1.70
  diff -u -r1.69 -r1.70
  --- build.xml	2001/10/30 21:22:16	1.69
  +++ build.xml	2001/10/30 22:03:49	1.70
  @@ -169,6 +169,9 @@
       </available>
       <available property="servlet.present" classname="javax.servlet.Servlet">
         <classpath refid="project.class.path"/>
  +    <available property="jaxen.present" classname="org.jaxen.dom.XPath">
  +      <classpath refid="project.class.path"/>
  +    </available>
       </available>
       <available property="jms.present" classname="javax.jms.Queue">
         <classpath refid="project.class.path"/>
  @@ -238,6 +241,9 @@
         <exclude name="org/apache/avalon/excalibur/datasource/InformixDataSource.java"
  unless="informix.present"/>
         <exclude name="org/apache/avalon/excalibur/datasource/Jdbc2Connection.java"/>
  +      <exclude name="**/Jaxen*"              unless="jaxen.present"/>
  +      <exclude name="org/apache/avalon/excalibur/xml/xpath/XPathProcessorImpl.java"
  +               unless="xpath.present"/>
         <exclude name="org/apache/avalon/excalibur/datasource/Jdbc3Connection.java"/>
                
         <exclude name="org/apache/avalon/excalibur/logger/factory/ServletTargetFactory.java"
  unless="servlet.present"/>
  @@ -255,8 +261,6 @@
              optimize="${build.optimize}"
              deprecation="${build.deprecation}">
         <classpath refid="project.class.path" />
  -      <exclude name="org/apache/avalon/excalibur/i18n/XMLResourceBundle.java"
  -               unless="xpath.present"/>
       </javac>
   
       <rmic base="${build.classes}"
  
  
  

--
To unsubscribe, e-mail:   <mailto:avalon-cvs-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:avalon-cvs-help@jakarta.apache.org>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic