Re: [tycho-user] Please test staged Tycho 0.20.0
Hi,I've already tested the snapshot successfully, the staged is good for me too.Stéphane. 2014-03-07 19:46 GMT+01:00 Oberlies, Tobias <tobias.oberlies@xxxxxxx>: Tycho Users –  We have just...
View ArticleRe: [tycho-user] Please test staged Tycho 0.20.0
OK for my Xtext Eclipse based product.JeffOn Mon, Mar 10, 2014 at 10:32 AM, Stéphane Bouchet <sbouchet@xxxxxxxxx> wrote: Hi,I've already tested the snapshot successfully, the staged is good for...
View ArticleRe: [tycho-user] Run swtbot using tycho : org.eclipse.ui.PartInitException Error
ThanksIt was helpful From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Jeff MAURYSent: vendredi 7 mars 2014 23:16To: Tycho user listSubject: Re: [tycho-user] Run...
View ArticleRe: [tycho-user] Newb question
So I finally had a chance to try all this stuff out. Still have too many questions. :( I downloaded the demo from that HowTo. My first Q: what are the result of this build? Where does it go? How can I...
View ArticleRe: [tycho-user] Newb question
Figured out my Eclipse build problem: I must have opened the projects wrong or something. I recreated the dependencies in the pom and it works fine now. The demo works fine! BTW: Tried it in the new...
View ArticleRe: [tycho-user] Newb question
Is it possible that the demo has a bug? In file <http://git.eclipse.org/c/tycho/org.eclipse.tycho-demo.git/tree/itp02/build01/pomfirst-thirdparty/pom.xml>, line 36, is there a dollar-sign...
View ArticleRe: [tycho-user] Newb question
No, this is the right syntax, see Embedding dependencies in http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html -- Regards, Igor On 2014-03-10, 16:51, V. Mark Lehky wrote: Is it...
View ArticleRe: [tycho-user] Newb question
But in the build01 demo, there are two pomfirst projects: pomfirst-bundle and pomfirst-thirdparty. Can those be combine into one project?
View ArticleRe: [tycho-user] Newb question
Yes On 2014-03-11, 12:51, V. Mark Lehky wrote: But in the build01 demo, there are two pomfirst projects: pomfirst-bundle and pomfirst-thirdparty. Can those be combine into one project?...
View ArticleRe: [tycho-user] Creating a Product and then updating via Update Site
Hi Jeff,Thanks for the answer.I deliberately kept the target platform targetting Kepler SR1 so that I can then, with the built product, try a full update towards Kepler SR2 => the target platform...
View ArticleRe: [tycho-user] Newb question
Still no good. I am trying to do things one small step at a time now. I followed the demo build01/pomfirst-bundle to package up my generated jar. The build created a nice META-INF/MANIFEST.MF as...
View ArticleRe: [tycho-user] Creating a Product and then updating via Update Site
Hi Jeff,I updated the "my-ide" repository because there was a missing "my-ide.feature", and I don't want any doubt on what the problem may be. Still the same message: "bundle is looking for the...
View Article[tycho-user] Which repository providing the context of the build?
Which repository is correct? The http://www.eclipsecon.org/2013/sessions/building-eclipse-plug-ins-and-rcp-applications-tycho demo says: <repository> <id>eclipse-platform-m6</id>...
View ArticleRe: [tycho-user] Creating a Product and then updating via Update Site
Hello,I think this is related to the update of P2 related features.Here is what I did.From a scratch build:1) Update JDT -> restart fast -> update P2 -> update long 2) Update P2 -> restart...
View ArticleRe: [tycho-user] Creating a Product and then updating via Update Site
So we share the symptom building the same product on different machines, that's reassuring.The product does next to nothing: it gathers classical Eclipse features, adds a feature which just references...
View ArticleRe: [tycho-user] Which repository providing the context of the build?
http://download.eclipse.org/eclipse/updates/... are Eclipse project P2 repositories, you can install Eclipse SDK from these. http://download.eclipse.org/releases/... are Eclipse simultaneous release P2...
View ArticleRe: [tycho-user] Which repository providing the context of the build?
For my plugin I only need the Eclipse SDK, so I guess I will stick with just the eclipse-platform-m6 one. What other things can I look for if my eclipse-plugin build fails to find dependency on another...
View Article[tycho-user] Lifecycle mapping "org.sonatype.tycho.m2e.wrapperBundle" is not...
Hi all. I still cannot get tycho to build my plugin. Have been trying to solve this for a week now, and just cannot get the Maven to find the dependencies. My entire project looks very much like the...
View ArticleRe: [tycho-user] Creating a Product and then updating via Update Site
2014-03-11 22:49 GMT+01:00 Laurent PETIT <laurent.petit@xxxxxxxxx>: So we share the symptom building the same product on different machines, that's reassuring. The product does next to nothing:...
View ArticleRe: [tycho-user] Lifecycle mapping "org.sonatype.tycho.m2e.wrapperBundle" is...
itp02/build01 demo project is outdated, there is really old m2e configuration in [1] which is not needed any more. I think you can remove entire <pluginManagement> section. [1]...
View Article