Hello Sean,

this test doesn't run in my environment perhaps for other users too.

Regards

Bernd

Sean Schofield schrieb:
Bernd,

Do we still need this exclusion?  The tests seemed to be running ok (no errors).

Sean

On 1/17/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Author: bommel
Date: Tue Jan 17 11:26:42 2006
New Revision: 369884

URL: http://svn.apache.org/viewcvs?rev=369884&view=rev
Log:
exclude the StateUtilsAES test
fixed some scm urls

Modified:
   myfaces/commons/trunk/pom.xml

Modified: myfaces/commons/trunk/pom.xml
URL: 
http://svn.apache.org/viewcvs/myfaces/commons/trunk/pom.xml?rev=369884&r1=369883&r2=369884&view=diff
==============================================================================
--- myfaces/commons/trunk/pom.xml (original)
+++ myfaces/commons/trunk/pom.xml Tue Jan 17 11:26:42 2006
@@ -15,17 +15,18 @@
  <parent>
    <groupId>org.apache.myfaces.maven</groupId>
    <artifactId>myfaces-master</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
  </parent>

  <dependencies>

    <dependency>
-       <!-- NOTE: Commons requires an api to compile against so we'll use the old 
1.1.1 version -->
-           <groupId>myfaces</groupId>
-           <artifactId>myfaces-api</artifactId>
-           <version>1.1.1</version>
-                       <!--
+      <!-- NOTE: Commons requires an api to compile against
+           so we'll use the old 1.1.1 version -->
+      <groupId>myfaces</groupId>
+      <artifactId>myfaces-api</artifactId>
+      <version>1.1.1</version>
+      <!--
      <groupId>org.apache.myfaces</groupId>
      <artifactId>myfaces-api</artifactId>
      <version>${version}</version>
@@ -125,6 +126,27 @@
    </dependency>

  </dependencies>
+
+  <build>
+
+    <plugins>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.1.2</version>
+        <configuration>
+          <!-- you most enable unlimited strength jurisdiction
+               for the test see comment in the test case -->
+          <excludes>
+            <exclude>**/*StateUtilsAES_CBCTestCase*</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+
+    </plugins>
+
+  </build>

  <profiles>
    <profile>





--
Dipl.-Ing. Bernd Bohmann - Atanion GmbH - Software Development
Bismarckstr. 13, 26122 Oldenburg, http://www.atanion.com
phone: +49 441 4082312, mobile: +49 173 8839471, fax: +49 441 4082333

Reply via email to