[jboss-svn-commits] JBoss Portal SVN: r5419 - trunk/identity

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Oct 11 11:11:47 EDT 2006


Author: bdaw
Date: 2006-10-11 11:11:45 -0400 (Wed, 11 Oct 2006)
New Revision: 5419

Modified:
   trunk/identity/build.xml
Log:
- cut of nlog4j (apacheds dependency) from tests class path to not clash with lo4j

Modified: trunk/identity/build.xml
===================================================================
--- trunk/identity/build.xml	2006-10-11 15:07:29 UTC (rev 5418)
+++ trunk/identity/build.xml	2006-10-11 15:11:45 UTC (rev 5419)
@@ -197,11 +197,10 @@
 
       <property name="proto-libs" value="${project.root}/proto-libs"/>
 
+
       <execute-tests>
          <x-test>
             <test todir="${test.reports}"  name="org.jboss.portal.test.identity.DBUserTestCase"/>
-            <!--<test todir="${test.reports}"  name="org.jboss.portal.test.identity.LDAPStaticRoleStrategyTestCase"/>
-            <test todir="${test.reports}"  name="org.jboss.portal.test.identity.LDAPStaticGroupStrategyTestCase"/>-->
          </x-test>
          <x-classpath>
             <pathelement location="${build.lib}/portal-identity-lib.jar"/>
@@ -210,6 +209,47 @@
             <pathelement location="${build.resources}/hibernate"/>
 
 
+            <path refid="apache.commons.classpath"/>
+
+            <path refid="dom4j.dom4j.classpath"/>
+            <path refid="jboss.microcontainer.classpath"/>
+            <path refid="jboss.jbossxb.classpath"/>
+            <path refid="apache.xerces.classpath"/>
+            <path refid="oswego.concurrent.classpath"/>
+            <path refid="apache.logging.classpath"/>
+            <path refid="apache.log4j.classpath"/>
+            <path refid="hibernate.hibernate.classpath"/>
+            <path refid="antlr.antlr.classpath"/>
+            <path refid="asm.asm.classpath"/>
+            <path refid="hsqldb.hsqldb.classpath"/>
+            <path refid="apache.collections.classpath"/>
+            <path refid="jbossas/core.libs.classpath"/>
+            <path refid="junit.junit.classpath"/>
+            <path refid="apache.logging.classpath"/>
+            <path refid="cglib.cglib.classpath"/>
+            <path refid="jboss.portal-test.classpath"/>
+            <path refid="jboss.portal-common.classpath"/>
+            <path refid="jboss.portal-jems.classpath"/>
+            <path refid="sleepycat.sleepycat.classpath"/>
+            <path refid="sun.jaf.classpath"/>
+         </x-classpath>
+      </execute-tests>
+
+      <!-- tests that uses apacheds are separate because nlog4j clashes with log4j-->
+      <!--<execute-tests>
+         <x-test>
+
+            <test todir="${test.reports}"  name="org.jboss.portal.test.identity.LDAPStaticRoleStrategyTestCase"/>
+            <test todir="${test.reports}"  name="org.jboss.portal.test.identity.LDAPStaticGroupStrategyTestCase"/>
+            <test todir="${test.reports}"  name="org.jboss.portal.test.identity.LDAPSimpleUserModuleTestCase"/>
+         </x-test>
+         <x-classpath>
+            <pathelement location="${build.lib}/portal-identity-lib.jar"/>
+            <pathelement location="${build.lib}/portal-identity-test-lib.jar"/>
+            <pathelement location="${jboss.portal-test.root}/etc"/>
+            <pathelement location="${build.resources}/hibernate"/>
+
+
             <path refid="apache.directory.classpath"/>
             <path refid="apache.commons.classpath"/>
 
@@ -235,7 +275,7 @@
             <path refid="sleepycat.sleepycat.classpath"/>
             <path refid="sun.jaf.classpath"/>
          </x-classpath>
-      </execute-tests>
+      </execute-tests>-->
    </target>
 
 </project>




More information about the jboss-svn-commits mailing list