I also encountered the above issues a while ago. I did some changes to the
compass pom.xml. I've attached those changes as a patch. Please apply it and
see whether it works. Then we can commit the change.

Thanks
Sameera

On Tue, Jan 19, 2010 at 2:13 PM, Danushka Menikkumbura <[email protected]>wrote:

> I get the following error when I build carbon-orbit.
>
> Error calculating classpath for project MavenProject:
> org.compass-project.wso2:compass:2.0.1.wso2v2 @
> E:\carbon\trunk\carbon-orbit\compass\pom.xml
> Embedded error: error in opening zip file
>
> Please help resolve this issue.
>
> Danushka
>
> --
> Danushka Menikkumbura
> Technical Lead, WSO2 Inc.
>
> blog : http://danushka-menikkumbura.blogspot.com/
>
> http://wso2.com/ - "The Open Source SOA Company"
>
>
>
> _______________________________________________
> Carbon-dev mailing list
> [email protected]
> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
Index: compass/pom.xml
===================================================================
--- compass/pom.xml     (revision 52959)
+++ compass/pom.xml     (working copy)
@@ -40,12 +40,12 @@
         <dependency>
             <groupId>org.apache.poi.wso2</groupId>
             <artifactId>poi</artifactId>
-            <version>${poi.version}.wso2v1</version>
+            <version>${poi.osgi.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.poi.wso2</groupId>
             <artifactId>poi-scratchpad</artifactId>
-            <version>${poi.version}.wso2v1</version>
+            <version>${poi.osgi.version}</version>
         </dependency>
         <dependency>
             <groupId>org.fontbox</groupId>
_______________________________________________
Carbon-dev mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to