[tycho-user] How to add a jar file as a dependency to eclipse plugin using Tycho
Title: How to add a jar file as a dependency to eclipse plugin using Tycho Hi, I have developed a eclipse plugin which has a dependency of external jar files . I have added it as a pom dependency. But...
View ArticleRe: [tycho-user] How to add a jar file as a dependency to eclipse plugin...
Title: How to add a jar file as a dependency to eclipse plugin using Tycho Hi, You should create an update site and let Tycho point to it using a target platform. Let me know if you need helpSimone...
View Article[tycho-user] Adding platform dependend org.eclipse.jdt.launching to my...
Hi anyone, I build an eclipse product with a headless application with tycho. Therefore I have created a project that contains a .product file and a pom.xml in this project: <plugin>...
View Article[tycho-user] POM-less builds and non-SNAPSHOT parent POM releases
Hi all, it looks like POM-less builds for plugins and features will be possible soon [1]. Although the tycho-versions-plugin still doesn't support POM-less builds [2] yet, I think now is a good time to...
View ArticleRe: [tycho-user] tycho-user Digest, Vol 59, Issue 15
Hi Simone, Thanks for your reply. I am new to this tycho .Can you please tell me how to create a update site only with the jars which i need. For creating update site we need features na?. Can please...
View ArticleRe: [tycho-user] POM-less builds and non-SNAPSHOT parent POM releases
not sure I get the problem. A sample demonstrating the problem may help. Note that "pom-less" only means no poms for features and plugins required. Parent poms will always be there, they can't be...
View ArticleRe: [tycho-user] POM-less builds and non-SNAPSHOT parent POM releases
Hi Jan, > not sure I get the problem. A sample demonstrating the problem may help. > > Note that "pom-less" only means no poms for features and plugins required. > Parent poms will always...
View ArticleRe: [tycho-user] POM-less builds and non-SNAPSHOT parent POM releases
> AFAIK, this release scheme (switching only the parent POMs to > non-SNAPSHOT versions) won't work with POM-less builds; if I switch the > parent to a non-SNAPSHOT version, the POM-less child...
View ArticleRe: [tycho-user] POM-less builds and non-SNAPSHOT parent POM releases
> as long as the pom-less child has a version ending with .qualifier, the pom model derived from it has a -SNAPSHOT maven version. I would say this is not always true. Actually during the build the...
View Article[tycho-user] "Error reading signed content" during p2 mirroring
Using tycho 0.22, Java 8, and mars. Running p2 mirror application ant task to mirror from Mars Discovery Site to create a local p2 site to build my RCP application from and getting an error "Error...
View Article[tycho-user] Tycho milestone 0.23.1 released
Tycho milestone 0.23.1 has been released and is available from maven central. See the release notes [1] for details of bug fixes in this patch release. Thanks to everyone who helped us with testing the...
View ArticleRe: [tycho-user] 0.23.0: Problem creating zip
Hello, I confirm that 0.23.1 version of Tycho resolve the (org.codehaus.plexus.archiver.ArchiverException: Problem creating zip) problem on linux/windows. Thanks for your work. Regards Vincent...
View Article[tycho-user] [tycho-packaging-plugin] Property value interpolation and...
Hello all,I am experiencing the following issue when building with Tycho 0.23.1.My project's root POM...
View ArticleRe: [tycho-user] [tycho-packaging-plugin] Property value interpolation and...
Hi, I reproduced your problem and I think that the buildnumber-maven-plugin is executed after the tycho-packaging-plugin (build-qualifier goal) for some reason (both are in the validate phase and so...
View ArticleRe: [tycho-user] [tycho-packaging-plugin] Property value interpolation and...
Thank you Martin,I have never used Tycho build timestamp provider and I'll give it a try.As a general rule (which I apply also to other non-Eclipse projects), I'd prefer to include both the timestamp...
View Article[tycho-user] Mirrror miss strategy
Hi, in our company we are using artifactory for p2 mirrors. Our Tycho builds now use target platforms pointing to eg eclipse.org and we define mirrors in our maven settings. Now we also have some...
View ArticleRe: [tycho-user] Mirrror miss strategy
IIRC mirrors for repository layout "p2" in maven settings.xml should redirect all traffic to the mirror specified, no fallback. The main usecase here is to enable builds without internet access without...
View ArticleRe: [tycho-user] Mirrror miss strategy
If you have the professional edition of Artifactory you can enable P2 aggregation in a virtual repository. We do this to setup a Virtual Repository that aggregates about a dozen eclipse.org Software...
View Article[tycho-user] Building an update site for multiple OS/WS/Arch combinations
Hello, We have a product, which consist of many plugins and features. This is available from an update site. Up till now, it has been built with Tycho on a Windows platform for win32 only. We want...
View ArticleRe: [tycho-user] Building an update site for multiple OS/WS/Arch combinations
> Are there examples on how to accomplish that? (I looked, but I could not find them) check demo project http://git.eclipse.org/c/tycho/org.eclipse.tycho-demo.git/tree/itp04-rcp Regards Jan From:...
View Article