Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Deprecation of -DtargetPlatform

Hi,

I've a few questions about that.
I'm using tycho to build my eclipse plugins - and up to now, I was using the "-DtargetPlatform" option.
It was very convenient, because my target platform is "STWorkbench", a commercial derivation of eclipse made by STMicroelectronics.

Of course, my eclipse plugins depends on some "commercial" plugins available in this platform.

If I want to continue to work with maven and tycho, what should I do now?

Many thanks,


Xavier Raynaud




-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Igor Fedorenko
Sent: 23 April 2011 01:46
To: tycho-user@xxxxxxxxxxx
Subject: Re: [tycho-user] Deprecation of -DtargetPlatform

We are trying to remove local target platform resolver. All dependencies
should come from p2 repositories.

--
Regards,
Igor

On 11-04-22 05:55 PM, Thomas Hofmann wrote:
> Hi,
>
> since -DtargetPlatform will be deprecated (0.11.0 says so) I was looking for the steps I need to take to configure a local target platform (essentially the eclipse directory with features and plugins subfolders). Unfortunately, I was did not find enough relevant information on this.
> Could someone please tell me how I need to setup this?
>
> What I tried is:
>
> 			<plugin>
> 				<groupId>org.sonatype.tycho</groupId>
> 				<artifactId>target-platform-configuration</artifactId>
> 				<version>0.11.0</version>
> 				<configuration>
> 					<resolver>local</resolver>
> 					<target>
> 						<location>C:\target platforms\RTC-SDK-2.0.0.2iFix6\rtc-sdk\target\eclipse</location>
> 					</target>
> 				</configuration>
> 			</plugin>
>
> This seems to be wrong.
>
> Thanks, Thomas
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-user
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top