You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by cr...@apache.org on 2004/10/30 08:12:17 UTC

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

craigmcc    2004/10/29 23:12:17

  Modified:    resources build.xml
  Log:
  Temporarily exclude the IBatis implementation (and unit tests) so that the
  build will complete successfully.  Ibiblio doesn't have this JAR file (version
  1.2.9) in their repository at the moment, which was causing compile errors
  on Commons Resources.
  
  Revision  Changes    Path
  1.25      +9 -0      jakarta-commons-sandbox/resources/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/resources/build.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- build.xml	8 Jul 2004 16:54:48 -0000	1.24
  +++ build.xml	30 Oct 2004 06:12:17 -0000	1.25
  @@ -44,6 +44,9 @@
             </include>
           </fileset>
         </classpath>
  +      <!-- Exclude Ibatis related classes because ibiblio does not have the
  +           required (1.2.9) JAR file at the moment -->
  +      <exclude name="org/apache/commons/resources/impl/IBatis*.java"/>
       </javac>
       <copy todir="${classesdir}">
         <fileset dir=".">
  @@ -116,6 +119,9 @@
           <fileset dir="src/test">
             <include name="**/*TestCase.java">
             </include>
  +      <!-- Exclude Ibatis related classes because ibiblio does not have the
  +           required (1.2.9) JAR file at the moment -->
  +      <exclude name="org/apache/commons/resources/impl/IBatis*.java"/>
           </fileset>
         </batchtest>
       </junit>
  @@ -136,6 +142,9 @@
           <pathelement path="${classesdir}">
           </pathelement>
         </classpath>
  +      <!-- Exclude Ibatis related classes because ibiblio does not have the
  +           required (1.2.9) JAR file at the moment -->
  +      <exclude name="org/apache/commons/resources/impl/IBatis*.java"/>
       </javac>
       <copy todir="${testclassesdir}">
         <fileset dir="src/test">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org