Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho build extension for projects with packaging type POM?

Hi,
I'm using packaging type eclipse-feature and building a dummy feature a the same time. For sure, a workaround. I also would see packaging type "pom" as the best place to do such things, but only due to lack of alternatives. Generally, nothing might be "packaged" by the eclipse-run plugin.
Klaus

-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Simon Goodall
Sent: Montag, 23. Juli 2012 18:27
To: Tycho user list
Subject: Re: [tycho-user] Tycho build extension for projects with packaging type POM?

Hi,

The wiki page for this plugin [1] gives an example of creating an
eclipse installation. It does not show the packaging type - but I am
not sure what I would use if not "pom".

[1] http://wiki.eclipse.org/Tycho/Additional_Tools#tycho-eclipserun-plugin

Simon

On 21 July 2012 10:12, Simon Goodall <simon.goodall@xxxxxxxxxxxxxxx> wrote:
> I would find this a useful feature too. I have a few places where I am
> running various eclipse application (typically various p2 based ones
> and I think also the antRunner application) where I need to use a
> build script (e.g bash or equivalent window batch) pointing to a local
> eclipse installation. It would be advantageous to use the eclipse-run
> plugin with the embedded eclipse runtime to avoid the need for machine
> specific build scripts and instead use a more portable maven pom based
> build file.
>
> Simon
>
> On 20 July 2012 11:49, Igor Fedorenko <igor@xxxxxxxxxxxxxx> wrote:
>> Packaging pom is reserved for configuration inheritance and build
>> aggregation. Even if maven does not explicitly forbid other uses, I
>> would not recommend using packaging pom for anything else.
>>
>> --
>> Regards,
>> Igor
>>
>>
>> On 12-07-20 6:42 AM, Kopecz, Klaus wrote:
>>>
>>> Hi,
>>> It seems that it is not possible to run Tycho build extension for projects
>>> with packaging type POM?
>>> I'm getting error messages like:
>>>
>>> Failed to execute goal
>>> org.eclipse.tycho.extras:tycho-eclipserun-plugin:0.15.0:eclipse-run
>>> (default) on project <project name>: Execution default of goal
>>> org.eclipse.tycho.extras:tycho-eclipserun-plugin:0.15.0:eclipse-run failed:
>>> Tycho build extension not configured for MavenProject:
>>>
>>> Is there a way to get this running for packaging type POM? I tried to bind
>>> the eclipse-run goal to several lifecycle phases without success.
>>> Thanks,
>>> Klaus
>>> _______________________________________________
>>> 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