Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] tycho-user Digest, Vol 58, Issue 6

It works ! Thanks guys !

Sofiane

2015-06-08 18:00 GMT+02:00 <tycho-user-request@xxxxxxxxxxx>:
Send tycho-user mailing list submissions to
        tycho-user@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
        https://dev.eclipse.org/mailman/listinfo/tycho-user
or, via email, send a message with subject or body 'help' to
        tycho-user-request@xxxxxxxxxxx

You can reach the person managing the list at
        tycho-user-owner@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of tycho-user digest..."


Today's Topics:

   1. Tycho milestone 0.23.0 released (Sievers, Jan)
   2. local p2 (Sofiane Lasri)
   3. Re: local p2 (Sofiane Lasri)
   4. Re: local p2 (Matthias Sohn)


----------------------------------------------------------------------

Message: 1
Date: Mon, 8 Jun 2015 07:34:48 +0000
From: "Sievers, Jan" <jan.sievers@xxxxxxx>
To: "Tycho user list (tycho-user@xxxxxxxxxxx)"
        <tycho-user@xxxxxxxxxxx>,       "Tycho developers list
        (tycho-dev@xxxxxxxxxxx)" <tycho-dev@xxxxxxxxxxx>
Subject: [tycho-user] Tycho milestone 0.23.0 released
Message-ID:
        <F8F18CC0DECD384BAC6FBAD1A7C49A48996BB761@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
Content-Type: text/plain; charset="us-ascii"

Tycho milestone 0.23.0 has been released and is available from maven central.

See the release notes [1] for details of enhancements and bug fixes in this release.

Thanks to

Christian Dietrich
Enrico De Fent
Christian Georgi
Michael Keppler
Pascal Rapicault
Gunnar Wagenknecht

who contributed patches for this release.

And thanks and to everyone who helped us with testing the staged version.

Regards,
Tycho team

[1] http://wiki.eclipse.org/Tycho/Release_Notes/0.23


------------------------------

Message: 2
Date: Mon, 8 Jun 2015 15:00:46 +0200
From: Sofiane Lasri <machikoo92500@xxxxxxxxx>
To: tycho-user@xxxxxxxxxxx
Subject: [tycho-user] local p2
Message-ID:
        <CAF8rDZz94rm_bqXQS3h57vTPfHF4VA=Zrqx9hFFXDM7r5t9jSA@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset="utf-8"

Hello,

For days, i've tried to compile with my local p2 and not the update site of
eclipse. However, when i point on my local repositories, he doesn't find it
:

"failed to load p2 repository with ID 'indigo' from location
file:/var/lib/jenkins/jobs/plugins : URI has an authority component"

That's my pom.xml :

<properties>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dev.eclipse.org/mailman/private/tycho-user/attachments/20150608/082df9d7/attachment.html>

------------------------------

Message: 3
Date: Mon, 8 Jun 2015 15:04:59 +0200
From: Sofiane Lasri <machikoo92500@xxxxxxxxx>
To: tycho-user@xxxxxxxxxxx
Subject: Re: [tycho-user] local p2
Message-ID:
        <CAF8rDZw=DaW-R30iMRERYB3LUFmFGgckoKpXXzNj77ZJuEXbPA@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset="utf-8"

Sorry for the first mail which has a bug...

Hello,

For days, i've tried to compile with my local p2 and not the update site of
eclipse. However, when i point on my local repositories, he doesn't find it
:

"failed to load p2 repository with ID 'indigo' from location
file:/var/lib/jenkins/jobs/plugins : URI has an authority component"

That's my pom.xml :

<repositories>
   <repository>
     <id> indigo </id>
     <url>File://var/lib/jenkins/jobs/plugins</url>
     <layout>p2</layout>
    </repository>
<repositories>

And it works with the update site eclipse :

<repositories>
   <repository>
     <id> indigo </id>
     <url>http://download.eclipse.org/releases/indigo</url>
     <layout>p2</layout>
    </repository>
<repositories>

Thanks in advance

Sofiane



2015-06-08 15:00 GMT+02:00 Sofiane Lasri <machikoo92500@xxxxxxxxx>:

> Hello,
>
> For days, i've tried to compile with my local p2 and not the update site
> of eclipse. However, when i point on my local repositories, he doesn't find
> it :
>
> "failed to load p2 repository with ID 'indigo' from location
> file:/var/lib/jenkins/jobs/plugins : URI has an authority component"
>
> That's my pom.xml :
>
> <properties>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dev.eclipse.org/mailman/private/tycho-user/attachments/20150608/2654cd87/attachment.html>

------------------------------

Message: 4
Date: Mon, 8 Jun 2015 15:11:39 +0200
From: Matthias Sohn <matthias.sohn@xxxxxxxxx>
To: Tycho user list <tycho-user@xxxxxxxxxxx>
Subject: Re: [tycho-user] local p2
Message-ID:
        <CAKSZd3SLeEbJE3H8pxXYN3mg+XuLFa8g-KfRbtRsR-1ot0Ao0A@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset="utf-8"

I think you miss one slash, try
file:///var/lib/jenkins/jobs/plugins

-Matthias

On Mon, Jun 8, 2015 at 3:04 PM, Sofiane Lasri <machikoo92500@xxxxxxxxx>
wrote:

> Sorry for the first mail which has a bug...
>
> Hello,
>
> For days, i've tried to compile with my local p2 and not the update site
> of eclipse. However, when i point on my local repositories, he doesn't find
> it :
>
> "failed to load p2 repository with ID 'indigo' from location
> file:/var/lib/jenkins/jobs/plugins : URI has an authority component"
>
> That's my pom.xml :
>
> <repositories>
>    <repository>
>      <id> indigo </id>
>      <url>File://var/lib/jenkins/jobs/plugins</url>
>      <layout>p2</layout>
>     </repository>
> <repositories>
>
> And it works with the update site eclipse :
>
> <repositories>
>    <repository>
>      <id> indigo </id>
>      <url>http://download.eclipse.org/releases/indigo</url>
>      <layout>p2</layout>
>     </repository>
> <repositories>
>
> Thanks in advance
>
> Sofiane
>
>
>
> 2015-06-08 15:00 GMT+02:00 Sofiane Lasri <machikoo92500@xxxxxxxxx>:
>
>> Hello,
>>
>> For days, i've tried to compile with my local p2 and not the update site
>> of eclipse. However, when i point on my local repositories, he doesn't find
>> it :
>>
>> "failed to load p2 repository with ID 'indigo' from location
>> file:/var/lib/jenkins/jobs/plugins : URI has an authority component"
>>
>> That's my pom.xml :
>>
>> <properties>
>>
>>
>
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/tycho-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dev.eclipse.org/mailman/private/tycho-user/attachments/20150608/a2e0d095/attachment.html>

------------------------------

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user

End of tycho-user Digest, Vol 58, Issue 6
*****************************************


Back to the top