mx4j/build build.xml,1.108,1.109

Simone Bordet <[email protected]> Fri, 18 Feb 2005 15:25:54 +0000
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-serv26661/build

Modified Files:
	build.xml 
Log Message:
Removed references to obsolete code, now deleted.

Index: build.xml
===================================================================
RCS file: /cvsroot/mx4j/mx4j/build/build.xml,v
retrieving revision 1.108
retrieving revision 1.109
diff -C2 -d -r1.108 -r1.109
*** build.xml	16 Feb 2005 15:34:57 -0000	1.108
--- build.xml	18 Feb 2005 15:25:51 -0000	1.109
***************
*** 307,314 ****
           <exclude name="mx4j/tools/remote/rmi/SSL*" unless="jdk14.present"/>
           <exclude name="mx4j/tools/remote/http/jetty/**" unless="jetty.present"/>
-          <exclude name="mx4j/tools/heartbeat/**" if="releasing"/>
-          <exclude name="mx4j/tools/connector/**" if="releasing"/>
-          <exclude name="mx4j/tools/adaptor/rmi/**" if="releasing"/>
-          <exclude name="mx4j/tools/adaptor/interceptor/**" if="releasing"/>
           <exclude name="mx4j/tools/remote/caucho/**" unless="jdk14.present"/>
           <exclude name="mx4j/tools/remote/**/hessian/**" unless="jdk14.present"/>
--- 307,310 ----
***************
*** 320,338 ****
        </javac>
  
-       <rmic base="${tools.classes.dir}" classpathref="classpath" debug="yes" stubversion="1.2">
-          <include name="mx4j/tools/adaptor/rmi/RMIAdaptor.*" unless="releasing"/>
-          <include name="mx4j/tools/connector/rmi/RemoteNotificationListenerImpl.*" unless="releasing"/>
-          <include name="mx4j/tools/connector/rmi/RemoteNotificationFilterImpl.*" unless="releasing"/>
-       </rmic>
-       <rmic base="${tools.classes.dir}" classpathref="classpath" debug="yes" iiop="yes">
-          <include name="mx4j/tools/adaptor/rmi/RMIAdaptor.*" unless="releasing"/>
-          <include name="mx4j/tools/connector/rmi/RemoteNotificationListenerImpl.*" unless="releasing"/>
-          <include name="mx4j/tools/connector/rmi/RemoteNotificationFilterImpl.*" unless="releasing"/>
-          <classpath>
-             <pathelement location="${core.classes.dir}"/>
-             <path refid="classpath"/>
-          </classpath>
-       </rmic>
- 
        <jar jarfile="${tools.jar.file}" manifest="${etc.dir}/MANIFEST.MF">
           <fileset dir="${core.classes.dir}">
--- 316,319 ----
***************
*** 383,390 ****
           <exclude name="test/javax/management/remote/compliance/serialization/support/Optional*"/>
           <exclude name="test/mx4j/tools/jython/**" unless="jython.present"/>
-          <exclude name="test/mx4j/tools/heartbeat/**" if="releasing"/>
-          <exclude name="test/mx4j/tools/connector/**" if="releasing"/>
-          <exclude name="test/mx4j/tools/adaptor/rmi/**" if="releasing"/>
-          <exclude name="test/mx4j/tools/adaptor/interceptor/**" if="releasing"/>
           <exclude name="test/**/*SecurityManager*" unless="jdk14.present"/>
           <exclude name="test/mx4j/tools/remote/soap/**" unless="jetty.present"/>
--- 364,367 ----
***************
*** 624,628 ****
     </target>
  
!    <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"/-->
--- 601,605 ----
     </target>
  
!    <target name="single-test" 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"/-->
***************
*** 643,647 ****
     </target>
  
!    <target name="testreport" description="Executes the tests and generates the reports" depends="tests">
        <mkdir dir="${test.xml.dir}"/>
        <mkdir dir="${test.html.dir}"/>
--- 620,624 ----
     </target>
  
!    <target name="tests-report" description="Executes the tests and generates the reports" depends="tests">
        <mkdir dir="${test.xml.dir}"/>
        <mkdir dir="${test.html.dir}"/>
***************
*** 679,682 ****
--- 656,663 ----
        </junit>
  
+       <antcall target="tests-transform"/>
+    </target>
+ 
+    <target name="tests-transform">
        <junitreport todir="${test.xml.dir}">
           <fileset dir="${test.xml.dir}">
***************
*** 687,691 ****
     </target>
  
!    <target name="testcore" description="Executes the core tests" depends="tests">
        <mkdir dir="${test.xml.dir}"/>
        <mkdir dir="${test.html.dir}"/>
--- 668,672 ----
     </target>
  
!    <target name="tests-core" description="Executes the core tests" depends="tests">
        <mkdir dir="${test.xml.dir}"/>
        <mkdir dir="${test.html.dir}"/>
***************
*** 719,728 ****
        </junit>
  
!       <junitreport todir="${test.xml.dir}">
!          <fileset dir="${test.xml.dir}">
!             <include name="TEST-*.xml"/>
!          </fileset>
!          <report format="frames" styledir="${etc.dir}" todir="${test.html.dir}"/>
!       </junitreport>
     </target>
  
--- 700,704 ----
        </junit>
  
!       <antcall target="tests-transform"/>
     </target>
  



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click