You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Andrew Savory <an...@luminas.co.uk> on 2007/03/19 00:33:46 UTC

2.2 failing to build: scratchpad-impl, excalibur-sourceresolve

Hi,

Trying to do a clean build of C2.2 I'm seeing errors building  
scratchpad-impl because of a missing excalibur-sourceresolve 2.1 ..  
on looking on maven repositories, 2.1 is not available, only 2.2.1 [1]

I'm not sure what's going on in the scratchpad stuff, but this seems  
to fix it:

Index: blocks/cocoon-scratchpad/cocoon-scratchpad-impl/pom.xml
===================================================================
--- blocks/cocoon-scratchpad/cocoon-scratchpad-impl/pom.xml      
(revision 519723)
+++ blocks/cocoon-scratchpad/cocoon-scratchpad-impl/pom.xml      
(working copy)
@@ -76,9 +76,9 @@
        <version>1.0</version>
      </dependency>
      <dependency>
-      <groupId>org.apache.excalibur.components.sourceresolve</groupId>
+      <groupId>org.apache.excalibur.components</groupId>
        <artifactId>excalibur-sourceresolve</artifactId>
-      <version>2.1</version>
+      <version>2.2.1</version>
        <exclusions>
          <exclusion>
            <groupId>d-haven-managed-pool</groupId>


Can someone that's working on that stuff verify it's ok to commit  
this? Jorg?


[1] http://mirrors.dotsrc.org/maven2/org/apache/excalibur/components/ 
excalibur-sourceresolve/2.2.1/

Thanks,

Andrew.
--
Andrew Savory, Managing Director, Luminas Limited
Tel: +44 (0)870 741 6658  Fax: +44 (0)700 598 1135
Web: http://www.luminas.co.uk/
Sourcesense: http://www.sourcesense.com/



Re: 2.2 failing to build: scratchpad-impl, excalibur-sourceresolve

Posted by Andrew Savory <an...@luminas.co.uk>.
Hi Grzegorz,

On 18 Mar 2007, at 23:41, Grzegorz Kossakowski wrote:

> 2.1 is available under this url:
> http://repo1.maven.org/maven2/excalibur-sourceresolve/excalibur- 
> sourceresolve/2.1/

Ah, I missed that -- I was looking under org/apache/excalibur, and  
couldn't see it there ...


> I'm not sure either if we could use 2.2.1. I'll give it a try and  
> see if
> build fails for me also.

It builds fine with 2.2.1 -- but I've not tested yet to see if  
everything works.


Thanks,

Andrew.
--
Andrew Savory, Managing Director, Luminas Limited
Tel: +44 (0)870 741 6658  Fax: +44 (0)700 598 1135
Web: http://www.luminas.co.uk/
Sourcesense: http://www.sourcesense.com/



Re: 2.2 failing to build: scratchpad-impl, excalibur-sourceresolve

Posted by Jorg Heymans <jh...@apache.org>.
Reinhard Poetz wrote:

> Please don't use this. Only use the excalibur/avalon artifacts under 
> org.apache.avaon/excalibur. Using 2.2.1 is correct.
> 

That would've been my answer too :-)

Thanks for spotting this Andrew.


Jorg


Re: 2.2 failing to build: scratchpad-impl, excalibur-sourceresolve

Posted by Reinhard Poetz <re...@apache.org>.
Grzegorz Kossakowski wrote:
> Andrew Savory napisał(a):
>> Hi,
>>
>> Trying to do a clean build of C2.2 I'm seeing errors building
>> scratchpad-impl because of a missing excalibur-sourceresolve 2.1 .. on
>> looking on maven repositories, 2.1 is not available, only 2.2.1 [1]
>>
> 2.1 is available under this url:
> http://repo1.maven.org/maven2/excalibur-sourceresolve/excalibur-sourceresolve/2.1/
> I'm not sure either if we could use 2.2.1. I'll give it a try and see if
> build fails for me also.
> 

Please don't use this. Only use the excalibur/avalon artifacts under 
org.apache.avaon/excalibur. Using 2.2.1 is correct.

-- 
Reinhard Pötz           Independent Consultant, Trainer & (IT)-Coach 

{Software Engineering, Open Source, Web Applications, Apache Cocoon}

                                        web(log): http://www.poetz.cc
--------------------------------------------------------------------



	
		
___________________________________________________________ 
Der fr�he Vogel f�ngt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de

Re: 2.2 failing to build: scratchpad-impl, excalibur-sourceresolve

Posted by Grzegorz Kossakowski <gk...@apache.org>.
Andrew Savory napisał(a):
> Hi,
>
> Trying to do a clean build of C2.2 I'm seeing errors building
> scratchpad-impl because of a missing excalibur-sourceresolve 2.1 .. on
> looking on maven repositories, 2.1 is not available, only 2.2.1 [1]
>
2.1 is available under this url:
http://repo1.maven.org/maven2/excalibur-sourceresolve/excalibur-sourceresolve/2.1/
I'm not sure either if we could use 2.2.1. I'll give it a try and see if
build fails for me also.

-- 
Grzegorz Kossakowski