Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] how write own tycho plug-in? any tutorial? api?

that would be definitely good. I hope that there will be some record or documentation about it.

David


------------ Původní zpráva ------------
Od: Igor Fedorenko <igor@xxxxxxxxxxxxxx>
Předmět: Re: [tycho-user] how write own tycho plug-in? any tutorial? api?
Datum: 24.7.2012 18:03:52
----------------------------------------
If there is enough interest, we still have few days to submit
"introduction to tycho and tycho extensions development" talk for the
eclipsecon eu.

--
Regards,
Igor

On 12-07-24 6:48 AM, Mickael Istria wrote:
> This is not really a Tycho issue. Tycho is "just" an extension of Maven
> to resolve classpath differently, relying on MANIFEST.MF or other
> OSGi/Eclipse-specific files.
> In order to write a plugin, you must get knowledge about Maven. There
> are good tutorials and archetypes on how to write a Maven plugin. You
> have to start with one of them.
>
> HTH
>
> On 07/24/2012 12:43 PM, e92-330cd@xxxxxxxxx wrote:
>> yeah, i've seen that. But it doesnt saying me anything.... without
description what is for etc... its just a bunch of letters and code..
>>
>> My idea was to extend AbstractMojo class and somehow tell tycho to go thru
all the source files and generate some output.
>> But still hard for me without knowledge...
>>
>> MB
>>
>>
>>> ------------ Původní zpráva ------------
>>> Od: Joseph D Carroll Jr<jdsalingerjr@xxxxxxxxx>
>>> Předmět: Re: [tycho-user] how write own tycho plug-in? any tutorial? api?
>>> Datum: 20.7.2012 15:05:39
>>> ----------------------------------------
>>> Have you tried the tutorials at github? [1]
>>> They are a great examples and you should be able to build from there.
>>>
>>> JD
>>>
>>> [1]http://github.com/eclipse/tycho-demo
>>>
>>> On Fri, Jul 20, 2012 at 2:17 AM,<e92-330cd@xxxxxxxxx>  wrote:
>>>
>>>> Hello,
>>>> I am still just a little suck_r in tycho, but I would to write own tycho
>>>> plugin. Is there any small cook book, tutorial ?
>>>> David
>>>> _______________________________________________
>>>> 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
>
>
> --
> Mickael Istria
> Eclipse developer at JBoss, by Red Hat <http://www.jboss.org/tools>
> My blog <http://mickaelistria.wordpress.com> - My Tweets
> <http://twitter.com/mickaelistria>
>
>
> _______________________________________________
> 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