Quantcast
Channel: tycho-user
Browsing all 4647 articles
Browse latest View live

Re: [tycho-user] way to check required-plugin version

Hi,On Fri, Aug 4, 2017 at 10:44 AM, LE FEVRE FRANCOIS <francois.le-fevre@xxxxxx> wrote: For the bundles that are extracted from the children module, sometimes the developer upgrade the version of...

View Article


Re: [tycho-user] way to check required-plugin version

Mickael, Thanks a lot for the time to taken to explain me those elements. I will try at least to setup the Tycho compare version for the papyrus project, https://git.eclipse.org/r/#/c/98880/ I will...

View Article


Re: [tycho-user] way to check required-plugin version

Hi, > I would like to know if there is a Tycho or maven plugin that could > check the consistency of required-plugin’versions in a project > containing several eclipse plugins. > > When...

View Article

[tycho-user] Build plugin and source-plugin from pre-built jar's and source...

Hi, I'm including a thirdparty jar file in my Eclipse plugin. Currently I'm doing this by simply copying the jar into the plugin and adding it as a Runtime class path entry in the plugin meta...

View Article

Re: [tycho-user] Build plugin and source-plugin from pre-built jar's and...

Hi, this is a working approach for us: We assume that source archives are packaged as either zip or jar in a folder "lib-src" (${lib.src.folder}) located beneath the bundle root. If such a folder...

View Article


Re: [tycho-user] Build plugin and source-plugin from pre-built jar's and...

Hi, thanks for that idea. I did not see a particular reason to keep the sources packed, so I simply went with unpacked sources in a srcroot folder in the plugin project that also carries the (packed)...

View Article

Re: [tycho-user] Build plugin and source-plugin from pre-built jar's and...

Hi, are you generating a source feature? I just had a brief look at your category.xml and could not find the according entry. https://wiki.eclipse.org/Tycho/Reference_Card#Source_Features Rough...

View Article

Re: [tycho-user] Build plugin and source-plugin from pre-built jar's and...

Hi, just after sending that mail I realized I did not yet try to unpack the jar file into my plugin. It turns out that does work - but really only when putting the packages/classes at the root of the...

View Article


Re: [tycho-user] Build plugin and source-plugin from pre-built jar's and...

Hi, I opted for packaging the source plugin into the single feature. The generated repository contains both plugins. Also see my other mail I just sent: It works when I unpack the jars in my plugin....

View Article


[tycho-user] Searching bundle that not resolved

Dear Tycho community,Could you please clarify the way that should be used for searching unresolved bundle in tycho build?I have the maven build that generated by xtext platform. My application uses the...

View Article

[tycho-user] internal error with target specifucation

Dear Tycho communityCould you please help me to resolve the following issue?I observed the internal error in build [INFO] Scanning for...

View Article

Re: [tycho-user] internal error with target specifucation

The reason of issue was one pom files of child modules contains tag versions for given module2017-08-15 20:36 GMT+03:00 ÐÐÐÐÑÐÐÐÑ ÐÐÑÐÐÐ <alexander.l.gorlov@xxxxxxxxxxxxxx>:Dear Tycho...

View Article

[tycho-user] RCP/Product materialization with features in jar format

Hi, I'm setting up an Eclipse RCP build based on Maven/Tycho by following the excellent Vogella article : http://www.vogella.com/tutorials/EclipseTycho/article.html All worked like a charm with only a...

View Article


Re: [tycho-user] RCP/Product materialization with features in jar format

I am not aware there is an option to have features installed in jar format. However you can skip feature installation altogether with...

View Article

[tycho-user] Generating source feature in "dependency on POM-first artifacts"...

Hi, I have a two-part build, following the "Dependency on POM-first artifacts" HOWTO: One reactor uses the maven-bundle-plugin to build OSGi-bundles and a second reactor uses Tycho to consume them with...

View Article


Re: [tycho-user] Build plugin and source-plugin from pre-built jar's and...

Hello,the discussion seems interesting, but It's hard to see the take aways how to best approach this problem.Possibly, it would be an idea to provide/update a simple example...

View Article

Re: [tycho-user] Build plugin and source-plugin from pre-built jar's and...

Hi, I think I did what you want in my project using the Eclipse-SourceBundle instruction in the manifest of the source plugin. I bundled my jar in a plugin org.pluginId, declaring 2 jar (jar1.jar et...

View Article


[tycho-user] How to generate update site containing source code?

Hello How can I build a Plug-in/Feature based product with Tycho that generates an update site containing the bundles’ source code?I’ve configured both the “tycho-source-plugin” and the...

View Article

Re: [tycho-user] How to generate update site containing source code?

Have you tried adding the source features to the update site's category.xml? eg., https://github.com/jbosstools/jbosstools-server/blob/master/site/category.xml#L26 If you're not generating source...

View Article

Re: [tycho-user] How to generate update site containing source code?

Make sure you don't use the deprecated update site artifact type, I don't remember it's name now.On Aug 30, 2017 6:23 PM, "Luthiger Benno (ID SWS)" <benno.luthiger@xxxxxxxxxx> wrote:HelloÂHow can...

View Article
Browsing all 4647 articles
Browse latest View live