I wonder how the svn up done by me in dependencies/cassandra worked :o

On Thu, May 5, 2011 at 9:54 AM, Amila Maha Arachchi <[email protected]> wrote:

> Hi Infra team,
>
> Please have a look ASAP.
>
> Thanks,
> AmilaM.
>
>
> On Thu, May 5, 2011 at 9:53 AM, Amila Maha Arachchi <[email protected]>wrote:
>
>>
>>
>> On Thu, May 5, 2011 at 9:43 AM, Samisa Abeysinghe <[email protected]>wrote:
>>
>>> Can you try logging into the local builder please?
>>
>>
>> I logged in and then I saw dependencies/cassandra pom was not up to date.
>> I did a svn up and built it and then build orbit/cassandra. By that time
>> build has failed again.
>>
>> Then found the issue. Svn up is not succeeding. I found the following
>> error in the log.
>>
>> *svn: REPORT of '/repos/wso2/!svn/vcc/default': 404 Not Found (
>> https://svn.wso2.org)*
>>
>> Tried a ping to *svn.wso2.org. *It fails.
>>
>> So, the current cycle is also not on an updated source :(
>>
>>
>> Thanks,
>> AmilaM.
>>
>>>
>>>
>>> On Thu, May 5, 2011 at 9:42 AM, Amila Maha Arachchi <[email protected]>wrote:
>>>
>>>>
>>>>
>>>> On Thu, May 5, 2011 at 7:31 AM, Samisa Abeysinghe <[email protected]>wrote:
>>>>
>>>>> Is this a download problem again?
>>>>
>>>>
>>>> I did a svn up in my *local* machine and cassandra  dependency and
>>>> orbit builds fine.
>>>>
>>>>>
>>>>>
>>>>> On Thu, May 5, 2011 at 6:55 AM, WSO2 Builder <[email protected]>wrote:
>>>>>
>>>>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>>>> [INFO] skip non existing resourceDirectory
>>>>>> /home/carbon/carbon/orbit/json-simple/src/main/resources
>>>>>> [INFO] [compiler:compile {execution: default-compile}]
>>>>>> [INFO] No sources to compile
>>>>>> [INFO] [resources:testResources {execution: default-testResources}]
>>>>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>>>> [INFO] skip non existing resourceDirectory
>>>>>> /home/carbon/carbon/orbit/json-simple/src/test/resources
>>>>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>>>>> [INFO] Not compiling test sources
>>>>>> [INFO] [surefire:test {execution: default-test}]
>>>>>> [INFO] Tests are skipped.
>>>>>> [INFO] [bundle:bundle {execution: default-bundle}]
>>>>>> [INFO] [install:install {execution: default-install}]
>>>>>> [INFO] Installing
>>>>>> /home/carbon/carbon/orbit/json-simple/target/json-simple-1.1.wso2v1.jar 
>>>>>> to
>>>>>> /home/carbon/.m2/repository/com/googlecode/json-simple/wso2/json-simple/1.1.wso2v1/json-simple-1.1.wso2v1.jar
>>>>>> [INFO] [bundle:install {execution: default-install}]
>>>>>> [INFO] Local OBR update disabled (enable with -DobrRepository)
>>>>>> [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>> [INFO] Building cassandra.wso2
>>>>>> [INFO]    task-segment: [clean, install]
>>>>>> [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>> [INFO] [clean:clean {execution: default-clean}]
>>>>>> Downloading:
>>>>>> http://maven.wso2.org/nexus/content/groups/wso2-public//org/apache/cassandra/apache-cassandra/0.7.0-wso2v2/apache-cassandra-0.7.0-wso2v2.pom
>>>>>> [INFO] Unable to find resource
>>>>>> 'org.apache.cassandra:apache-cassandra:pom:0.7.0-wso2v2' in repository
>>>>>> wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/)
>>>>>> Downloading:
>>>>>> http://repo1.maven.org/maven2/org/apache/cassandra/apache-cassandra/0.7.0-wso2v2/apache-cassandra-0.7.0-wso2v2.pom
>>>>>> [INFO] Unable to find resource
>>>>>> 'org.apache.cassandra:apache-cassandra:pom:0.7.0-wso2v2' in repository
>>>>>> central (http://repo1.maven.org/maven2)
>>>>>> Downloading:
>>>>>> http://maven.wso2.org/nexus/content/groups/wso2-public//org/apache/cassandra/apache-cassandra/0.7.0-wso2v2/apache-cassandra-0.7.0-wso2v2.jar
>>>>>> [INFO] Unable to find resource
>>>>>> 'org.apache.cassandra:apache-cassandra:jar:0.7.0-wso2v2' in repository
>>>>>> wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/)
>>>>>> Downloading:
>>>>>> http://repo1.maven.org/maven2/org/apache/cassandra/apache-cassandra/0.7.0-wso2v2/apache-cassandra-0.7.0-wso2v2.jar
>>>>>> [INFO] Unable to find resource
>>>>>> 'org.apache.cassandra:apache-cassandra:jar:0.7.0-wso2v2' in repository
>>>>>> central (http://repo1.maven.org/maven2)
>>>>>> [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>> [ERROR] BUILD ERROR
>>>>>> [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>> [INFO] Failed to resolve artifact.
>>>>>>
>>>>>> Missing:
>>>>>> ----------
>>>>>> 1) org.apache.cassandra:apache-cassandra:jar:0.7.0-wso2v2
>>>>>>
>>>>>>  Try downloading the file manually from the project website.
>>>>>>
>>>>>>  Then, install it using the command:
>>>>>>      mvn install:install-file -DgroupId=org.apache.cassandra
>>>>>> -DartifactId=apache-cassandra -Dversion=0.7.0-wso2v2 -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.cassandra
>>>>>> -DartifactId=apache-cassandra -Dversion=0.7.0-wso2v2 -Dpackaging=jar
>>>>>> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>>>>>>
>>>>>>  Path to dependency:
>>>>>>        1)
>>>>>> org.apache.cassandra.wso2:apache-cassandra:bundle:0.7.0.wso2v2
>>>>>>        2) org.apache.cassandra:apache-cassandra:jar:0.7.0-wso2v2
>>>>>>
>>>>>> ----------
>>>>>> 1 required artifact is missing.
>>>>>>
>>>>>> for artifact:
>>>>>>  org.apache.cassandra.wso2:apache-cassandra:bundle:0.7.0.wso2v2
>>>>>>
>>>>>> from the specified remote repositories:
>>>>>>  central (http://repo1.maven.org/maven2),
>>>>>>  wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/)
>>>>>>
>>>>>>
>>>>>>
>>>>>> [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>> [INFO] For more information, run Maven with the -e switch
>>>>>> [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>> [INFO] Total time: 30 minutes 25 seconds
>>>>>> [INFO] Finished at: Thu May 05 06:55:16 IST 2011
>>>>>> [INFO] Final Memory: 1303M/1715M
>>>>>> [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>> _______________________________________________
>>>>>> Carbon-dev mailing list
>>>>>> [email protected]
>>>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>>
>>>>> Thanks,
>>>>> Samisa...
>>>>>
>>>>> Samisa Abeysinghe
>>>>> VP Engineering
>>>>> WSO2 Inc.
>>>>> http://wso2.com
>>>>> http://wso2.org
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> Carbon-dev mailing list
>>>>> [email protected]
>>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>
>>>>>
>>>>
>>>> _______________________________________________
>>>> Carbon-dev mailing list
>>>> [email protected]
>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>
>>>> Thanks,
>>> Samisa...
>>>
>>> Samisa Abeysinghe
>>> VP Engineering
>>> WSO2 Inc.
>>> http://wso2.com
>>> http://wso2.org
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> Carbon-dev mailing list
>>> [email protected]
>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>>
>
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to