Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
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


Back to the top