Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Adding resources directory using the eclipse-application packaging

Ah, thanks, I had missed that.

After converting my products to use features everything worked as I expected.

On Wed, Dec 14, 2011 at 12:48 AM, Sievers, Jan <jan.sievers@xxxxxxx> wrote:
>It also appears that "eclipse-repository" doesn't support the inclusion of rootfiles;

no. See working example

https://github.com/eclipse/tycho/tree/master/tycho-demo/itp04-rcp

Jan


From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Matthew O'Connor
Sent: Mittwoch, 14. Dezember 2011 01:20
To: Tycho user list
Subject: Re: [tycho-user] Adding resources directory using the eclipse-application packaging

It also appears that "eclipse-repository" doesn't support the inclusion of rootfiles; while "eclipse-application" does. Is that a known issue? And is the upcoming "eclipse-product" intended to support it?
On Tue, Dec 13, 2011 at 4:52 PM, Matthew O'Connor <thegreendragon@xxxxxxxxx> wrote:
Ah, interesting. Thank you. This is what I was looking for. I'm running into a problem tho. I've installed a recent 0.14.0-SNAPSHOT of Tycho, but when I go to /tycho-its/projects/MNGECLIPSE1105rootfiles/ and run `mvn package -Dtycho-version=0.14.0-SNAPSHOT`, the build fails (as in the attached log).

Is this a known issue? Do I have something misconfigured?

Thanks,
Matt

On Mon, Dec 5, 2011 at 1:43 PM, Davy Meers <davymeers@xxxxxxxxxxx> wrote:
Hello,

this can be done using root files as described in http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse.pde.doc.user/tasks/pde_rootfiles.htm.
An example can be found in the Tycho ITS (Check the files "pom.xml" and "root.properties"): https://github.com/eclipse/tycho/tree/master/tycho-its/projects/MNGECLIPSE1105rootfiles

Regards,
Davy Meers

________________________________________
Date: Mon, 5 Dec 2011 12:35:42 -0700
From: thegreendragon@xxxxxxxxx
To: tycho-user@xxxxxxxxxxx
Subject: Re: [tycho-user] Adding resources directory using the eclipse-application packaging


I opened an issue on how to do this as this is also somewhat of a show stopper for us.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=365658
On Fri, Dec 2, 2011 at 3:26 PM, Matthew O'Connor <thegreendragon@xxxxxxxxx> wrote:
For what it's worth, I am also interested in doing this.

Matthew

On Wed, Nov 30, 2011 at 4:56 AM, Cristiano Longo <clongo@xxxxxx> wrote:
Hi, I need to add a resource folder into the zip file produced by the mvn package command, launched on a pom with the eclipse-application packaging type. I need to add this new folder (filled with some files) under the eclipse dir in the zip file.

Suggestions?

Thank you in advance,
CL
_______________________________________________
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

_______________________________________________
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