Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] [Eclipse] Update site url not added

Hi,

It's ok with the version 0.23.1 :)
Thank you one more Nick !

-----Original Message-----
From: Christelle BURGUERA 
Sent: Thursday, January 14, 2016 4:06 PM
To: Tycho user list
Subject: RE: [tycho-user] [Eclipse] Update site url not added

Hi Nick,

Yes, I do the same, but I use tycho 0.19 ... I'll try to update Tycho ...
Thank you

-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Nick Boldt
Sent: Thursday, January 14, 2016 3:48 PM
To: Tycho user list
Subject: Re: [tycho-user] [Eclipse] Update site url not added

We build the Red Hat JBoss Developer Studio product as part of an update site build, using Tycho 0.24 and here's all we do to add a default update site URL to the product's profs page for Available Update Sites:

   <repositories>
      <repository
location="https://devstudio.redhat.com/9.0/stable/updates/";
enabled="true" />
   </repositories>

This is added to the .product file.

Full sources here:
https://developers.redhat.com/download-manager/file/jboss-devstudio-9.0.0.GA-source.zip
via https://www.jboss.org/products/devstudio/download/

On Thu, Jan 14, 2016 at 8:53 AM, Christelle BURGUERA <Christelle.BURGUERA@xxxxxx> wrote:
> Hi !
>
>
>
> I’ve an issue with the update site URL I want to add in my product.
>
> I tried 2 things:
>
> -       Add the URLs under the Updates tab in the .product
>
> -       Add the URLs in a p2.inf file
>
> Those two things work well If I create my product with “Eclipse 
> Product export wizard” in the Overview tab in the product.
>
> But don’t’ work with Maven ….
>
> The product is well created but it misses the Update site …
>
>
>
> There is a known bug in this subject ?
>
> Do you know how can I do ?
>
>
>
> Thank you for your help !
>
> Have a nice day !
>
>
>
> Christelle
>
>
> _______________________________________________
> 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



--
Nick Boldt :: Productization Lead :: JBoss Tools & Dev Studio :: Red Hat, Inc.
http://nick.divbyzero.com
_______________________________________________
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

Back to the top