sbailliez    01/07/31 01:29:46

  Modified:    .        build.xml
  Log:
  Sitraka JProbe Coverage tasks: covmerge, covreport, coverage
  As it needs a regexp engine, the build.xml is modified to build it only if 
OroMatcher exists in the classpath.
  
  Revision  Changes    Path
  1.163     +4 -0      jakarta-ant/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/build.xml,v
  retrieving revision 1.162
  retrieving revision 1.163
  diff -u -r1.162 -r1.163
  --- build.xml 2001/07/26 15:38:48     1.162
  +++ build.xml 2001/07/31 08:29:46     1.163
  @@ -226,6 +226,7 @@
         <exclude name="${optional.package}/junit/AggregateTransformer.java"
                  unless="xalan.present" />
         <exclude name="${optional.package}/jdepend/*" unless="jdepend.present" 
/>
  +      <exclude name="${optional.packahe}/sitraka/*" 
unless="jakarta.oro.present"/>
       </javac>
       
       <copy todir="${build.classes}">
  @@ -614,6 +615,8 @@
                  unless="jakarta.oro.present" />
         <exclude 
name="org/apache/tools/ant/util/regexp/Jdk14RegexpMatcherTest.java" 
                  unless="jdk1.4+" />
  +      <exclude name="org/apache/tools/ant/taskdefs/optional/sitraka/*.java"
  +                                      unless="jakarta.oro.present" />
       </javac>
     </target>
   
  @@ -674,6 +677,7 @@
             <exclude 
name="org/apache/tools/ant/util/regexp/Jdk14RegexpMatcherTest.java" 
                      unless="jdk1.4+" />
             <exclude name="${optional.package}/ide/VAJExportTest.java" 
unless="vaj.present" />
  +          <exclude name="${optional.package}/sitraka/*.java" 
unless="jakarta.oro.present" />
                      
              <!-- run when you have the environment setup to support them -->
             <exclude 
name="org/apache/tools/ant/taskdefs/optional/net/FtpTest.java" />
  
  
  

Reply via email to