A few dependencies have been removed from the component root pom causing the
build to fail. I'm adding them back to the component root pom to prevent
build failures due to problems in poms.

On Sat, Mar 5, 2011 at 9:33 AM, Amila Maha Arachchi <ami...@wso2.com> wrote:

> Fixed. Had to add openid4java to the dependencies list in the build script.
>
> AmilaM.
>
>
> On Sat, Mar 5, 2011 at 8:56 AM, WSO2 Builder <buil...@wso2.org> wrote:
>
>> [INFO] Copying 3 resources
>> Downloading:
>> http://guice-maven.googlecode.com/svn/trunk/org/eclipse/higgins/higgins-configuration-api/SNAPSHOT/higgins-configuration-api-SNAPSHOT.pom
>> [INFO] Unable to find resource
>> 'org.eclipse.higgins:higgins-configuration-api:pom:SNAPSHOT' in repository
>> guice (http://guice-maven.googlecode.com/svn/trunk)
>> Downloading:
>> http://guice-maven.googlecode.com/svn/trunk/org/eclipse/higgins/higgins-sts-api/SNAPSHOT/higgins-sts-api-SNAPSHOT.pom
>> [INFO] Unable to find resource
>> 'org.eclipse.higgins:higgins-sts-api:pom:SNAPSHOT' in repository guice (
>> http://guice-maven.googlecode.com/svn/trunk)
>> Downloading:
>> http://guice-maven.googlecode.com/svn/trunk/org/eclipse/higgins/higgins-sts-common/SNAPSHOT/higgins-sts-common-SNAPSHOT.pom
>> [INFO] Unable to find resource
>> 'org.eclipse.higgins:higgins-sts-common:pom:SNAPSHOT' in repository guice (
>> http://guice-maven.googlecode.com/svn/trunk)
>> Downloading:
>> http://guice-maven.googlecode.com/svn/trunk/org/eclipse/higgins/higgins-sts-server-token-handler/SNAPSHOT/higgins-sts-server-token-handler-SNAPSHOT.pom
>> [INFO] Unable to find resource
>> 'org.eclipse.higgins:higgins-sts-server-token-handler:pom:SNAPSHOT' in
>> repository guice (http://guice-maven.googlecode.com/svn/trunk)
>> Downloading:
>> http://guice-maven.googlecode.com/svn/trunk/org/eclipse/higgins/higgins-sts-spi/SNAPSHOT/higgins-sts-spi-SNAPSHOT.pom
>> [INFO] Unable to find resource
>> 'org.eclipse.higgins:higgins-sts-spi:pom:SNAPSHOT' in repository guice (
>> http://guice-maven.googlecode.com/svn/trunk)
>> Downloading:
>> http://guice-maven.googlecode.com/svn/trunk/jetty/jetty/6.0.2/jetty-6.0.2.pom
>> [INFO] Unable to find resource 'jetty:jetty:pom:6.0.2' in repository guice
>> (http://guice-maven.googlecode.com/svn/trunk)
>> Downloading:
>> http://repo1.maven.org/maven2/jetty/jetty/6.0.2/jetty-6.0.2.pom
>> [INFO] Unable to find resource 'jetty:jetty:pom:6.0.2' in repository
>> central (http://repo1.maven.org/maven2)
>> Downloading:
>> http://guice-maven.googlecode.com/svn/trunk/jetty/jetty-util/6.0.2/jetty-util-6.0.2.pom
>> [INFO] Unable to find resource 'jetty:jetty-util:pom:6.0.2' in repository
>> guice (http://guice-maven.googlecode.com/svn/trunk)
>> Downloading:
>> http://repo1.maven.org/maven2/jetty/jetty-util/6.0.2/jetty-util-6.0.2.pom
>> [INFO] Unable to find resource 'jetty:jetty-util:pom:6.0.2' in repository
>> central (http://repo1.maven.org/maven2)
>> Downloading:
>> http://guice-maven.googlecode.com/svn/trunk/org/eclipse/higgins/higgins-configuration-api/SNAPSHOT/higgins-configuration-api-SNAPSHOT.jar
>> [INFO] Unable to find resource
>> 'org.eclipse.higgins:higgins-configuration-api:jar:SNAPSHOT' in repository
>> guice (http://guice-maven.googlecode.com/svn/trunk)
>> Downloading:
>> http://guice-maven.googlecode.com/svn/trunk/org/eclipse/higgins/higgins-sts-api/SNAPSHOT/higgins-sts-api-SNAPSHOT.jar
>> [INFO] Unable to find resource
>> 'org.eclipse.higgins:higgins-sts-api:jar:SNAPSHOT' in repository guice (
>> http://guice-maven.googlecode.com/svn/trunk)
>> Downloading:
>> http://guice-maven.googlecode.com/svn/trunk/org/eclipse/higgins/higgins-sts-common/SNAPSHOT/higgins-sts-common-SNAPSHOT.jar
>> [INFO] Unable to find resource
>> 'org.eclipse.higgins:higgins-sts-common:jar:SNAPSHOT' in repository guice (
>> http://guice-maven.googlecode.com/svn/trunk)
>> Downloading:
>> http://guice-maven.googlecode.com/svn/trunk/org/eclipse/higgins/higgins-sts-server-token-handler/SNAPSHOT/higgins-sts-server-token-handler-SNAPSHOT.jar
>> [INFO] Unable to find resource
>> 'org.eclipse.higgins:higgins-sts-server-token-handler:jar:SNAPSHOT' in
>> repository guice (http://guice-maven.googlecode.com/svn/trunk)
>> Downloading:
>> http://guice-maven.googlecode.com/svn/trunk/org/eclipse/higgins/higgins-sts-spi/SNAPSHOT/higgins-sts-spi-SNAPSHOT.jar
>> [INFO] Unable to find resource
>> 'org.eclipse.higgins:higgins-sts-spi:jar:SNAPSHOT' in repository guice (
>> http://guice-maven.googlecode.com/svn/trunk)
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] BUILD ERROR
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Failed to resolve artifact.
>>
>> Missing:
>> ----------
>> 1) org.eclipse.higgins:higgins-configuration-api:jar:SNAPSHOT
>>
>>  Try downloading the file manually from the project website.
>>
>>  Then, install it using the command:
>>      mvn install:install-file -DgroupId=org.eclipse.higgins
>> -DartifactId=higgins-configuration-api -Dversion=SNAPSHOT -Dpackaging=jar
>> -Dfile=/path/to/file
>>
>>  Alternatively, if you host your own repository you can deploy the file
>> there:
>>      mvn deploy:deploy-file -DgroupId=org.eclipse.higgins
>> -DartifactId=higgins-configuration-api -Dversion=SNAPSHOT -Dpackaging=jar
>> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>>
>>  Path to dependency:
>>        1) org.openid4java:openid4java-nodeps:jar:0.9.6
>>        2) org.eclipse.higgins:higgins-configuration-api:jar:SNAPSHOT
>>
>> 2) org.eclipse.higgins:higgins-sts-api:jar:SNAPSHOT
>>
>>  Try downloading the file manually from the project website.
>>
>>  Then, install it using the command:
>>      mvn install:install-file -DgroupId=org.eclipse.higgins
>> -DartifactId=higgins-sts-api -Dversion=SNAPSHOT -Dpackaging=jar
>> -Dfile=/path/to/file
>>
>>  Alternatively, if you host your own repository you can deploy the file
>> there:
>>      mvn deploy:deploy-file -DgroupId=org.eclipse.higgins
>> -DartifactId=higgins-sts-api -Dversion=SNAPSHOT -Dpackaging=jar
>> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>>
>>  Path to dependency:
>>        1) org.openid4java:openid4java-nodeps:jar:0.9.6
>>        2) org.eclipse.higgins:higgins-sts-api:jar:SNAPSHOT
>>
>> 3) org.eclipse.higgins:higgins-sts-common:jar:SNAPSHOT
>>
>>  Try downloading the file manually from the project website.
>>
>>  Then, install it using the command:
>>      mvn install:install-file -DgroupId=org.eclipse.higgins
>> -DartifactId=higgins-sts-common -Dversion=SNAPSHOT -Dpackaging=jar
>> -Dfile=/path/to/file
>> _______________________________________________
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>
>
> _______________________________________________
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
Regards,

Tharindu Mathew

Software Engineer,
WSO2 Inc.,
http://wso2.com
_______________________________________________
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to