Re: [tycho-user] PluginRegistry Problem with Tycho-Surefire
Hi Jan It looks promising. The links to the test code are unfortunately broken. Do you still have access to the code examples? Thanks Malu -----UrsprÃngliche Nachricht----- Von:...
View ArticleRe: [tycho-user] PluginRegistry Problem with Tycho-Surefire
Hi Jan The code can be found in the git repository http://git.eclipse.org/c/gmf-tooling/org.eclipse.gmf-tooling.git/tree/tests/org.eclipse.gmf.tests/src/org/eclipse/gmf/tests I start the method...
View Article[tycho-user] Tycho + SonaType Nexus: Create Eclipse Target Platform
Hello Guys, we are developing an OSGi Application with a RAP UI deployed into Eclipse Virgo. The Application contains two components: 1. A core unit which is plain OSGi 2. A Eclipse RAP UI For the...
View ArticleRe: [tycho-user] Tycho + SonaType Nexus: Create Eclipse Target Platform
Hi Tobias We had the same issue and apparently there is no way to resolved this problem with tycho alone. There is a bug reported, that may be help https://bugs.eclipse.org/bugs/show_bug.cgi?id=343152...
View Article[tycho-user] running swtbot with my eclipse target platform without shipping it
Hi all,What's the right way to run SWT bot tests against our explicitly defined target platform?We are creating an eclipse app and have swtbot plugins to run tests against it. If we add our custom...
View ArticleRe: [tycho-user] running swtbot with my eclipse target platform without...
Target platform always defines the plug-ins required by runtime of your product and for compiling and test purposes. Which plug-ins can be shipped with your product is defined by your .product file....
View ArticleRe: [tycho-user] running swtbot with my eclipse target platform without...
Wouldn't it be very nice, if we could separate the two sets? Have two target platforms - one for the product and one with the additional stuff needed for testing - as used in maven. And yes, I know...
View ArticleRe: [tycho-user] running swtbot with my eclipse target platform without...
Hi, On 05/23/2013 11:16 PM, Peter Kahn wrote: We are creating an eclipse app and have swtbot plugins to run tests against it. If we add our custom plugins, SWTbot plugins and our SWTbot tests to the...
View ArticleRe: [tycho-user] running swtbot with my eclipse target platform without...
The missing âscoped dependenciesâ in PDE/OSGi is the reason why Tycho separates tests and productive code into separate module. And every module has its own target platform. In most projects, all...
View Article[tycho-user] please test staged tycho 0.18.0
Tycho milestone release 0.18.0 has been staged. This is mostly a bugfix release with fixes required by projects on the Kepler release train. For details of new features and bugfixes, see release notes...
View ArticleRe: [tycho-user] please test staged tycho 0.18.0
Hello,tried on my muti bundles, features and site project that works perfectly with Tycho 0.17.0Resolution fails now with 0.18.0 (see log file).My build is using Indigo, SWTBot, Xtext and Babel...
View ArticleRe: [tycho-user] please test staged tycho 0.18.0
Hello again,I also have an error with the open source project GLDT (github.com/jeffmaury.gldt).Jeff On Fri, May 24, 2013 at 3:03 PM, Sievers, Jan <jan.sievers@xxxxxxx> wrote: Tycho milestone...
View ArticleRe: [tycho-user] please test staged tycho 0.18.0
- cross-posting to p2-dev - thanks for reporting, Jeff. just after staging tycho 0.18.0 I noticed https://bugs.eclipse.org/bugs/show_bug.cgi?id=408997 which looks suspiciously similar. Solver timeouts...
View ArticleRe: [tycho-user] please test staged tycho 0.18.0
Jan,I will do it.JeffOn Fri, May 24, 2013 at 6:04 PM, Sievers, Jan <jan.sievers@xxxxxxx> wrote: - cross-posting to p2-dev - thanks for reporting, Jeff. just after staging tycho 0.18.0 I noticed...
View ArticleRe: [tycho-user] please test staged tycho 0.18.0
Hi, > Please help by testing the staged milestone build. works fine for our 57 modules & 3 profiles at Eclipse Code Recommenders. :-) Best regards, Andreas -- Codetrails UG (haftungsbeschränkt)...
View ArticleRe: [tycho-user] please test staged tycho 0.18.0
> Please help by testing the staged milestone build. To use it, change your > tycho version to 0.18.0 and add snippet [2] to your pom. > > We plan to promote this release on Wed May 29th....
View ArticleRe: [tycho-user] Tycho + Babel
Hi, i tried to reproduce the problem here are my steps (1) take the .target file and set it as target platform in eclipse (2) create a category.xml and add all available features (in the attached...
View ArticleRe: [tycho-user] Tycho + Babel
Hi, the Problem occurrs even if i dont use babel at all. so it might actually be a bug in PDE or in my understanding of PDE/Tycho. Unfortunately Tycho needs that category.xml and cannot live with a...
View Article[tycho-user] javax.servlet resolution problem
Hi,My project build against Indigo and Kepler compiles fine, but when I switch to the juno repo, there is a dependency missing (commons.io). When I add orbit to resolve this issue I get a javax.servlet...
View ArticleRe: [tycho-user] tycho 0.18.0 re-staged
This 0.18.0 build of Tycho worked perfectly on SWTBot and JBoss Tools builds. No regression was noticed, however I did not try the new features yet. Also, we've encountered a case where partial IUs...
View Article