Quantcast
Channel: tycho-user
Browsing all 4647 articles
Browse latest View live

Re: [tycho-user] Give me a starting point for a complete beginner

If you look in Window > Preferences > Maven > User Settings, do you see the same settings.xml and ~/.m2 folder that your commandline mvn build used? If it's different, that might be why...

View Article


Image may be NSFW.
Clik here to view.

Re: [tycho-user] Give me a starting point for a complete beginner

Nick, thanks for your answer. Please excuse my stupid questions, but I am pretty new to this kind of system.I also attached a screenshot.So as far as I understood we have 2 different builds systems ?...

View Article


Re: [tycho-user] Give me a starting point for a complete beginner

This means you don't have apache commons exec in your eclipse target (typically your workspace if you've not configured it otherwise). Without it PDE will complain, although Tycho will be able to...

View Article

[tycho-user] Integrating OSGi bundles from Maven Central

Hey gang, FreeMarker has OSGi'ed their jar file up on maven central. I'd like to integrate it into my tycho build, basically generating an eclipse-repository with it in it so I can use that repository...

View Article

Image may be NSFW.
Clik here to view.

Re: [tycho-user] Integrating OSGi bundles from Maven Central

I'm doing it with the help of Nexus that is able to expose any Maven2 repository as a P2 one, ie CentralJeffOn Fri, Jun 20, 2014 at 5:17 PM, Doug Schaefer <dschaefer@xxxxxxx> wrote: Hey gang,...

View Article


Re: [tycho-user] Integrating OSGi bundles from Maven Central

Actually, all I had to do was add the dependency and then tell target-platform-configuration to consider pomDependencies. But that has led me to a problem with the freemarker MANIFEST where they some...

View Article

Re: [tycho-user] Integrating OSGi bundles from Maven Central

If you use pomDependencies=consider, then don't forget that at installation, you need to make the bundle available in a p2-friendly way, or your installation will fail being unable to resolve...

View Article

Re: [tycho-user] Integrating OSGi bundles from Maven Central

Yup, that's exactly what I'm setting up. It looks like I'll have to do the pom first build for freemarker though since their manifest is broken. Also doing it for the ANTLR jar, so need to go there...

View Article


[tycho-user] How to bundle a plugin extracted into the product?

Hi!   My Team is creating a product based on Eclipse Kepler RCP and we would like use Maven to build this one using Tycho. Our product contains 3 projects: - a parent: judok.designer - a plugin:...

View Article


Re: [tycho-user] Give me a starting point for a complete beginner

Hi,I think Alex covered it all from a general viewpoint so I'll just fill in answers for your specific questions.> So as far as I understood we have 2 different builds systems ? One is "Eclipse...

View Article

Re: [tycho-user] build products with optionally included features

Hi Mikhail,that’s a very valid guess, but sadly I don’t have any “Require-Bundle:” requiring my optional bundle at all. That’s because the optional bundle does its work by contributing to extension...

View Article

Re: [tycho-user] How to bundle a plugin extracted into the product?

Hi,If I understood your correctly, you want to add "Eclipse-BundleShape: dir" to judo.designer.core's MANIFEST.MF [1]. Otherwise, this should also be possible via...

View Article

Re: [tycho-user] build products with optionally included features

Ok, maybe then there is a bug when including optional features from other features... To confirm this, you can examine resulting content.xml and check if the mandatory feature really gets a...

View Article


Re: [tycho-user] How to bundle a plugin extracted into the product?

Hi Mikhail!   Thanks, your solution with "Eclipse-BundleShape: dir" into the MANIFEST.MF has helped.   mit freundlichen GrÃÃen / best regards / cordiales saludos / meilleures salutations   Gabor...

View Article

Re: [tycho-user] Give me a starting point for a complete beginner

Mikhail,thx for your answer. I was able to resolve a few issue already; but now I am again stucking. A few dependencies I resolved with installing them from an "Orbit" archive, this had been mostly...

View Article


Re: [tycho-user] Give me a starting point for a complete beginner

Well, there is a Maven Central repository but no p2 Central repository. When you specify a maven dependency, "it just works" because mvn has hard-coded logic that looks up this dependency at...

View Article

Re: [tycho-user] can't set tycho.scmUrl on command line?

I don’t think that this behaviour is intended, so it is probably worth opening a bug for this.   Regards Tobias     From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On...

View Article


Re: [tycho-user] can't set tycho.scmUrl on command line?

Submitted with example.   https://bugs.eclipse.org/bugs/show_bug.cgi?id=437965   From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Oberlies, Tobias Sent:...

View Article

[tycho-user] Changing P2 URL in .target, doesn't resolve new plugins.

Hi, I am upgrading one of my components (CDO): <repository location="http://download.eclipse.org/modeling/emf/cdo/drops/R20140218-1655"/> The tycho build doesn't pick up the plugins in this repo,...

View Article

[tycho-user] Run a plugin test with a 'just-built' product

Hi, I'm currently struggling to get a plugin test to run inside an installed product that is being built before the test-plugin. I've setup the test-plugin's pom according to the testRuntime docs of...

View Article
Browsing all 4647 articles
Browse latest View live