to get merlin build via maven I needed to fix to project.xml files see attachment
(and delete extension/src/test/org/apache/avalon/extension/test/PackageRepositoryTestCase.java which has a path problem)


then there is no need of

avalon-extension-api-1.0.jar

anymore


Kristian


Vinay wrote:

Steve,

Can you upload avalon-extension-api-1.0.jar to ibiblio's maven repo.

Referenced from : merlin/extension/project.xml

Regards,
Vinay


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Index: merlin-core/project.xml
===================================================================
RCS file: /home/cvspublic/avalon-sandbox/merlin/merlin-core/project.xml,v
retrieving revision 1.9
diff -u -r1.9 project.xml
--- merlin-core/project.xml     23 Jun 2003 02:37:49 -0000      1.9
+++ merlin-core/project.xml     24 Jun 2003 06:44:35 -0000
@@ -101,7 +101,7 @@
     
     <dependency>
       <groupId>avalon-extension</groupId>
-      <artifactId>avalon-extension-api</artifactId>
+      <artifactId>avalon-extension-spi</artifactId>
       <version>1.0</version>
     </dependency>
     <dependency>
Index: extension/project.xml
===================================================================
RCS file: /home/cvspublic/avalon-sandbox/merlin/extension/project.xml,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 project.xml
--- extension/project.xml       23 Jun 2003 02:02:07 -0000      1.1.1.1
+++ extension/project.xml       24 Jun 2003 06:44:35 -0000
@@ -22,7 +22,7 @@
 
     <dependency>
       <groupId>avalon-extension</groupId>
-      <artifactId>avalon-extension-api</artifactId>
+      <artifactId>avalon-extension-spi</artifactId>
       <version>1.0</version>
     </dependency>
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to