Skip to main content

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

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

Back to the top