Hi,

I would like to have the following patch applied, which indeed will fail 
unittests in XMLUtil due to the removal of Saxon dependency, BUT will enable 
Gump to build it, since Gump will provide the classes via classpath.

Once we solved the Saxon6 renaming, I will submit a reversal patch.

Also, I have removed the excalibur-i18n in the Fortress-test.

Cheers
Niclas
-- 
   +------//-------------------+
  / http://www.bali.ac        /
 / http://niclas.hedhman.org / 
+------//-------------------+
Index: fortress/testcase/project.xml
===================================================================
--- fortress/testcase/project.xml	(revision 54961)
+++ fortress/testcase/project.xml	(working copy)
@@ -1,165 +1,160 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- 
-Copyright 2003-2004 The Apache Software Foundation
-Licensed  under the  Apache License,  Version 2.0  (the "License");
-you may not use  this file  except in  compliance with the License.
-You may obtain a copy of the License at 
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed  under the  License is distributed on an "AS IS" BASIS,
-WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
-implied.
-
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<project>
-    <extend>${basedir}/../project-common.xml</extend>
-
-    <name>Excalibur Fortress TestCase</name>
-    <id>excalibur-fortress-testcase</id>
-    
-    <shortDescription>The Excalibur Fortress TestCase</shortDescription>
-    <description>
-        Provides a base FortressTestCase which can be extended to provide
-        Fortress based testing of components as part of a JUnit test suite.
-    </description>
-
-    <dependencies>
-        <!-- Avalon -->
-        <dependency>
-            <groupId>avalon-framework</groupId>
-            <artifactId>avalon-framework-api</artifactId>
-            <version>4.1.5</version>
-        </dependency>
-        <dependency>
-            <groupId>avalon-framework</groupId>
-            <artifactId>avalon-framework-impl</artifactId>
-            <version>4.1.5</version>
-        </dependency>
-        <dependency>
-            <groupId>avalon/logkit</groupId>
-            <artifactId>avalon-logkit</artifactId>
-            <version>20040810104340</version> <!-- 2.1.0 -->
-        </dependency>
-        
-        <!-- Excalibur -->
-        <dependency>
-            <groupId>excalibur-fortress</groupId>
-            <artifactId>excalibur-fortress-container-api</artifactId>
-            <version>1.2</version>
-        </dependency>
-        <dependency>
-            <groupId>excalibur-fortress</groupId>
-            <artifactId>excalibur-fortress-container-impl</artifactId>
-            <version>1.2</version>
-        </dependency>
-        <dependency>
-            <groupId>excalibur-i18n</groupId>
-            <artifactId>excalibur-i18n</artifactId>
-            <version>1.2.0-dev</version>
-        </dependency>
-        <dependency>
-            <groupId>excalibur-instrument</groupId>
-            <artifactId>excalibur-instrument-api</artifactId>
-            <version>1.2-dev</version>
-        </dependency>
-        <dependency>
-            <groupId>excalibur-instrument</groupId>
-            <artifactId>excalibur-instrument-mgr-api</artifactId>
-            <version>1.2-dev</version>
-        </dependency>
-        <dependency>
-            <groupId>excalibur-instrument</groupId>
-            <artifactId>excalibur-instrument-mgr-impl</artifactId>
-            <version>1.2-dev</version>
-        </dependency>
-        <dependency>
-            <groupId>excalibur-lifecycle</groupId>
-            <artifactId>excalibur-lifecycle-api</artifactId>
-            <version>1.1.0</version>
-        </dependency>
-        <dependency>
-            <groupId>excalibur-lifecycle</groupId>
-            <artifactId>excalibur-lifecycle-impl</artifactId>
-            <version>1.1.0</version>
-        </dependency>
-        <dependency>
-            <groupId>excalibur-logger</groupId>
-            <artifactId>excalibur-logger</artifactId>
-            <version>1.2</version>
-        </dependency>
-        <dependency>
-            <groupId>excalibur-pool</groupId>
-            <artifactId>excalibur-pool-api</artifactId>
-            <version>2.0.0</version>
-        </dependency>
-        <dependency>
-            <groupId>excalibur-pool</groupId>
-            <artifactId>excalibur-pool-impl</artifactId>
-            <version>2.0.0</version>
-        </dependency>
-        <dependency>
-            <groupId>excalibur-pool</groupId>
-            <artifactId>excalibur-pool-instrumented</artifactId>
-            <version>2.0.0</version>
-        </dependency>
-        <dependency>
-            <groupId>excalibur-sourceresolve</groupId>
-            <artifactId>excalibur-sourceresolve</artifactId>
-            <version>2.0</version>
-        </dependency>
-        
-        <!-- D-Haven -->
-        <dependency>
-            <groupId>d-haven-event</groupId>
-            <artifactId>d-haven-event</artifactId>
-            <version>1.0.3</version>
-        </dependency>
-        <dependency>
-            <groupId>d-haven-managed-pool</groupId>
-            <artifactId>d-haven-managed-pool</artifactId>
-            <version>1.0</version>
-        </dependency>
-        
-        <!-- Commons -->
-        <dependency>
-            <groupId>commons-beanutils</groupId>
-            <artifactId>commons-beanutils-core</artifactId>
-            <version>1.7.0</version>
-        </dependency>
-        <dependency>
-            <groupId>commons-collections</groupId>
-            <artifactId>commons-collections</artifactId>
-            <version>2.1</version>
-        </dependency>
-        <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-            <version>1.0.3</version>
-        </dependency>
-        
-        <!-- Concurrent Utils -->
-        <dependency>
-            <groupId>concurrent</groupId>
-            <artifactId>concurrent</artifactId>
-            <version>1.3.4</version>
-        </dependency>
-        
-        <!-- BCel -->
-        <dependency>
-            <groupId>bcel</groupId>
-            <artifactId>bcel</artifactId>
-            <version>5.1</version>
-        </dependency>
-        
-        <!-- JUnit -->
-        <dependency>
-            <id>junit</id>
-            <version>3.8</version>
-        </dependency>
-    </dependencies>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+Copyright 2003-2004 The Apache Software Foundation
+Licensed  under the  Apache License,  Version 2.0  (the "License");
+you may not use  this file  except in  compliance with the License.
+You may obtain a copy of the License at 
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed  under the  License is distributed on an "AS IS" BASIS,
+WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
+implied.
+
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<project>
+    <extend>${basedir}/../project-common.xml</extend>
+
+    <name>Excalibur Fortress TestCase</name>
+    <id>excalibur-fortress-testcase</id>
+    
+    <shortDescription>The Excalibur Fortress TestCase</shortDescription>
+    <description>
+        Provides a base FortressTestCase which can be extended to provide
+        Fortress based testing of components as part of a JUnit test suite.
+    </description>
+
+    <dependencies>
+        <!-- Avalon -->
+        <dependency>
+            <groupId>avalon-framework</groupId>
+            <artifactId>avalon-framework-api</artifactId>
+            <version>4.1.5</version>
+        </dependency>
+        <dependency>
+            <groupId>avalon-framework</groupId>
+            <artifactId>avalon-framework-impl</artifactId>
+            <version>4.1.5</version>
+        </dependency>
+        <dependency>
+            <groupId>avalon/logkit</groupId>
+            <artifactId>avalon-logkit</artifactId>
+            <version>20040810104340</version> <!-- 2.1.0 -->
+        </dependency>
+        
+        <!-- Excalibur -->
+        <dependency>
+            <groupId>excalibur-fortress</groupId>
+            <artifactId>excalibur-fortress-container-api</artifactId>
+            <version>1.2</version>
+        </dependency>
+        <dependency>
+            <groupId>excalibur-fortress</groupId>
+            <artifactId>excalibur-fortress-container-impl</artifactId>
+            <version>1.2</version>
+        </dependency>
+        <dependency>
+            <groupId>excalibur-instrument</groupId>
+            <artifactId>excalibur-instrument-api</artifactId>
+            <version>1.2-dev</version>
+        </dependency>
+        <dependency>
+            <groupId>excalibur-instrument</groupId>
+            <artifactId>excalibur-instrument-mgr-api</artifactId>
+            <version>1.2-dev</version>
+        </dependency>
+        <dependency>
+            <groupId>excalibur-instrument</groupId>
+            <artifactId>excalibur-instrument-mgr-impl</artifactId>
+            <version>1.2-dev</version>
+        </dependency>
+        <dependency>
+            <groupId>excalibur-lifecycle</groupId>
+            <artifactId>excalibur-lifecycle-api</artifactId>
+            <version>1.1.0</version>
+        </dependency>
+        <dependency>
+            <groupId>excalibur-lifecycle</groupId>
+            <artifactId>excalibur-lifecycle-impl</artifactId>
+            <version>1.1.0</version>
+        </dependency>
+        <dependency>
+            <groupId>excalibur-logger</groupId>
+            <artifactId>excalibur-logger</artifactId>
+            <version>1.2</version>
+        </dependency>
+        <dependency>
+            <groupId>excalibur-pool</groupId>
+            <artifactId>excalibur-pool-api</artifactId>
+            <version>2.0.0</version>
+        </dependency>
+        <dependency>
+            <groupId>excalibur-pool</groupId>
+            <artifactId>excalibur-pool-impl</artifactId>
+            <version>2.0.0</version>
+        </dependency>
+        <dependency>
+            <groupId>excalibur-pool</groupId>
+            <artifactId>excalibur-pool-instrumented</artifactId>
+            <version>2.0.0</version>
+        </dependency>
+        <dependency>
+            <groupId>excalibur-sourceresolve</groupId>
+            <artifactId>excalibur-sourceresolve</artifactId>
+            <version>2.0</version>
+        </dependency>
+        
+        <!-- D-Haven -->
+        <dependency>
+            <groupId>d-haven-event</groupId>
+            <artifactId>d-haven-event</artifactId>
+            <version>1.0.3</version>
+        </dependency>
+        <dependency>
+            <groupId>d-haven-managed-pool</groupId>
+            <artifactId>d-haven-managed-pool</artifactId>
+            <version>1.0</version>
+        </dependency>
+        
+        <!-- Commons -->
+        <dependency>
+            <groupId>commons-beanutils</groupId>
+            <artifactId>commons-beanutils-core</artifactId>
+            <version>1.7.0</version>
+        </dependency>
+        <dependency>
+            <groupId>commons-collections</groupId>
+            <artifactId>commons-collections</artifactId>
+            <version>2.1</version>
+        </dependency>
+        <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+            <version>1.0.3</version>
+        </dependency>
+        
+        <!-- Concurrent Utils -->
+        <dependency>
+            <groupId>concurrent</groupId>
+            <artifactId>concurrent</artifactId>
+            <version>1.3.4</version>
+        </dependency>
+        
+        <!-- BCel -->
+        <dependency>
+            <groupId>bcel</groupId>
+            <artifactId>bcel</artifactId>
+            <version>5.1</version>
+        </dependency>
+        
+        <!-- JUnit -->
+        <dependency>
+            <id>junit</id>
+            <version>3.8</version>
+        </dependency>
+    </dependencies>
+
+</project>
Index: fortress/testcase/project.xml
===================================================================
--- fortress/testcase/project.xml	(revision 54961)
+++ fortress/testcase/project.xml	(working copy)
@@ -1,165 +1,160 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- 
-Copyright 2003-2004 The Apache Software Foundation
-Licensed  under the  Apache License,  Version 2.0  (the "License");
-you may not use  this file  except in  compliance with the License.
-You may obtain a copy of the License at 
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed  under the  License is distributed on an "AS IS" BASIS,
-WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
-implied.
-
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<project>
-    <extend>${basedir}/../project-common.xml</extend>
-
-    <name>Excalibur Fortress TestCase</name>
-    <id>excalibur-fortress-testcase</id>
-    
-    <shortDescription>The Excalibur Fortress TestCase</shortDescription>
-    <description>
-        Provides a base FortressTestCase which can be extended to provide
-        Fortress based testing of components as part of a JUnit test suite.
-    </description>
-
-    <dependencies>
-        <!-- Avalon -->
-        <dependency>
-            <groupId>avalon-framework</groupId>
-            <artifactId>avalon-framework-api</artifactId>
-            <version>4.1.5</version>
-        </dependency>
-        <dependency>
-            <groupId>avalon-framework</groupId>
-            <artifactId>avalon-framework-impl</artifactId>
-            <version>4.1.5</version>
-        </dependency>
-        <dependency>
-            <groupId>avalon/logkit</groupId>
-            <artifactId>avalon-logkit</artifactId>
-            <version>20040810104340</version> <!-- 2.1.0 -->
-        </dependency>
-        
-        <!-- Excalibur -->
-        <dependency>
-            <groupId>excalibur-fortress</groupId>
-            <artifactId>excalibur-fortress-container-api</artifactId>
-            <version>1.2</version>
-        </dependency>
-        <dependency>
-            <groupId>excalibur-fortress</groupId>
-            <artifactId>excalibur-fortress-container-impl</artifactId>
-            <version>1.2</version>
-        </dependency>
-        <dependency>
-            <groupId>excalibur-i18n</groupId>
-            <artifactId>excalibur-i18n</artifactId>
-            <version>1.2.0-dev</version>
-        </dependency>
-        <dependency>
-            <groupId>excalibur-instrument</groupId>
-            <artifactId>excalibur-instrument-api</artifactId>
-            <version>1.2-dev</version>
-        </dependency>
-        <dependency>
-            <groupId>excalibur-instrument</groupId>
-            <artifactId>excalibur-instrument-mgr-api</artifactId>
-            <version>1.2-dev</version>
-        </dependency>
-        <dependency>
-            <groupId>excalibur-instrument</groupId>
-            <artifactId>excalibur-instrument-mgr-impl</artifactId>
-            <version>1.2-dev</version>
-        </dependency>
-        <dependency>
-            <groupId>excalibur-lifecycle</groupId>
-            <artifactId>excalibur-lifecycle-api</artifactId>
-            <version>1.1.0</version>
-        </dependency>
-        <dependency>
-            <groupId>excalibur-lifecycle</groupId>
-            <artifactId>excalibur-lifecycle-impl</artifactId>
-            <version>1.1.0</version>
-        </dependency>
-        <dependency>
-            <groupId>excalibur-logger</groupId>
-            <artifactId>excalibur-logger</artifactId>
-            <version>1.2</version>
-        </dependency>
-        <dependency>
-            <groupId>excalibur-pool</groupId>
-            <artifactId>excalibur-pool-api</artifactId>
-            <version>2.0.0</version>
-        </dependency>
-        <dependency>
-            <groupId>excalibur-pool</groupId>
-            <artifactId>excalibur-pool-impl</artifactId>
-            <version>2.0.0</version>
-        </dependency>
-        <dependency>
-            <groupId>excalibur-pool</groupId>
-            <artifactId>excalibur-pool-instrumented</artifactId>
-            <version>2.0.0</version>
-        </dependency>
-        <dependency>
-            <groupId>excalibur-sourceresolve</groupId>
-            <artifactId>excalibur-sourceresolve</artifactId>
-            <version>2.0</version>
-        </dependency>
-        
-        <!-- D-Haven -->
-        <dependency>
-            <groupId>d-haven-event</groupId>
-            <artifactId>d-haven-event</artifactId>
-            <version>1.0.3</version>
-        </dependency>
-        <dependency>
-            <groupId>d-haven-managed-pool</groupId>
-            <artifactId>d-haven-managed-pool</artifactId>
-            <version>1.0</version>
-        </dependency>
-        
-        <!-- Commons -->
-        <dependency>
-            <groupId>commons-beanutils</groupId>
-            <artifactId>commons-beanutils-core</artifactId>
-            <version>1.7.0</version>
-        </dependency>
-        <dependency>
-            <groupId>commons-collections</groupId>
-            <artifactId>commons-collections</artifactId>
-            <version>2.1</version>
-        </dependency>
-        <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-            <version>1.0.3</version>
-        </dependency>
-        
-        <!-- Concurrent Utils -->
-        <dependency>
-            <groupId>concurrent</groupId>
-            <artifactId>concurrent</artifactId>
-            <version>1.3.4</version>
-        </dependency>
-        
-        <!-- BCel -->
-        <dependency>
-            <groupId>bcel</groupId>
-            <artifactId>bcel</artifactId>
-            <version>5.1</version>
-        </dependency>
-        
-        <!-- JUnit -->
-        <dependency>
-            <id>junit</id>
-            <version>3.8</version>
-        </dependency>
-    </dependencies>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+Copyright 2003-2004 The Apache Software Foundation
+Licensed  under the  Apache License,  Version 2.0  (the "License");
+you may not use  this file  except in  compliance with the License.
+You may obtain a copy of the License at 
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed  under the  License is distributed on an "AS IS" BASIS,
+WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
+implied.
+
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<project>
+    <extend>${basedir}/../project-common.xml</extend>
+
+    <name>Excalibur Fortress TestCase</name>
+    <id>excalibur-fortress-testcase</id>
+    
+    <shortDescription>The Excalibur Fortress TestCase</shortDescription>
+    <description>
+        Provides a base FortressTestCase which can be extended to provide
+        Fortress based testing of components as part of a JUnit test suite.
+    </description>
+
+    <dependencies>
+        <!-- Avalon -->
+        <dependency>
+            <groupId>avalon-framework</groupId>
+            <artifactId>avalon-framework-api</artifactId>
+            <version>4.1.5</version>
+        </dependency>
+        <dependency>
+            <groupId>avalon-framework</groupId>
+            <artifactId>avalon-framework-impl</artifactId>
+            <version>4.1.5</version>
+        </dependency>
+        <dependency>
+            <groupId>avalon/logkit</groupId>
+            <artifactId>avalon-logkit</artifactId>
+            <version>20040810104340</version> <!-- 2.1.0 -->
+        </dependency>
+        
+        <!-- Excalibur -->
+        <dependency>
+            <groupId>excalibur-fortress</groupId>
+            <artifactId>excalibur-fortress-container-api</artifactId>
+            <version>1.2</version>
+        </dependency>
+        <dependency>
+            <groupId>excalibur-fortress</groupId>
+            <artifactId>excalibur-fortress-container-impl</artifactId>
+            <version>1.2</version>
+        </dependency>
+        <dependency>
+            <groupId>excalibur-instrument</groupId>
+            <artifactId>excalibur-instrument-api</artifactId>
+            <version>1.2-dev</version>
+        </dependency>
+        <dependency>
+            <groupId>excalibur-instrument</groupId>
+            <artifactId>excalibur-instrument-mgr-api</artifactId>
+            <version>1.2-dev</version>
+        </dependency>
+        <dependency>
+            <groupId>excalibur-instrument</groupId>
+            <artifactId>excalibur-instrument-mgr-impl</artifactId>
+            <version>1.2-dev</version>
+        </dependency>
+        <dependency>
+            <groupId>excalibur-lifecycle</groupId>
+            <artifactId>excalibur-lifecycle-api</artifactId>
+            <version>1.1.0</version>
+        </dependency>
+        <dependency>
+            <groupId>excalibur-lifecycle</groupId>
+            <artifactId>excalibur-lifecycle-impl</artifactId>
+            <version>1.1.0</version>
+        </dependency>
+        <dependency>
+            <groupId>excalibur-logger</groupId>
+            <artifactId>excalibur-logger</artifactId>
+            <version>1.2</version>
+        </dependency>
+        <dependency>
+            <groupId>excalibur-pool</groupId>
+            <artifactId>excalibur-pool-api</artifactId>
+            <version>2.0.0</version>
+        </dependency>
+        <dependency>
+            <groupId>excalibur-pool</groupId>
+            <artifactId>excalibur-pool-impl</artifactId>
+            <version>2.0.0</version>
+        </dependency>
+        <dependency>
+            <groupId>excalibur-pool</groupId>
+            <artifactId>excalibur-pool-instrumented</artifactId>
+            <version>2.0.0</version>
+        </dependency>
+        <dependency>
+            <groupId>excalibur-sourceresolve</groupId>
+            <artifactId>excalibur-sourceresolve</artifactId>
+            <version>2.0</version>
+        </dependency>
+        
+        <!-- D-Haven -->
+        <dependency>
+            <groupId>d-haven-event</groupId>
+            <artifactId>d-haven-event</artifactId>
+            <version>1.0.3</version>
+        </dependency>
+        <dependency>
+            <groupId>d-haven-managed-pool</groupId>
+            <artifactId>d-haven-managed-pool</artifactId>
+            <version>1.0</version>
+        </dependency>
+        
+        <!-- Commons -->
+        <dependency>
+            <groupId>commons-beanutils</groupId>
+            <artifactId>commons-beanutils-core</artifactId>
+            <version>1.7.0</version>
+        </dependency>
+        <dependency>
+            <groupId>commons-collections</groupId>
+            <artifactId>commons-collections</artifactId>
+            <version>2.1</version>
+        </dependency>
+        <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+            <version>1.0.3</version>
+        </dependency>
+        
+        <!-- Concurrent Utils -->
+        <dependency>
+            <groupId>concurrent</groupId>
+            <artifactId>concurrent</artifactId>
+            <version>1.3.4</version>
+        </dependency>
+        
+        <!-- BCel -->
+        <dependency>
+            <groupId>bcel</groupId>
+            <artifactId>bcel</artifactId>
+            <version>5.1</version>
+        </dependency>
+        
+        <!-- JUnit -->
+        <dependency>
+            <id>junit</id>
+            <version>3.8</version>
+        </dependency>
+    </dependencies>
+
+</project>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Apache Excalibur Project -- URL: http://excalibur.apache.org/

Reply via email to