Skip to main content

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

Igor,

The sameple seems to work just fine in the current 0.14.0-SNAPSHOT -
thanks! I'll give it a shot tomorrow with the real app I'm building as
well.

--Jim

On Sun, Dec 18, 2011 at 2:55 PM, Igor Fedorenko <igor@xxxxxxxxxxxxxx> wrote:
> Can you check if the problem still exists in Tycho 0.14.0-SNAPSHOT? It
> is available from the following snapshot repository
>
> <pluginRepositories>
>  <pluginRepository>
>    <id>tycho-snapshots</id>
>    <url>https://oss.sonatype.org/content/groups/public/</url>
>  </pluginRepository>
> </pluginRepositories>
>
>
> --
> Regards,
> Igor
>
>
> On 11-12-18 1:25 PM, James Gajnak wrote:
>>
>> 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
>>
>>
>>
>> _______________________________________________
>> 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