Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Creating a Product and then updating via Update Site

Hi Laurent,

maybe the following link can help you

http://wiki.eclipse.org/Equinox/p2/Adding_Self-Update_to_an_RCP_Application

It describes how to add self update mechanismn to a RCP application.

Best regards,

Sandra


IT Solutions / Software Development
Rhenus Freight Network GmbH, Rhenus-Platz 1, 59439 Holzwickede, Deutschland
Tel: +49 (0)2301 29-2236, Fax: +49 (0)2301 29-17253
sandra.kosmalla@xxxxxxxxxxxxx,
www.rhenus.com;

Sitz: Rhenus-Platz 1, 59439 Holzwickede; AG Hamm, HRB 7788; Geschäftsführerin: Petra Finke, St.-Nr. 316/5950/1308;UST-ID-Nr.: DE 288 342 692

Wir arbeiten ausschließlich auf Grundlage der Allgemeinen Deutschen Spediteursbedingungen (ADSp), jeweils neueste Fassung. Diese beschränken in Ziffer 23 ADSp die gesetzliche Haftung für Güterschäden nach § 431 HGB für Schäden im speditionellen Gewahrsam auf EUR 5,00/kg; bei multimodalen Transporten unter Einschluss einer Seebeförderung auf 2 SZR/kg sowie ferner je Schadenfall bzw. –ereignis auf EUR 1 Mio. bzw. EUR 2 Mio. oder 2 SZR/kg je nachdem, welcher Betrag höher ist. Ergänzend wird vereinbart, dass (1) Ziffer 27 ADSp weder die Haftung des Spediteurs noch die Zurechnung des Verschuldens von Leuten und sonstigen Dritten abweichend von gesetzlichen Vorschriften wie § 507 HGB, Art. 25 MÜ, Art. 36 CIM, Art 20, 21 CMNI zu Gunsten des Auftraggebers erweitert, (2) der Spediteur als Verfrachter in den in § 512 Abs. 2 Nr. 1 HGB aufgeführten Fällen des nautischen Verschulden oder Feuer an Bord nur für eigenes Verschulden haftet und (3) der Spediteur als Frachtführer im Sinne der CMNI unter den in Art. 25 Abs. 2 CMNI genannten Voraussetzungen nicht für nautisches Verschulden, Feuer an Bord oder Mängel des Schiffes haftet. Erfüllungsort und Gerichtstand für beide Teile ist Unna.



Von:        Laurent PETIT <laurent.petit@xxxxxxxxx>
An:        Tycho user list <tycho-user@xxxxxxxxxxx>,
Datum:        16.01.2014 14:49
Betreff:        [tycho-user] Creating a Product and then updating via Update Site
Gesendet von:        tycho-user-bounces@xxxxxxxxxxx




Hello,

I was able to create a standalone Product embedding my Clojure plugin Counterclockwise ( https://github.com/laurentpetit/ccw ).

There's something not working yet: once the product is installed, users are unable to update the counterclockwise plugin via the counterclockwise update site, meaning that they need to download and install a new version of the Product everytime they want to upgrade ..

I must be missing something, obviously. If anyone has suggestions (you can also quick check Counterclockwise's github repo : https://github.com/laurentpetit/ccw ) ...

I have already done the following things:

- declared "ccw.feature" in the features of the product : https://github.com/laurentpetit/ccw/blob/master/ccw.product/ccw.product#L255

- additional step in maven to install the ccw.feature : https://github.com/laurentpetit/ccw/blob/master/ccw.product/pom.xml#L80

There must be also some fundamental knowledge that I don't have right now ...

Regards,

--
Laurent Petit
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top