Re: [tycho-user] tycho-user Digest, Vol 49, Issue 27
Hi everybody,I've done some more tests about my dependency problem with surefire : it appears the problem is the same with tycho versions from 19 to 21 inclusive and with a kepler target platform and...
View Article[tycho-user] old update sites
Hi all,I just encountered a problem with an "old" update site (i.e. pre p2 era). When running the build for a project where the target definition references this old update site I get the following...
View ArticleRe: [tycho-user] old update sites
Tycho uses P2 under the covers, and P2 dropped support for old-style update sites when Eclipse did.I think in the 4.4 release the support was removed when the old-style 2.2 plugins were removed, but it...
View ArticleRe: [tycho-user] old update sites
Alex Blewitt wrote: > You can use an older version of Eclipse to mirror the plug-in, but at > this point if you come across an update site without p2 metadata it’s > probably not a supported...
View Article[tycho-user] Good rules
Hello, I’m beginner in the tycho world, and I would like to know the good rules before. Here is what I’ve : ----plugin1-pom.xml (need eclipse/cdt) ----plugin1.parent—pom.xml (dependency upon...
View ArticleRe: [tycho-user] Good rules
On 10/01/2014 03:15 PM, Vincent GUIGNOT wrote: What is the best ways ? IMHO, to "create one parent with all plugins" is the best way -- Mickael Istria Eclipse developer at JBoss, by Red Hat My blog -...
View Article[tycho-user] target-platform-utils:mirror-target-to-repo missing many...
Hi all, this is a question not about Tycho itself, but about the JBoss Tools Tycho plugins, so I hope this list is still the right one. What I am trying to do is creating a p2 repository by mirroring...
View ArticleRe: [tycho-user] target-platform-utils:mirror-target-to-repo missing many...
On 10/01/2014 05:58 PM, Andreas Sewe wrote: Does target-platform-utils:mirror-target-to-repo have problems with includeMode="planner" ? Yes, it does. This mojo only takes the list of IUs in the target...
View ArticleRe: [tycho-user] target-platform-utils:mirror-target-to-repo missing many...
Hi Mickael, > On 10/01/2014 05:58 PM, Andreas Sewe wrote: >> Does target-platform-utils:mirror-target-to-repo have problems with >> includeMode="planner" ? > Yes, it does. Thank you...
View Article[tycho-user] ignore_optional_problems source folder attribute supported?
Hi all,I have in Eclipse configured some source folders with the "ignore_optional_problems" option, because these source folders contain generated code, for which I don't want any compiler warnings to...
View ArticleRe: [tycho-user] ignore_optional_problems source folder attribute supported?
.classpath is a derived and IDE-only file as far as Tycho is concerned and as such it is ignored in a headless build tool. If you want to configure JDT compiler warnings:...
View Article[tycho-user] target-platform-utils:mirror-target-to-repo: Weird resolution error
Hi, I am currently trying to use the mirror-target-to-repo Mojo from JBoss Tools to mirror this target platform file [1]. The includeMode is slicer and the target platform resolves fine in the Eclipse...
View ArticleRe: [tycho-user] target-platform-utils:mirror-target-to-repo: Weird...
On 10/02/2014 04:34 PM, Andreas Sewe wrote: What's weird are names like tycho-1412258175439 0.0.0.1412258175439, which certainly aren't part of the target platform. I believe those are "proxy IUs"...
View ArticleRe: [tycho-user] target-platform-utils:mirror-target-to-repo: Weird...
Mickael Istria wrote: > On 10/02/2014 04:34 PM, Andreas Sewe wrote: >> What's weird are names like tycho-1412258175439 0.0.0.1412258175439, >> which certainly aren't part of the target...
View ArticleRe: [tycho-user] target-platform-utils:mirror-target-to-repo: Weird...
Can you check with a release (Luna, Kepler,....) ?JeffOn Thu, Oct 2, 2014 at 6:06 PM, Andreas Sewe <andreas.sewe@xxxxxxxxxxxxxx> wrote:Mickael Istria wrote: > On 10/02/2014 04:34 PM, Andreas...
View ArticleRe: [tycho-user] ignore_optional_problems source folder attribute supported?
Hi,I was thinking that Tycho probably uses the .classpath file already. But I suppose it is using the build.properties instead.Being able to use project specific settings sounds good, so I will...
View Article[tycho-user] tycho-surefire-plugin and forking
Hi list,I need to run all my test classes in a separate JVM because our software caches knowledge in static finals.TheÂmaven-surefire-plugin can do that with forkMode/forkCount/reuseForks but I am...
View Article[tycho-user] Use tycho-versions-plugin in conjunction with maven-release-plugin
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear All, Does anyone have (or know of) a working example of how to use the tycho-versions-plugin in conjunction with the maven-release-plugin in order to...
View ArticleRe: [tycho-user] Use tycho-versions-plugin in conjunction with...
I can't speak for other projects, but for m2e we declare milestone and release builds more or less post-factum. We let tycho pick version qualifier during each build and when we have a build we like we...
View ArticleRe: [tycho-user] tycho-surefire-plugin and forking
https://bugs.eclipse.org/bugs/show_bug.cgi?id=380171 From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Tom Brus Sent: Freitag, 3. Oktober 2014 11:40 To: Tycho...
View Article