On Sunday 10 October 2004 16:20, Niclas Hedhman wrote:
> The following patch to the project model for Logger and SourceResolver is
> probably needed to get Gump working for these two.


Now, this is something needed.
Reflects the Framework API change to get Excalibur to build under Gump, + that 
Fortress Bean was refering to XMLUtil 1.1 which doesn't seem to exist.

Cheers
Niclas
-- 
   +------//-------------------+
  / http://www.bali.ac        /
 / http://niclas.hedhman.org / 
+------//-------------------+
Index: components/sourceresolve/project.xml
===================================================================
--- components/sourceresolve/project.xml	(revision 54509)
+++ components/sourceresolve/project.xml	(working copy)
@@ -42,6 +42,11 @@
             <version>4.1.5</version>
         </dependency>
         <dependency>
+            <groupId>avalon-framework</groupId>
+            <artifactId>avalon-framework-impl</artifactId>
+            <version>4.1.5</version>
+        </dependency>
+        <dependency>
             <id>commons-httpclient</id>
             <version>2.0</version>
         </dependency>
Index: fortress/bean/project.xml
===================================================================
--- fortress/bean/project.xml	(revision 54509)
+++ fortress/bean/project.xml	(working copy)
@@ -72,7 +72,7 @@
         </dependency>
         <dependency>
             <id>excalibur-xmlutil</id>
-            <version>1.1</version>
+            <version>1.2</version>
         </dependency>
         <dependency>
             <groupId>excalibur-pool</groupId>

---------------------------------------------------------------------
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