[jboss-cvs] JBossAS SVN: r95195 - in branches/JBPAPP_5_0: testsuite and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 20 14:49:34 EDT 2009


Author: jason.greene at jboss.com
Date: 2009-10-20 14:49:33 -0400 (Tue, 20 Oct 2009)
New Revision: 95195

Modified:
   branches/JBPAPP_5_0/build/build-distr.xml
   branches/JBPAPP_5_0/testsuite/build.xml
Log:
Disable jmx-remoting.sar and move to docs/examples
(Security Reasons)


Modified: branches/JBPAPP_5_0/build/build-distr.xml
===================================================================
--- branches/JBPAPP_5_0/build/build-distr.xml	2009-10-20 18:43:36 UTC (rev 95194)
+++ branches/JBPAPP_5_0/build/build-distr.xml	2009-10-20 18:49:33 UTC (rev 95195)
@@ -66,8 +66,8 @@
     <property name="_module.output" override="true" value="${project.root}/${_module.name}/output"/>
 
     <!-- Copy the generated libraries -->
-    <mkdir dir="${install.all.lib}"/>
-    <copy todir="${install.all.lib}" filtering="no">
+    <mkdir dir="${install.examples}/${_module.name}"/>
+    <copy todir="${install.examples}/${_module.name}" filtering="no">
       <fileset dir="${_module.output}/lib">
         <include name="jboss-jmx-remoting.jar"/>
       </fileset>
@@ -76,8 +76,8 @@
 
   <target name="_module-jmx-remoting-all" depends="_module-jmx-remoting-most">
     <!-- Copy the generated javadocs -->
-    <mkdir dir="${install.api}/${_module.name}"/>
-    <copy todir="${install.api}/${_module.name}" filtering="no">
+    <mkdir dir="${install.examples}/${_module.name}"/>
+    <copy todir="${install.examples}/${_module.name}" filtering="no">
       <fileset dir="${_module.output}/api">
         <include name="**/*"/>
       </fileset>
@@ -87,8 +87,8 @@
 
   <target name="_module-jbossas/jmx-remoting-all" depends="_module-jbossas/jmx-remoting-most">
     <!-- Copy the generated javadocs -->
-    <mkdir dir="${install.api}/${_module.name}"/>
-    <copy todir="${install.api}/${_module.name}" filtering="no">
+    <mkdir dir="${install.examples}/$_module.name}"/>
+    <copy todir="${install.examples}/${_module.name}" filtering="no">
       <fileset dir="${_module.output}/api">
         <include name="**/*"/>
       </fileset>
@@ -100,9 +100,7 @@
     <property name="_module.name" value="jbossas/jmx-remoting" override="true"/>
     <property name="_module.output" override="true" value="${project.root}/${_module.name}/output"/>
 
-    <unjar src="${project.root}/${_module.name}/output/lib/jmx-remoting.sar" dest="${install.default}/deploy/jmx-remoting.sar"/>
-    <unjar src="${project.root}/${_module.name}/output/lib/jmx-remoting.sar" dest="${install.all}/deploy/jmx-remoting.sar"/>
-
+    <unjar src="${project.root}/${_module.name}/output/lib/jmx-remoting.sar" dest="${install.examples}/jmx-remoting/jmx-remoting.sar"/>
   </target>
 
   <!-- ======== -->
@@ -1254,7 +1252,6 @@
     <copy todir="${install.server}/all/deployers/jboss-threads.deployer/META-INF">
       <fileset dir="${_module.output}/resources/threads"/>
     </copy>
-
     <copy todir="${install.common.lib}">
       <fileset dir="${org.objectweb.asm.lib}">
          <include name="asm.jar" />

Modified: branches/JBPAPP_5_0/testsuite/build.xml
===================================================================
--- branches/JBPAPP_5_0/testsuite/build.xml	2009-10-20 18:43:36 UTC (rev 95194)
+++ branches/JBPAPP_5_0/testsuite/build.xml	2009-10-20 18:49:33 UTC (rev 95195)
@@ -1345,6 +1345,9 @@
    	  <!-- JBAS-6792 fix temporarily reverted -->
       <!--exclude name="org/jboss/test/cluster/defaultcfg/test/HAServiceUnitTestCase.class"/>
       <exclude name="org/jboss/test/cluster/defaultcfg/test/HASingletonUnitTestCase.class"/-->
+
+      <!-- jmx-remoting.sar is now disabled for security reasons -->
+      <exclude name="org/jboss/test/jmx/test/JMXConnectorUnitTestCase.class"/>
    </patternset>
 
    <patternset id="aop-with-classloader.excludes">




More information about the jboss-cvs-commits mailing list