Re: [tycho-user] Just including root files of a feature
Hello Tobias,I reproduced the problem in a minimal project (as minimal as I was able to keep it) and opened a bug report [1].I observed that while Tycho 0.14.1 behaves as described in my original post,...
View Article[tycho-user] Tycho-compile-plugin does not take dependency declarations
Hello all,I am currently trying to build some eclipse-plugins with tycho. My problem is with internal project dependency. That means I have two projects. I call the first project "caller g" and the...
View ArticleRe: [tycho-user] Tycho-compile-plugin does not take dependency declarations
The usual approach to get this kind of behaviour is to declare a version range dependency in the manifest, and then control which concrete version is picked at compile time (and test runtime) through...
View ArticleRe: [tycho-user] Tycho-compile-plugin does not take dependency declarations
Hi Tobias,Thanks for your quick comment! I have seen your sent link, unfortunately this is not my case. Actually, I am maintaining a legacy eclipse-based framework which were built by Ant before. I...
View Article[tycho-user] nexus unzip plugin 0.11.0 staged
Hi, we staged milestone release 0.11.0 of the new Nexus Unzip Plugin to [1]. This new plugin enables binary p2 artifact exchange between tycho projects via Nexus, see [2] for installation and...
View ArticleRe: [tycho-user] nexus unzip plugin 0.11.0 staged
Hi Jan, This is great news. Thank you to you, the others who worked on it, and SAP for releasing it. Can you confirm details about the license, and where the code currently lives/will live in the...
View ArticleRe: [tycho-user] nexus unzip plugin 0.11.0 staged
license is EPL source code is at http://git.eclipse.org/c/tycho/org.eclipse.tycho.nexus.git/ Regards Jan -----Original Message----- From: tycho-user-bounces@xxxxxxxxxxx...
View ArticleRe: [tycho-user] nexus unzip plugin 0.11.0 staged
One thing I'm a little confused at after setting this up. On the wiki page [2] under the Implementation details it says the URL for the new virtual repo is:...
View ArticleRe: [tycho-user] nexus unzip plugin 0.11.0 staged
Hi Thanh, We strongly recommend to only use the “repositories” URL. The “unzip” in the name is an implementation detail that should not be considered API. BTW. this is the same for all kind of...
View ArticleRe: [tycho-user] nexus unzip plugin 0.11.0 staged
The problem of course is that the only address Nexus shows us in the Repositories view is the "unofficial" URL. How are you supposed to know what the proper address is from the UI? Esp when it comes to...
View ArticleRe: [tycho-user] nexus unzip plugin 0.11.0 staged
I think that the URL shown in the UI would need to be fixed in the Nexus sources. Eclipse is using Nexus OSS, so this could be contributedâ :-) For finding the right URLs that point to the...
View ArticleRe: [tycho-user] NullPointerException at MirrorRequest.collectStats
Hello, I've tried with an empty Maven repository I still get the null pointer exception. Regards, GrÃgoire ----- Mail Original ----- De: "Tobias Oberlies" <tobias.oberlies@xxxxxxx> Ã: "Tycho user...
View ArticleRe: [tycho-user] NullPointerException at MirrorRequest.collectStats
looks like https://bugs.eclipse.org/bugs/show_bug.cgi?id=396905 Jan -----Original Message----- From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of GrÃgoire DupÃ...
View Article[tycho-user] nexus unzip plugin 0.11.0 released
milestone release 0.11.0 of the Nexus Unzip Plugin was released. See [1] for details including installation and configuration instructions. Best Regards, Tycho team [1]...
View ArticleRe: [tycho-user] Tycho 0.16 materialize-products goal
My command lineclean package deploy -e -fae -BOn Fri, Mar 1, 2013 at 11:08 AM, Igor Zapletnev <igor.zapletnev@xxxxxxxxx> wrote: Hi all, Trying to update to tycho 0.16, and I am able to see next...
View ArticleRe: [tycho-user] Symbolic links do not seem to be created
it should create the symlinks in the products/ folder - can you confirm? However the plexus tar archiver component tycho uses doesn't have support for symlinks, it just inlines them...
View ArticleRe: [tycho-user] Tycho Build with Eclipse Target including Galileo Babel
I'm not quite sure this is the same bug as you were facing a compilation error and Alexander is facing a resolution error.RegardsJeff On Thu, Feb 28, 2013 at 10:39 PM, Rizzo, Eric...
View ArticleRe: [tycho-user] Tycho Build with Eclipse Target including Galileo Babel
it's probably related though: the babel repo has some funky "enhanced" p2 metadata using optional deps and non-greediness [1] which may jeopardize dependency resolution Jan [1]...
View ArticleRe: [tycho-user] Tycho Build with Eclipse Target includingGalileoBabel
Hi, actually it's not specific to Tycho using an Eclipse Target Definition file. It also happens if I compose the Tycho Target Platform via a simple list of p2 repositories and include the babel...
View ArticleRe: [tycho-user] Tycho 0.16 materialize-products goal
Hi Igor,You may need to try just "clean deploy" without the package. Sometimes an extra "clean" is called between multiple goals - you should be able to see if that happens in the build logs (you might...
View Article