Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] is there something changed in the target-platform mojo?

ok all the stuff that is before the target platform is in the child pom:


so thats in the pom of the product plugin

but that inherited the parent pom where i have the target definition 


is that somehow now wrong?


On Fri, 30 Jul 2021 at 16:19, Johan Compagner <jcompagner@xxxxxxxxxx> wrote:
the order seems to be changed...

if i look at the goals list i see in 23 that org.eclipse.tycho:target-platform-configuration:2.3.0:target-platform (default-target-platform) is after the clean and before org.eclipse.tycho:tycho-p2-publisher-plugin:2.3.0:publish-osgi-ee (default-publish-osgi-ee)

but in 24 i see org.eclipse.tycho:target-platform-configuration:2.4.0:target-platform (default-target-platform)
after org.eclipse.tycho:tycho-p2-publisher-plugin:2.4.0:attach-artifacts (default-attach-artifacts)

so instead of it is the 3rd goal in 23
it suddenly the 7th goal in 24 


On Fri, 30 Jul 2021 at 15:54, Christoph Läubrich <laeubi@xxxxxxxxxxxxxx> wrote:
Can you run the build with -X option to see if there are any additional
error information?

Am 30.07.21 um 15:35 schrieb Johan Compagner:
> hi,
>
> below is what i get compared 2.3 against 2.4
>
> i can't really find anything in the release notes for this. Should i do
> something now my self with the  target-platform-configuration ?
>
> tycho 2.3:
>
>
> [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @
> com.servoy.eclipse.product ---
> [INFO]
> [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator
> (default-build-qualifier-aggregator) @ com.servoy.eclipse.product ---
> [INFO] The project's OSGi version is 2021.9.0.3700_rc
> [INFO]
> [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @
> com.servoy.eclipse.product ---
> [INFO]
> [INFO] --- target-platform-configuration:2.3.0:target-platform
> (default-target-platform) @ com.servoy.eclipse.product ---
> [INFO]
> [INFO] --- tycho-p2-publisher-plugin:2.3.0:publish-osgi-ee
> (default-publish-osgi-ee) @ com.servoy.eclipse.product ---
> [INFO] Published profile IUs: [config.a.jre.javase 11.0.0, a.jre.javase
> 11.0.0]
> [WARNING] No system packages found in profile nor toolchain for
> JavaSE-15, using current JRE system packages.
> This can cause faulty dependency resolution, consider adding a
> definition for a 'jdk' with id=JavaSE-15 in your toolchains.xml
> [INFO] Published profile IUs: [config.a.jre.javase 15.0.0, a.jre.javase
> 15.0.0]
> [WARNING] No system packages found in profile nor toolchain for
> JavaSE-16, using current JRE system packages.
> This can cause faulty dependency resolution, consider adding a
> definition for a 'jdk' with id=JavaSE-16 in your toolchains.xml
> [INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase
> 16.0.0]
> [INFO]
> [INFO] --- tycho-p2-publisher-plugin:2.3.0:publish-products
> (default-publish-products) @ com.servoy.eclipse.product ---
>
>
>
> tycho 2.4:
>
> [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @
> com.servoy.eclipse.product ---
> [INFO]
> [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator
> (default-build-qualifier-aggregator) @ com.servoy.eclipse.product ---
> [INFO] The project's OSGi version is 2021.9.0.3700_rc
> [INFO]
> [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @
> com.servoy.eclipse.product ---
> [INFO]
> [INFO] --- tycho-p2-publisher-plugin:2.4.0:publish-osgi-ee
> (default-publish-osgi-ee) @ com.servoy.eclipse.product ---
>
> [ERROR] Failed to execute goal
> org.eclipse.tycho:tycho-p2-publisher-plugin:2.4.0:publish-osgi-ee
> (default-publish-osgi-ee) on project com.servoy.eclipse.product:
> Publisher failed. Verify your target-platform-configuration and
> executionEnvironment are suitable for proper resolution: Target platform
> is missing -> [Help 1]
>
> --
> Johan Compagner
> Servoy
>
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/tycho-user
>
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/tycho-user


--
Johan Compagner
Servoy


--
Johan Compagner
Servoy

Back to the top