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?

Yeah, I've seen that. But the problem is that we have our product based on PDE (RCP) and there is about thousands classes so we have to use Tycho.

------------ Původní zpráva ------------
Od: Mickael Istria <mistria@xxxxxxxxxx>
Předmět: Re: [tycho-user] how write own tycho plug-in? any tutorial? api?
Datum: 26.7.2012 10:13:14
----------------------------------------
Hi

You should install m2e, to get better integration of Maven and Eclipse,
and then read and learn what you can find here:
http://maven.apache.org/plugin-developers/index.html

On 07/26/2012 10:07 AM, e92-330cd@xxxxxxxxx wrote:
> but should I write maven plugin to read sources insteaad of tycho
> plugin  if i dont have maven directory structure of project?? I have
> classic eclipse plugin dir structure. Under "plugin name" dir , there
> is "src" folder with plenty packages, than  "META-INF" folder, than
> build.propertis, plugin.xml, etc...
>
> David
>
>
>> ------------ Původní zpráva ------------
>> Od: Mickael Istria <mistria@xxxxxxxxxx>
>> Předmět: Re: [tycho-user] how write own tycho plug-in? any tutorial?
>> api?
>> Datum: 24.7.2012 12:48:50
>> ----------------------------------------
>> 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


--
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>





Back to the top