Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] materialize-products fails to locate Product definition in 0.13.0

I'm trying to convert a working 0.12.0 build to use 0.13.0, but
unfortunately, I'm hitting a problem materializing the products,
specifically one of the tools Tycho calls reports that the product
definition can't be found.

The error message I'm getting is this:
[INFO] --- tycho-p2-director-plugin:0.13.0:materialize-products
(materialize-products) @ com.example.distpkg ---
[INFO] Calling director with arguments: [-metadatarepository,
file:/E:/EclipseWorkspaces/Prototypes/com.example.distpkg/target/publisherRepository/,file:/E:/EclipseWorkspaces/Prototypes/com.example.feature/target/,file:/E:/EclipseWorkspaces/Prototypes/com.example.branding/target/,file:/E:/EclipseWorkspaces/Prototypes/com.example.distpkg/target/targetPlatformRepository/,
-artifactrepository,
file:/E:/EclipseWorkspaces/Prototypes/com.example.distpkg/target/publisherRepository/,file:/E:/EclipseWorkspaces/Prototypes/com.example.feature/target/,file:/E:/EclipseWorkspaces/Prototypes/com.example.branding/target/,file:/resolution-context-artifacts@E:%5CEclipseWorkspaces%5CPrototypes%5Ccom.example.distpkg,file:/D:/m2r/,
-installIU, ExampleIDE, -destination,
E:\EclipseWorkspaces\Prototypes\com.example.distpkg\target\products\ExampleIDE\win32\win32\x86,
-profile, DefaultProfile, -profileProperties,
org.eclipse.update.install.features=true, -roaming, -p2.os, win32,
-p2.ws, win32, -p2.arch, x86]
Installation failed.
The installable unit ExampleIDE has not been found.

[ For what it's worth, D:\m2r is my user-level Maven repostitory
cache, just customized to a different location ]

I've attached a configuration which demonstates this problem - it's
attempting to build a minimal Eclipse-based distribution, and it
includes a custom product definition so that I can hook in some
branding changes eventually. Changing the parent POM to use 0.12.0
causes the build to run to completion and generate working archives.

Has anyone seen a problem like this before?

Thanks,

--Jim

Attachment: projects.zip
Description: Zip archive


Back to the top