User: starksm 
  Date: 01/03/26 22:45:59

  Modified:    src/build run_tests.xml
  Log:
  Remove parser.jar as it no longer exists
  Add comments on how to setup the security tests
  
  Revision  Changes    Path
  1.4       +9 -6      jbosstest/src/build/run_tests.xml
  
  Index: run_tests.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/src/build/run_tests.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- run_tests.xml     2001/03/26 14:42:57     1.3
  +++ run_tests.xml     2001/03/27 06:45:59     1.4
  @@ -58,7 +58,6 @@
        <pathelement path="${jboss.client}/jbosssx-client.jar" />
        <pathelement path="${jboss.lib}/jaxp.jar" />
        <pathelement path="${jboss.lib}/crimson.jar" />
  -     <pathelement path="${jboss.lib}/parser.jar" />
           <pathelement path="${jboss.lib}/jaas.jar" />
           <pathelement path="${jboss.lib}/jmxri.jar" />
        <pathelement path="${jboss.lib.ext}/ejb.jar" />
  @@ -97,7 +96,15 @@
           </junit>
       </target>
   
  -    <!-- Run security tests with different vm setup -->
  +    <!-- Run security tests with different vm setup.
  +      The following needs to be configured in the JBoss server dist before
  +      these tests will run correctly:
  +      1. Uncomment all mbeans in the jboss.jcml security section
  +      2. Copy server.policy and sample_policy.xml from resources/security to
  +         the jboss conf/default directory
  +      3. Copy the SRPVerifierStore.ser file from resources/security to the
  +         jboss bin directory
  +    -->
       <target name="security-tests">
           <!-- We need to jar this test up so that the Main2.SecurityDelegate
         class is in a speparate jar so that it has a codesource distinct from
  @@ -168,10 +175,7 @@
               </classpath>
               <formatter type="plain" usefile="false" />
   
  -            <test name="org.jboss.test.security.test.TestProjRepository" />
  -<!--
               <test name="org.jboss.test.security.test.TestNamespacePermissions" />
  --->
           </junit>
       </target>
   
  @@ -201,7 +205,6 @@
                   <pathelement path="${lib.dir}/optional.jar" />
                   <pathelement path="${src.lib.dir}/junit.jar" />
                   <pathelement path="${jboss.lib}/jaxp.jar" />
  -                <pathelement path="${jboss.lib}/parser.jar" />
                   <pathelement path="${jboss.lib}/jaas.jar" />
                   <pathelement path="${jboss.lib.ext}/jbosssx.jar" />
                   <pathelement path="${jboss.home}/client/jbosssx-client.jar" />
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to