Re: [tycho-user] Eclipse support for tycho-compiler-plugin:...
On Thu, Aug 1, 2013 at 4:29 PM, Sievers, Jan <jan.sievers@xxxxxxx> wrote: > also see > https://bugs.eclipse.org/bugs/show_bug.cgi?id=392764 > > Looks like there is way to use...
View Article[tycho-user] Conditional checkout of component prior to build
Hello,In the past I asked this question on this mailing list and other forums, but couldn't find the solution that I needed.Consider the following scenario. Product you are building consist of usual...
View Article[tycho-user] Relation of multiple Target Platform Files
Hi,we are trying to create an RCP/RAP single source project.The structure looks like:parent_project - RXP_child_project - RCP_child_project - RAP_child_projectThe RXP_child_project contains...
View Article[tycho-user] Mirroring and macosx-bundled
Hey gang, I'm working on tycho-izing the Eclipse simrel repo and the EPP packages. So far, I've been pretty successful (although its pretty early but am able to build the CPP package). I'm using the...
View Article[tycho-user] framework extension bundle and rt.jar versus tools.jar
I have a framework extension bundle project in my reactor, and it exports packages from rt.jar (like javax.swing.plaf.swing) and packages from tools.jar (like com.sun.javadoc). Compiling a bundle that...
View ArticleRe: [tycho-user] framework extension bundle and rt.jar versus tools.jar
Adding this seems to be working for the compile. <plugin> <groupId>org.eclipse.tycho</groupId>...
View ArticleRe: [tycho-user] Conditional checkout of component prior to build
The way I see it is that SCM is something which should be handled outside of the mvn build, e.g. by a Jenkins job. There is one case (build timestamps) where the build reads information from the SCM...
View ArticleRe: [tycho-user] Relation of multiple Target Platform Files
Multiple target files are resolved independently, and the target platform is the union of the units from all target files. I’m not aware of a setup that allows you to detect incompatibilities if you...
View ArticleRe: [tycho-user] Conditional checkout of component prior to build
Thanks Tobias,So when you say "Things that you want to build together should also be in one SCM repository", do you mean that if let's say I have branch that is a subset of plugins that are in trunk,...
View ArticleRe: [tycho-user] Conditional checkout of component prior to build
I’m not using Subversion myself, so I can’t really say if this setup makes sense or not. Maybe others have something interesting experience to share? Generally, I don’t know if checking out sources...
View ArticleRe: [tycho-user] Bundle-SymbolicName different to artifactId
I did eventually find a problem with having a different artifactId and Bundle-SymbolicName... When I changed the project version using the tycho-version plugin, the plugin didn't update the...
View Article[tycho-user] Version numbering for Branches ?
Hello, we use tycho to build our plugins, features and also the final product. At the moment we face the problem that we would like to branch the project do develop an new feature indenpendently from...
View ArticleRe: [tycho-user] Version numbering for Branches ?
What OSGi version do you want to use for the branch? -- Regards, Igor On 2013-08-28 11:37 AM, Andre Rieck wrote: Hello, we use tycho to build our plugins, features and also the final product. At the...
View ArticleRe: [tycho-user] Version numbering for Branches ?
Hello, with forceContextQualifier you must not change you Bundle-SymbolicName. The formater will do it for you. Let it 3.0.0.qualifier and with "'branch-'YYYYMMDDHHMM" you got your forced style. Kai Am...
View ArticleRe: [tycho-user] Version numbering for Branches ?
Oh, i mean. Use the format Parameter of http://eclipse.org/tycho/sitedocs/tycho-packaging-plugin/build-qualifier-mojo.html and escape your branchname in the dateformat. Am 28.08.2013 um 17:42 schrieb...
View ArticleRe: [tycho-user] framework extension bundle and rt.jar versus tools.jar
Hi Justin, > I have a framework extension bundle project in my reactor, and it > exports packages from rt.jar (like javax.swing.plaf.swing) and packages > from tools.jar (like...
View Article[tycho-user] using a property in a target path.
Hi, I would like tycho to resolve from a .target , with locations being directories [1].I am referring to them in a .target using a location like this: ${libraries}/name of the library. In the .target...
View ArticleRe: [tycho-user] using a property in a target path.
You cOn Thu, Aug 29, 2013 at 2:43 PM, christophe bouhier <dzonekl@xxxxxxxxx> wrote: Hi, I would like tycho to resolve from a .target , with locations being directories [1]. I am referring to them...
View ArticleRe: [tycho-user] framework extension bundle and rt.jar versus tools.jar
I've been told by multiple people in the Eclipse and Tycho community that the extension bundle is the Correct way to expose these packages, with these two blog posts being referred to...
View ArticleRe: [tycho-user] framework extension bundle and rt.jar versus tools.jar
Hi Justin, > I've been told by multiple people in the Eclipse and Tycho community that the extension bundle is the Correct way to expose these packages, with these two blog posts being referred to...
View Article