Hi,

The pom.xml of Carbon Orbit trunk references a property named
"version.commons.logging". But this doesn't seems to be defined anywhere. As
a result I'm getting the following error when trying to build the Orbit:

[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) commons-logging:commons-logging:jar:${version.commons.logging}

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=commons-logging
-DartifactId=commons-logging -Dversion=${version.commons.logging}
-Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file
there:
      mvn deploy:deploy-file -DgroupId=commons-logging
-DartifactId=commons-logging -Dversion=${version.commons.logging}
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
   1) org.apache.ws.commons.axiom.wso2:axiom:bundle:${orbit.version.axiom}
   2) org.apache.ws.commons.axiom:axiom-impl:jar:1.2.11
   3) commons-logging:commons-logging:jar:${version.commons.logging}



Thanks
-- 
Hiranya Jayathilaka
Senior Software Engineer;
WSO2 Inc.;  http://wso2.org
E-mail: [email protected];  Mobile: +94 77 633 3491
Blog: http://techfeast-hiranya.blogspot.com
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to