[tycho-user] Profiles and targets
Hi,I have this setup where I can specify the target platform environment with a profile [1]. When I build with mvn verify -Pwin32,win64,kepler Then there is only one product created against kepler and...
View ArticleRe: [tycho-user] Profiles and targets
Yes, and it is not a Tycho problem but rather a Maven problem. The configuration for the plugin that is done by the first activated profile is replace by the configuration done by the second...
View ArticleRe: [tycho-user] Profiles and targets
Thanks Jeff. I will try this. I guess I'm looking at combine.children="append" Regards,WimOn Sat, Nov 23, 2013 at 8:31 PM, Jeff MAURY <jeffmaury@xxxxxxxxxxxxx> wrote: Yes, and it is not a Tycho...
View ArticleRe: [tycho-user] Does anyone know the update site for Kepler SR1?
"wget http://download.eclipse.org/releases/kepler/compositeContent.jar && unzip -p compositeContent.jar | less" would have also worked if you don't have Igor's p2-browser handy. /Mikhail -----...
View ArticleRe: [tycho-user] Parallel construction difficulties
Hi, Do you use -Dtycho.localArtifacts=ignore ? FYI: http://wiki.eclipse.org/Tycho/Target_Platform#Locally_built_artifacts Regards, J On 22/11/2013 12:38, Tony HEDOUX wrote: Hi, I encounter some...
View Article[tycho-user] Version range in tycho-surefire-plugin configuration dependency
Hi,I need some extra dependencies for testing. The version tag is mandatory. I would like use the latest available version in the target platform. Maven supports this by using LATEST or RELEASE...
View ArticleRe: [tycho-user] Version range in tycho-surefire-plugin configuration dependency
Any valid OSGi version range is allowed there, IIRC, so "0.0.0" gives you LATEST version. There is no concept of RELEASE version in OSGi (which is a good thing, IMHO), it cannot be expressed but I have...
View ArticleRe: [tycho-user] Version range in tycho-surefire-plugin configuration dependency
Hi Igor,Thanks! It's works. I don't see the need for RELEASE either.Regards,Balazs On Tue, Nov 26, 2013 at 6:11 PM, Igor Fedorenko <igor@xxxxxxxxxxxxxx> wrote: Any valid OSGi version range is...
View Article[tycho-user] Skipping deploy if baseline version used
Hi all We are publishing our bundles to nexus, and using it for our baseline repository. This seems to work well. However, I would like to be able to skip the deploy step if the baseline version from...
View Article[tycho-user] having differents versions of the same feature in the P2...
Hi all,I am a new user of Tyco.I want to create my P2 repository which contains features and plugins.when i build my project , i have this error, [ERROR] Cannot resolve project dependencies:[ERROR]...
View ArticleRe: [tycho-user] Parallel construction difficulties
Thx for the tips, it works. And yes, while digging in hudson configuration the last versions offer facilities to setup specific local repository and "one shot" local repository. Le 22/11/2013 14:15,...
View Article[tycho-user] Testing plug-in's without using single test-bundles
I'm looking for possibilities to test a set of eclipse plugins without having to use a single bundle for each plugin which is tested. Currently I have a PDE build running for an Eclipse product (about...
View ArticleRe: [tycho-user] Testing plug-in's without using single test-bundles
>1) Converting the plain-java test project into a plugin test project >Disadvantages: > >- In order to be able to test classes in internal packages, I have to >export every single...
View Article[tycho-user] disable tycho packaging
HiI am trying to disable tycho packaging in favor of the assembly pluginis there a way to remove it from the executions?I've tried to override the plugin and disable its build extension, also to set...
View ArticleRe: [tycho-user] disable tycho packaging
I'm afraid the packaging of your artifact won't be available if you don't put Tycho as a Maven extension.Jeff On Thu, Nov 28, 2013 at 11:57 AM, Lorenzo Boccaccia <lorenzo.boccaccia@xxxxxxxxx>...
View ArticleRe: [tycho-user] disable tycho packaging
yes that is the whole point, let the tycho compiler compile and use the maven assembly to mix and match the final jar, blocking the tycho packager 2013/11/28 Jeff MAURY <jeffmaury@xxxxxxxxxxxxx>...
View ArticleRe: [tycho-user] disable tycho packaging
What is the rationale for not using the Tycho Jar packager and build.properties ?JeffOn Thu, Nov 28, 2013 at 2:01 PM, Lorenzo Boccaccia <lorenzo.boccaccia@xxxxxxxxx> wrote: yes that is the whole...
View ArticleRe: [tycho-user] Testing plug-in's without using single test-bundles
That would correspond to my proposed solution 4, which requires to create about 70 new fragments and splitting up the >4500 existing unit tests. Nevertheless, this approach would not work to test a...
View ArticleRe: [tycho-user] Testing plug-in's without using single test-bundles
If you require direct access to internal classes from tests, fragments are the only way to do this. If all your tests require access to internal classes, then you will have to have one test fragment...
View Article[tycho-user] Including Tycho's itp02.bundle plugin in the itp04-rcp...
I'm trying to figure out how the pomfirst-thirdparty bundle can be used within the itp04-rcp eclipse-repository.I figure that I should be able to run:> cd org.eclipse.tycho-demo\itp02\build02>...
View Article