mx4j/build build.xml,1.99,1.100

Simone Bordet <[email protected]>
Newsgroups gmane.comp.java.mx4j.cvs
Message-ID <[email protected]>
Update of /cvsroot/mx4j/mx4j/build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24780/build

Modified Files:
	build.xml 
Log Message:
Running HTTP tests only in JDK 1.4 with Jetty

Index: build.xml
===================================================================
RCS file: /cvsroot/mx4j/mx4j/build/build.xml,v
retrieving revision 1.99
retrieving revision 1.100
diff -C2 -d -r1.99 -r1.100
*** build.xml	10 Aug 2004 13:05:07 -0000	1.99
--- build.xml	10 Aug 2004 14:58:58 -0000	1.100
***************
*** 179,185 ****
        <!-- JAAS flag -->
        <condition property="jaas.present">
!          <and>
!             <available classname="javax.security.auth.Subject" classpathref="lib.classpath"/>
!          </and>
        </condition>
        <antcall target="jaas-present"/>
--- 179,183 ----
        <!-- JAAS flag -->
        <condition property="jaas.present">
!          <available classname="javax.security.auth.Subject" classpathref="lib.classpath"/>
        </condition>
        <antcall target="jaas-present"/>
***************
*** 196,202 ****
        <!-- Jython flag -->
        <condition property="jython.present">
!          <and>
!             <available classname="org.python.util.PythonInterpreter" classpathref="lib.classpath"/>
!          </and>
        </condition>
        <antcall target="jython-present"/>
--- 194,198 ----
        <!-- Jython flag -->
        <condition property="jython.present">
!          <available classname="org.python.util.PythonInterpreter" classpathref="lib.classpath"/>
        </condition>
        <antcall target="jython-present"/>
***************
*** 205,208 ****
--- 201,206 ----
        <condition property="jetty.present">
           <and>
+             <!-- Jetty requires JDK 1.4, at least the version I downloaded -->
+             <available classname="java.util.logging.Logger"/>
              <available classname="org.mortbay.jetty.Server" classpathref="lib.classpath"/>
           </and>
***************
*** 614,618 ****
  
     <target name="singletest" description="Executes the test class defined by the system property 'testname'" depends="tests">
!       <junit printsummary="withOutAndErr" fork="yes" dir="${basedir}">
           <!--sysproperty key="mx4j.log.priority" value="debug"/-->
           <!--sysproperty key="java.security.debug" value="access.failure"/-->
--- 612,616 ----
  
     <target name="singletest" description="Executes the test class defined by the system property 'testname'" depends="tests">
!       <junit printsummary="withOutAndErr" fork="yes" dir="${basedir}" showoutput="yes">
           <!--sysproperty key="mx4j.log.priority" value="debug"/-->
           <!--sysproperty key="java.security.debug" value="access.failure"/-->
***************
*** 652,655 ****
--- 650,656 ----
                 <exclude name="test/mx4j/tools/jython/**" unless="jython.present"/>
                 <exclude name="test/**/*SecurityManager*" unless="jdk14.present"/>
+                <exclude name="test/mx4j/tools/remote/soap/**" unless="jetty.present"/>
+                <exclude name="test/mx4j/tools/remote/burlap/**" unless="jetty.present"/>
+                <exclude name="test/mx4j/tools/remote/hessian/**" unless="jetty.present"/>
              </fileset>
           </batchtest>



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.