Re: [tycho-user] Creating a Product and then updating via Update Site
Hi Jeff,2014/1/18 Jeff MAURY <jeffmaury@xxxxxxxxxxxxx> Laurent,is it still relevant ? I thought you've fixed it ?Actually, I have since thursday been able to do a lot of trials and errors, thanks...
View ArticleRe: [tycho-user] rootFolder not working with Tycho 0.19 ?
Hello,Am I the only one trying to use rootFolder attribute ? I'm interested in both success / failure feedbacks with this feature.Thanks in advance, -- Laurent2014/1/17 Laurent PETIT...
View ArticleRe: [tycho-user] Support for Java 1.8
I think we¹re getting close to needing this. Igor can you provide instructions how we can do this? Thanks! Doug. On 12/30/2013, 3:15 PM, "Igor Fedorenko" <igor@xxxxxxxxxxxxxx> wrote: >JDT...
View ArticleRe: [tycho-user] Support for Java 1.8
Tycho parent pom has pretty verbose explanation how to do this [1], but here is a shorter version Assuming you are on OSX or Linux, have 'mvn' command on PATH and eclipse with java8 support is in...
View ArticleRe: [tycho-user] Support for Java 1.8
Very cool. Thanks Igor! I’ll give a try over the next couple of days and report back on my experiences. Doug. On 1/19/2014, 7:48 PM, "Igor Fedorenko" <igor@xxxxxxxxxxxxxx> wrote: >Tycho parent...
View ArticleRe: [tycho-user] rootFolder not working with Tycho 0.19 ?
http://git.eclipse.org/c/tycho/org.eclipse.tycho.git/tree/tycho-its/src/test/java/org/eclipse/tycho/test/TYCHO188P2EnabledRcp/Tycho188P2EnabledRcpTest.java#n133 From:...
View ArticleRe: [tycho-user] rootFolder not working with Tycho 0.19 ?
2014/1/20 Sievers, Jan <jan.sievers@xxxxxxx>...
View ArticleRe: [tycho-user] rootFolder not working with Tycho 0.19 ?
the IT covering the scenario is successful...
View ArticleRe: [tycho-user] Building large projects
On 2013-09-10 10:13, Mickael Istria wrote: If you see a lot of time spent in resolving the target platform, you can set up some p2 mirrors on local filesystem and enable them for Tycho via...
View Article[tycho-user] can you please delete tycho-0.19.x from tycho?
Webmaster, I accidentally created tycho-0.19.x tag in Tycho git repo. The tag name matches branch name and I don't trust Gerrit to do the right thing. Can you please delete the tag and keep the branch?...
View ArticleRe: [tycho-user] Building large projects
Hi Jesper, > I search but couldn't find any documentation for this plugin. "mvn help:describe" is your friend: mvn help:describe -Ddetail...
View Article[tycho-user] Could not determine git commit timestamp
Hi Everyone, I'm running into an build problem with the jgit timestamp provider throwing the error below. I'm not sure why it's throwing this error but I can see in my git logs that there are past...
View ArticleRe: [tycho-user] Could not determine git commit timestamp
Strangely I managed to resolve this issue by deleting my entire submodule directory from the aggregator and re-initializing it. Thanh On 21/01/14 02:22 PM, Thanh Ha wrote: Hi Everyone, I'm running into...
View ArticleRe: [tycho-user] tycho-surefire and testng
I further apologize for forgetting the attachment.. Sheesh. Not a good day. ________________________________________ From: Tracy, Benjamin J Sent: Thursday, January 23, 2014 2:50 PM To: Tycho user list...
View ArticleRe: [tycho-user] rootFolder not working with Tycho 0.19 ?
Beyond the project in tycho-its mentioned by Jan, I have also derived a smallish project where I can reproduce the problem : https://github.com/laurentpetit/rootFolder-issue Please note that I know it...
View ArticleRe: [tycho-user] Creating a Product and then updating via Update Site
Can you also comment on Bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=361722 that you also like to have that functionality for your Eclipse IDE incarnation? I think it is important to indicate that...
View ArticleRe: [tycho-user] Creating a Product and then updating via Update Site
done2014/1/23 Lars Vogel <lars.vogel@xxxxxxxxx> Can you also comment on Bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=361722 that you also like to have that functionality for your Eclipse IDE...
View ArticleRe: [tycho-user] tycho-surefire and testng
maven-surefire-plugin must be listed under build/plugins pom.xml section. Attached is a fixed pom.xml file, which does run maven-surefire-plugin. Tests fail with classnotfound exception but I assume...
View ArticleRe: [tycho-user] rootFolder not working with Tycho 0.19 ?
most probably the problem with https://github.com/laurentpetit/rootFolder-issue/blob/master/product/pom.xml is that you are configuring the rootFolder inside the <execution> element of the...
View ArticleRe: [tycho-user] rootFolder not working with Tycho 0.19 ?
OK Jan, I will do the test again.But I repeat that I have grapped the TYCHO188P2EnabledRcp project, built it, and there was no root folder either. 2014/1/24 Sievers, Jan <jan.sievers@xxxxxxx>...
View Article