Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Building Plugin with Eclipse Installation | Surefire dependency on p2 repo

Tycho currently does not supports "directory-shaped" artifacts, but you can create an enhancement request for this by providing a small reproducer project.

Am 02.11.20 um 19:25 schrieb Muhammad Umair Sair:
Hi Mickael,

I hit a bug while using my eclipse location as target platform for tycho. The exception is occurring at following location.

https://github.com/eclipse/tycho/blob/master/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/src/main/java/org/eclipse/tycho/p2/resolver/FileTargetDefinitionContent.java#L230 <https://github.com/eclipse/tycho/blob/master/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/src/main/java/org/eclipse/tycho/p2/resolver/FileTargetDefinitionContent.java#L230>


The reason is that the artifact being copied is in dir shape instead of jar.

- Umair
------------------------------------------------------------------------
*From:* tycho-user-bounces@xxxxxxxxxxx <tycho-user-bounces@xxxxxxxxxxx> on behalf of Mickael Istria <mistria@xxxxxxxxxx>
*Sent:* Monday, November 2, 2020 10:10 PM
*To:* Tycho user list <tycho-user@xxxxxxxxxxx>
*Subject:* Re: [tycho-user] Building Plugin with Eclipse Installation | Surefire dependency on p2 repo


On Mon, Nov 2, 2020 at 5:35 PM Muhammad Umair Sair <umair_sair@xxxxxxxxxxx <mailto:umair_sair@xxxxxxxxxxx>> wrote:

    wiki updated.


Thanks a lot!

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/tycho-user



Back to the top