Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Including BIRT in RCP project?

If the features aren't granular enough for you (I don't really know the specifics of BIRT) then presumably you could create your own feature which includes just the subset of plugins you want?

Cheers,
Chris


On Tue, Dec 11, 2012 at 5:33 PM, Aaron Siri <aaron@xxxxxxxxxx> wrote:
Um, well, that was pretty easy.  Easier than I thought.  I was expecting more pain.  I added the BIRT feature and it just worked.

Now, I just need to trim it back a bit (the BIRT adds a *lot* of plugins).  Is there an easy way grab the feature but selectively prevent certain plugins from being included?  Or, is it easier to just create a new BIRT feature with the plugins I want?

Thanks for the help.

-Aaron


On Mon, Dec 10, 2012 at 5:08 PM, Jeff MAURY <jeffmaury@xxxxxxxxxxxxx> wrote:
You just need to add the BIRT feature(s) into your product definition, add these feature(s) into the target file with the BIRT repository or add the BIRT repository into your POM as a P2 repository (not the recommanded way)

Jeff



On Mon, Dec 10, 2012 at 10:54 PM, Aaron Siri <aaron@xxxxxxxxxx> wrote:
Hello,

I have an RCP project that is using Tycho to build.  I have defined a product which is including a feature (with my plugins) that I have also defined.  It appears to be working well.  My question is: Can I easily include BIRT into my RCP app?  Can I simply define a maven dependency to a p2 repo or something similar?  What will it take to get BIRT included into my app?

I've been looking for example on how to do something like this but haven't found anything.

Thanks!

-Aaron

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user




--
Jeff MAURY


"Legacy code" often differs from its suggested alternative by actually working and scaling.
 - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury

_______________________________________________
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