Re: [tycho-user] Filtering out optional features
Tobias,Thank you for the input. It makes sense now. I will give the exclude from eclipse-repository method a try.Thanks again,Neil On Fri, Apr 25, 2014 at 9:44 AM, Oberlies, Tobias...
View ArticleRe: [tycho-user] How to build Eclipse package? (start-up problem)
Hi Alex, This is a very good answer to a Tycho FAQ – we should post it in a way so that it can be found more easily. To do this, I’ve re-posted the question on stackoverflow:...
View ArticleRe: [tycho-user] NPE during dependency resolution of platform fragment bundle...
Submitted https://bugs.eclipse.org/bugs/show_bug.cgi?id=433522 I assumed someone would check it before submitting, just in case I'm smoking something and have a glaring error in my projects. >...
View ArticleRe: [tycho-user] Product Build: Feature with install mode root
I donât know. It works for me. Maybe some more details on the symptoms would help? Regards Tobias From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of...
View ArticleRe: [tycho-user] NPE during dependency resolution of platform fragment bundle...
I just saw that it was getting lost on the list. If something fails which worked before, there is a reasonable chance that it is a bug, so opening a bug report is fine in this case. Regards Tobias >...
View ArticleRe: [tycho-user] So there can be no dependencies between a project of...
Hi Mike, I don’t know why this should be the case. A minimal (i.e. two module) project reproducing the supposed problem would help. If it in fact doesn’t work, this would also be worth a bug report....
View ArticleRe: [tycho-user] How to build Eclipse package? (start-up problem)
Done, thanks.AlexOn 25 Apr 2014, at 15:31, Oberlies, Tobias <tobias.oberlies@xxxxxxx> wrote:Hi Alex, This is a very good answer to a Tycho FAQ – we should post it in a way so that it can be found...
View ArticleRe: [tycho-user] tycho multi-platform build problem
For the resolution, direct, optional dependencies are either made mandatory or removed completely. The default is to make them mandatory â which is why your build fails. You can make the build...
View ArticleRe: [tycho-user] How to build Eclipse package? (start-up problem)
Holy moly... I've just seen this now - you guys.. thank you!! Works of course (https://github.com/vorburger/com.temenos.ds.op/commit/da45d1bbd43b03020b77262d665a5dae0e5f1287) I'll be pestering you...
View ArticleRe: [tycho-user] How to build Eclipse package? (start-up problem)
NB I seem to remember that the ‘dropins’ support was deprecated. The book was written against 4.3 but it may be that dropins support no longer works. I mention because you have included it in your...
View ArticleRe: [tycho-user] Tycho p2 director error with java 8 - chmod failed: icon.xpm...
if the only thing you changed is use Java 8 and then the p2 chmod action starts failing: open a bug with a small, self-contained sample project and steps to reproduce. Regards, Jan From:...
View Article[tycho-user] How to mvn deploy to repo plugins (site) in one build and...
Hello,We are trying to learn how we may be able to have a first Tycho build from different source repos deploy artifacts into binary repository and have a second Tycho build consume that. Standard...
View ArticleRe: [tycho-user] How to mvn deploy to repo plugins (site) in one build and...
On 04/28/2014 06:59 PM, Michael Vorburger wrote: Based on earlier http://dev.eclipse.org/mhonarc/lists/tycho-user/msg03590.html thread, there currently appear to be two different ways to achieve above...
View ArticleRe: [tycho-user] How to mvn deploy to repo plugins (site) in one build and...
On 04/28/2014 06:59 PM, Michael Vorburger wrote: From what I gathered, the way people to do this is that you deploy a (ZIP of) an eclipse-repository, and then re-serve this from a remote Nexus...
View ArticleRe: [tycho-user] How to mvn deploy to repo plugins (site) in one build and...
On 29 Apr 2014, at 09:37, Mickael Istria <mistria@xxxxxxxxxx> wrote: On 04/28/2014 06:59 PM, Michael Vorburger wrote: From what I gathered, the way people to do this is that you deploy a (ZIP of)...
View ArticleRe: [tycho-user] How to mvn deploy to repo plugins (site) in one build and...
Alex,Do you have special plugin that is allowing this zip end state to maven central. I couldn't figure out way for our features to build this zip file though. ThanksmuruOn Tue, Apr 29, 2014 at 5:49...
View Article[tycho-user] Can tycho build both an eclipse OSGi bundle and a test jar from...
Is it possible for tycho to build both an eclipse OSGi bundle and a test jar from one single project? The idea is to write JUnit test classes that tests the classes in the OSGi bundle without going...
View ArticleRe: [tycho-user] Can tycho build both an eclipse OSGi bundle and a test jar...
>>>>> Steinar Bang <sb@xxxxxx>: > Is it possible for tycho to build both an eclipse OSGi bundle and a test > jar from one single project? > The idea is to write JUnit test...
View ArticleRe: [tycho-user] Can tycho build both an eclipse OSGi bundle and a test jar...
I found it not relevant as it does not cover the UI unit tests and it does not follow the Tycho conventions (directories configured in build.properties).Jeff On Thu, May 1, 2014 at 11:53 AM, Steinar...
View ArticleRe: [tycho-user] Can tycho build both an eclipse OSGi bundle and a test jar...
>>>>> Jeff MAURY <jeffmaury@xxxxxxxxxxxxx>: > I found it not relevant as it does not cover the UI unit tests and it > does not follow the Tycho conventions (directories...
View Article