Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho seems to ignore our p2.inf file

Which version of tycho ?

Jeff

Le 29 oct. 2015 15:54, "Julien DEHAUDT" <julien.dehaudt@xxxxxx> a écrit :
Hi,

We are facing an issue with our Tycho based build system since we try to enable the automatic update feature of our RCP product.
All works like a charm if exporting the product from the IDE; updates are successfully recognized and notified. Thing that not happen using Tycho.
I guess that the main issue comes from our p2.inf file (located close to the .product)  which seems not to be taken into account.
>From the IDE export the "Available Software Sites" page is populated with the p2.inf content, whereas it is empty using Tycho.

Note that I tried to prefix the p2.inf using the product name, as described into the Wiki page https://wiki.eclipse.org/Tycho/eclipse-repository, but with no success too...

Is there any tips that are unknown from Google :) ?

Our p2.inf content:
instructions.configure=\
  addRepository(name:<APP-NAME> update-site,type:0,location:file${#58}/some-local-uri);\
  addRepository(name:<APP-NAME> update-site,type:1,location:file${#58}/some-local-uri);\
  addRepository(name:<APP-NAME> update-site,type:0,location:http${#58}//some-intranet-url);\
  addRepository(name:<APP-NAME> update-site,type:1,location:http${#58}//some-intranet-url);

Thanks,
Julien
_______________________________________________
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