[embjopr-commits] EMBJOPR SVN: r157 - trunk/jsfunit.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Wed Feb 18 21:57:30 EST 2009


Author: ozizka at redhat.com
Date: 2009-02-18 21:57:30 -0500 (Wed, 18 Feb 2009)
New Revision: 157

Modified:
   trunk/jsfunit/pom.xml
Log:
Added commons-lang dependency (string utils library)

Modified: trunk/jsfunit/pom.xml
===================================================================
--- trunk/jsfunit/pom.xml	2009-02-17 21:32:24 UTC (rev 156)
+++ trunk/jsfunit/pom.xml	2009-02-19 02:57:30 UTC (rev 157)
@@ -95,11 +95,19 @@
          <scope>provided</scope>
          <version>2.8.1</version>
       </dependency>
+
       <dependency>
          <groupId>jdom</groupId>
          <artifactId>jdom</artifactId>
          <version>1.0</version>
       </dependency>
+
+      <dependency>
+         <groupId>commons-lang</groupId>
+         <artifactId>commons-lang</artifactId>
+         <version>2.4</version>
+      </dependency>
+      
    </dependencies>
 
 
@@ -244,6 +252,7 @@
                         <log>${basedir}/target/jboss5.x.logs/cargo.log</log>
                         <timeout>300000</timeout> <!-- 5 minutes -->
                         <systemProperties>
+                           <!-- Used in jboss-log4j.xml. See /testdata/... -->
                            <jboss.server.log.threshold>INFO</jboss.server.log.threshold>
                            <!-- Snoops request and response from client side. Result is in server.log
                            <jsfunit.htmlunitsnooper>enabled</jsfunit.htmlunitsnooper> -->
@@ -323,6 +332,7 @@
                            </includes>
                            <excludes>
                              <exclude>**/as4/**</exclude>
+                             <!-- <exclude>**/as5/*Datasource*</exclude> -->
                              <!-- Temporarily disable as it fails now -->
                              <exclude>**/*ServerNodeSummaryTest*</exclude>
                            </excludes>




More information about the embjopr-commits mailing list