Hi Nuwan,

This is due to having checksumPolicy fail in the orbit parent pom. If are
just copying jar files to the repo, change the checksum policy of
orbit-parent pom file to checksumPolicy ignore like
this  <checksumPolicy>ignore</checksumPolicy>

Lahiru

On Fri, Feb 19, 2010 at 9:23 AM, Nuwan Bandara <[email protected]> wrote:

> Hi Ruwan,
>
> +1, I'll work on that.
>
> Regards
> /Nuwan
>
>
> On Fri, Feb 19, 2010 at 8:15 AM, Tyrell Perera <[email protected]> wrote:
>
>>
>>
>> On Fri, Feb 19, 2010 at 2:06 AM, Ruwan Linton <[email protected]> wrote:
>>
>>> Hi Nuwan,
>>>
>>> Is this shindig version (r910768) a custom built one by us??
>>>
>>> If so we need to have the source of that some where, ideally under
>>> trunk/carbon/dependencies/shindig
>>>
>>>
>> +1  It would be easier to track our changes, if we get the need to do
>> them.
>>
>> Tyrell
>>
>>
>>> Thanks,
>>> Ruwan
>>>
>>> Nuwan Bandara 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
>>> >
>>> > Regards
>>> > /Nuwan
>>> >
>>> > On Thu, Feb 18, 2010 at 9:20 PM, Nuwan Bandara <[email protected]
>>> > <mailto:[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]
>>> >     <mailto:[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://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 <http://wso2.com>;  Mobile: +94 77
>>> >         322 1818
>>> >
>>> >         http://www.wso2.com/ - "Lean . Enterprise . Middleware"
>>> >
>>> >         _______________________________________________
>>> >         Carbon-dev mailing list
>>> >         [email protected] <mailto:[email protected]>
>>> >         https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>> >
>>> >
>>> >
>>> >
>>> >     --
>>> >     Nuwan Bandara
>>> >     WSO2 Inc. | http://www.wso2.com
>>> >     email: [email protected] <mailto:[email protected]>
>>> >     mob: +94 772 907 484
>>> >     blog: http://www.nuwanbando.com
>>> >
>>> >
>>> >
>>> >
>>> > --
>>> > Nuwan Bandara
>>> > WSO2 Inc. | http://www.wso2.com
>>> > email: [email protected] <mailto:[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
>>> >
>>>
>>>
>>> --
>>> Ruwan Linton
>>> Technical Lead & Product Manager; WSO2 ESB; http://wso2.org/esb
>>> WSO2 <http://wso2.org/esb%0AWSO2> Inc.; http://wso2.org
>>> email: [email protected]; cell: +94 77 341 3097
>>> blog: http://blog.ruwan.org
>>>
>>> Lean . Enterprise . Middleware
>>>
>>>
>>> _______________________________________________
>>> Carbon-dev mailing list
>>> [email protected]
>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>
>>
>>
>> --
>> Tyrell Perera
>> Technical Lead and Product Manager - WSO2 Mashup Server, WSO2 Gadget
>> Server
>>
>> WSO2, Inc.; http://www.wso2.com/
>> "Lean Enterprise Middleware"
>>
>> http://www.linkedin.com/in/tyrell
>> http://tyrellperera.blogspot.com
>> http://twitter.com/tyrellperera
>>
>> _______________________________________________
>> 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
>
> _______________________________________________
> Carbon-dev mailing list
> [email protected]
> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
Lahiru Gunathilake
Software Engineer - WSO2 Inc.
_______________________________________________
Carbon-dev mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to