[tycho-user] talk at ECE
For those of you interested, I will be talking about pom-less Tycho builds at EclipseCon Europe https://www.eclipsecon.org/europe2015/session/pom-less-tycho-builds Hope to see you there! Jan
View Article[tycho-user] Building an RCP product fails
Hi, we are developing a RCP tool. Deploying a product works fine with the PDE build. Now we want to switch to maven+tycho and followed the tutorial available under [1]. Everything seems to work ok,...
View ArticleRe: [tycho-user] Building an RCP product fails
Hi, I have a cuestions, what is the content of project "ch.hilbri.assist.releng.product.gui"?,Âyou can send the imageÂ.Un SaludoJ.A ÂGonzÃlez Cano 2015-08-21 10:02 GMT+01:00...
View ArticleRe: [tycho-user] Building an RCP product fails
looks like OTDT bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=350133#c40 Jan On 21/08/15 11:02, "tycho-user-bounces@xxxxxxxxxxx on behalf of Robert.Hilbrich@xxxxxx"...
View ArticleRe: [tycho-user] Building an RCP product fails
Hi, the zip-ed folder â ch.hilbri.assist.releng.product.guiâ is too big for sending it (175 MB). But I can give you a list of all files - I hope it helps....
View ArticleRe: [tycho-user] Building an RCP product fails
it has proved indicanting Jan, I think the reason for your mistakelooks like OTDT bughttps://bugs.eclipse.org/bugs/show_bug.cgi?id=350133#c40Un SaludoJ.A GonzÃlez Cano 2015-08-21 12:13 GMT+01:00...
View ArticleRe: [tycho-user] Building an RCP product fails
I forgot..... if you want to send me the project, I donÂt need de "target" folderUn SaludoJ.A GonzÃlez Cano 2015-08-21 12:13 GMT+01:00 <Robert.Hilbrich@xxxxxx>:Hi, the zip-ed folder â...
View ArticleRe: [tycho-user] Building an RCP product fails
Thank you for your pointer - I restricted it to the jdt.core version contained in luna by: <filters> <filter> <type>eclipse-plugin</type>...
View ArticleRe: [tycho-user] Building an RCP product fails
ok, a question. Are you using the official p2 repository Luna "http://download.eclipse.org/releases/luna" to solve the target platform?Un SaludoJ.A GonzÃlez Cano 2015-08-21 12:40 GMT+01:00...
View ArticleRe: [tycho-user] Building an RCP product fails
Yes, my pom contains only: <repositories>ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ <repository>ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ...
View ArticleRe: [tycho-user] Building an RCP product fails
no errror.Ibut I think that version [3.10.2.v_OTDT_r232_201502101148]Âof plugin org.eclipse.jdt.core it should not be in the central repository p2 Luna.I thought I was using some mirrow repository...
View ArticleRe: [tycho-user] Building an RCP product fails
This is a known problem.https://bugs.eclipse.org/bugs/show_bug.cgi?id=350133Allegedly itâs fixed but I donât know if it has been.AlexOn 21 Aug 2015, at 13:07, Juan Antonio Gonzalez Cano...
View ArticleRe: [tycho-user] talk at ECE
Sounds good. For those of us, who still declare Sonar exclusions, Ant builds and other stuff in Tycho POMs, will it be possible to avoid the duplicate version number management, but still have the...
View ArticleRe: [tycho-user] Passing environment variable to tests
Hi Jan,Indeed removing environmentVariables block did the trick. I don't remember why I took the habit to always "redefine" each variable (maybe it was not the same behavior in earlier Tycho...
View Article[tycho-user] Not sure where a dependency giving an error is defined?
Hi,I have been landed with a Tycho setup where the guy who did it has gone. So a steep learning curve.There is a target platform as well. I am trying to remove a dependency on Eclipse CDO and replace...
View Article[tycho-user] multimodule projects and bundle cannot be resolved
Dear all, I have a multimodule Tycho project and I would like to be able to open individually module in Eclipse. It is well configured. I am able to do a “mvn clean install” on the root, or individual...
View ArticleRe: [tycho-user] multimodule projects and bundle cannot be resolved
HelloHere a precision.When I right click on my module on Eclipse, and I choose Properties>Maven>LifeCycle mapping All Tycho plugin are set to ignore?!How can switch at least...
View Article[tycho-user] Adding a default workspace via rootfiles
Dear all, I would like to populate my RCP product with a „default workspace“, containing a default project. I tried to achieve this by creating a dedicated feature and a rootfiles-folder which is...
View ArticleRe: [tycho-user] Adding a default workspace via rootfiles
Hi Robert,I've come across this some time ago. I believe you will need to set the tycho packaging plugin parameter "useDefaultExcludes" [1] to false in the pom file for your feature. There are a bunch...
View ArticleRe: [tycho-user] Adding a default workspace via rootfiles
Dear Simon, thank you for your pointer. The description of the pluginParameter sounds promising. Unfortunately, I canât seem to get it to work. But I am still a tycho-newbie. The feature containing...
View Article