Changing the checksum policy of orbit-parent pom file to checksumPolicy
ignore and rebuilding (online) is worked for me.
----
(orbit/pom.xml)
  <checksumPolicy>ignore</checksumPolicy>
----
On Sun, Feb 21, 2010 at 8:07 PM, Samisa Abeysinghe <[email protected]> wrote:

>
>
> On Thu, Feb 18, 2010 at 11:29 PM, Nuwan Bandara <[email protected]> wrote:
>
>> Hi,
>>
>> There seems to be a build error. The issue is one of the artifacts haven't
>> been uploaded to our wso2 repository.
>> [1]
>> http://dist.wso2.org/maven2/org/apache/shindig/shindig-common/r910768/
>>
>> @Chamith can you please upload the common jar
>>
>
> Is this done? I still get the same error trying to build alpha packs
>
> Can you please tell me how to get he build working?
>
> Samisa...
>
>
>>
>> Regards
>> /Nuwan
>>
>>
>> On Thu, Feb 18, 2010 at 9:20 PM, Nuwan Bandara <[email protected]> wrote:
>>
>>> Hi Senaka,
>>>
>>> We did a version change in shindig, follow the steps and you should be
>>> fine :)
>>>
>>> [1] Take an up of orbit/shindig. build it online.
>>> [2] Take an up of components/dashboard - build it
>>> [3] Take an up of features/dashboard - build it.
>>>
>>> Regards
>>> /Nuwan
>>>
>>> On Thu, Feb 18, 2010 at 9:15 PM, Senaka Fernando <[email protected]>wrote:
>>>
>>>> When I took an svn update and did an online build, I got this error.
>>>>
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [ERROR] BUILD ERROR
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] Failed to resolve artifact.
>>>>
>>>> Missing:
>>>> ----------
>>>> 1) org.apache.shindig:shindig-features:jar:r910768
>>>>
>>>>   Try downloading the file manually from the project website.
>>>>
>>>>   Then, install it using the command:
>>>>       mvn install:install-file -DgroupId=org.apache.shindig
>>>> -DartifactId=shindig-features -Dversion=r910768 -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.apache.shindig
>>>> -DartifactId=shindig-features -Dversion=r910768 -Dpackaging=jar
>>>> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>>>>
>>>>   Path to dependency:
>>>>       1) org.apache.shindig.wso2:shindig:bundle:1.1.0.wso2v1
>>>>       2) org.apache.shindig:shindig-features:jar:r910768
>>>>
>>>> 2) org.apache.shindig:shindig-common:jar:r910768
>>>>
>>>>   Try downloading the file manually from the project website.
>>>>
>>>>   Then, install it using the command:
>>>>       mvn install:install-file -DgroupId=org.apache.shindig
>>>> -DartifactId=shindig-common -Dversion=r910768 -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.apache.shindig
>>>> -DartifactId=shindig-common -Dversion=r910768 -Dpackaging=jar
>>>> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>>>>
>>>>   Path to dependency:
>>>>       1) org.apache.shindig.wso2:shindig:bundle:1.1.0.wso2v1
>>>>       2) org.apache.shindig:shindig-common:jar:r910768
>>>>
>>>> 3) org.apache.shindig:shindig-gadgets:jar:r910768
>>>>
>>>>   Try downloading the file manually from the project website.
>>>>
>>>>   Then, install it using the command:
>>>>       mvn install:install-file -DgroupId=org.apache.shindig
>>>> -DartifactId=shindig-gadgets -Dversion=r910768 -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.apache.shindig
>>>> -DartifactId=shindig-gadgets -Dversion=r910768 -Dpackaging=jar
>>>> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>>>>
>>>>   Path to dependency:
>>>>       1) org.apache.shindig.wso2:shindig:bundle:1.1.0.wso2v1
>>>>       2) org.apache.shindig:shindig-gadgets:jar:r910768
>>>>
>>>> 4) org.apache.shindig:shindig-social-api:jar:r910768
>>>>
>>>>   Try downloading the file manually from the project website.
>>>>
>>>>   Then, install it using the command:
>>>>       mvn install:install-file -DgroupId=org.apache.shindig
>>>> -DartifactId=shindig-social-api -Dversion=r910768 -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.apache.shindig
>>>> -DartifactId=shindig-social-api -Dversion=r910768 -Dpackaging=jar
>>>> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>>>>
>>>>   Path to dependency:
>>>>       1) org.apache.shindig.wso2:shindig:bundle:1.1.0.wso2v1
>>>>       2) org.apache.shindig:shindig-social-api:jar:r910768
>>>>
>>>> ----------
>>>> 4 required artifacts are missing.
>>>>
>>>> for artifact:
>>>>   org.apache.shindig.wso2:shindig:bundle:1.1.0.wso2v1
>>>>
>>>> from the specified remote repositories:
>>>>   wso2-maven2-snapshot-repository (
>>>> http://dist.wso2.org/snapshots/maven2),
>>>>   central (http://repo1.maven.org/maven2),
>>>>   wso2-maven2-repository (http://dist.wso2.org/maven2),
>>>>   java.net (http://download.java.net/maven/2/),
>>>>   caja (http://google-caja.googlecode.com/svn/maven),
>>>>   oauth (http://oauth.googlecode.com/svn/code/maven),
>>>>   guice (http://guice-maven.googlecode.com/svn/trunk/)
>>>>
>>>>
>>>>
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] For more information, run Maven with the -e switch
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] Total time: 7 minutes 26 seconds
>>>> [INFO] Finished at: Thu Feb 18 21:09:07 IST 2010
>>>> [INFO] Final Memory: 22M/329M
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>>
>>>> Thanks,
>>>> Senaka.
>>>>
>>>> --
>>>> Senaka Fernando
>>>> Software Engineer
>>>> WSO2 Inc.
>>>> E-mail: senaka AT wso2.com;  Mobile: +94 77 322 1818
>>>>
>>>> http://www.wso2.com/ - "Lean . Enterprise . Middleware"
>>>>
>>>> _______________________________________________
>>>> Carbon-dev mailing list
>>>> [email protected]
>>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>
>>>>
>>>
>>>
>>> --
>>> Nuwan Bandara
>>> WSO2 Inc. | http://www.wso2.com
>>> email: [email protected]
>>> mob: +94 772 907 484
>>> blog: http://www.nuwanbando.com
>>>
>>
>>
>>
>> --
>> Nuwan Bandara
>> WSO2 Inc. | http://www.wso2.com
>> email: [email protected]
>> mob: +94 772 907 484
>> blog: http://www.nuwanbando.com
>>
>> _______________________________________________
>> Carbon-dev mailing list
>> [email protected]
>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> Samisa Abeysinghe
> Director, Engineering - WSO2 Inc.
>
> http://wso2.com/ - "lean . enterprise . middleware"
>
> _______________________________________________
> Carbon-dev mailing list
> [email protected]
> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
_______________________________________________
Carbon-dev mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to