Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Anyone out there using Tycho?

Tycho can auto-generate pom files. I used this with the UDC build.

The auto-generation assumes a hierarchical file structure with the root
pom in a directory above each of the bundles/features.

I moved the auto-generated root pom into a sibling directory and then
updated all the relative links to the various poms.

The one wrinkle is that there is no build-in way to do pack200 and
signing. Jesse has created some magic that does this for Jetty (it's in
the "repository" pom.xml for udc).

Here is a blog post describing my initial experience:

http://waynebeaton.wordpress.com/2010/09/23/building-woolsey-with-maven-and-tycho/

HTH,

Wayne

On 02/07/2011 12:27 PM, Chris Aniszczyk wrote:
> On Mon, Feb 7, 2011 at 11:19 AM, Eric Gwin <eric.gwin@xxxxxxxxxx
> <mailto:eric.gwin@xxxxxxxxxx>> wrote:
> 
>     Thanks Chris,
> 
>     You don't need to rush the example though. I've gotten Tycho working
>     based upon examples on the web. My issue is that our 'rt' project is
>     NOT in a fully maven or eclipse structure, so Tycho hasn't been able
>     to auto-generate for me and I'm needing to learn more of maven than
>     examples teach to get tycho working for our bundles.
> 
> 
> What do you mean "auto-generate" ?
> 
> I believe most projects at eclipse.org <http://eclipse.org> are using
> the manifest-first approach with Tycho... so things just work. Are you
> expecting your MANIFEST.MF's to be generated also?
> 
> 
> -- 
> Cheers,
> 
> Chris Aniszczyk
> http://aniszczyk.org
> +1 860 839 2465
> 
> 
> 
> _______________________________________________
> cross-project-issues-dev mailing list
> cross-project-issues-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Back to the top