Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-reviews-dev] Hudson build broken

Hello Mathias,
The pom.xml is currently pointing to egit/updates:

	<repository>
	  <id>egit</id>
	  <layout>p2</layout>
	  <url>http://download.eclipse.org/egit/updates/</url>
	</repository>

should egit updates pick the latest 1.0.0 ?
/Alvaro



On Thu, Jun 9, 2011 at 5:08 PM, Matthias Sohn
<matthias.sohn@xxxxxxxxxxxxxx> wrote:
> 1.0.0.201106011211-rc3 had some corrupt p2 meta data due to bugs in the
> eclipse-signing-maven-plugin [1]. I moved this broken version to
> http://download.eclipse.org/egit/staging/v1.0.0.201106011211-rc3/ in case
> somebody still needs it.
> Instead you should use the latest (hopefully final for 1.0) jgit version
> 1.0.0.201106090707-r which is supposed to become the release version
> for indigo.
> It's currently available from the staging repository at
> http://download.eclipse.org/releases/staging/
> and will be soon promoted to
> http://download.eclipse.org/releases/indigo
> --
> Matthias
> 2011/6/9 alvaro sanchez <alvsan09@xxxxxxxxx>
>>
>> Any one knows the actual reason for the broken nightly builds ?
>>
>> [ERROR] Internal error: java.lang.RuntimeException: Could not download
>> artifacts from any repository
>> [ERROR] osgi.bundle,org.eclipse.jgit,1.0.0.201106011211-rc3
>> [ERROR] osgi.bundle,org.eclipse.egit.core,1.0.0.201106011211-rc3
>> [ERROR] -> [Help 1]
>>
>>
>> /Alvaro
>> _______________________________________________
>> mylyn-reviews-dev mailing list
>> mylyn-reviews-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/mylyn-reviews-dev
>
>
>
> --
> Matthias
>
> _______________________________________________
> mylyn-reviews-dev mailing list
> mylyn-reviews-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mylyn-reviews-dev
>
>


Back to the top