Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Resource filtering: the Tycho way?

This is an open problem: https://bugs.eclipse.org/bugs/show_bug.cgi?id=362252

Regards
Tobias

> -----Original Message-----
> From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-
> bounces@xxxxxxxxxxx] On Behalf Of Andreas Sewe
> Sent: Dienstag, 8. Januar 2013 17:38
> To: tycho-user@xxxxxxxxxxx
> Subject: [tycho-user] Resource filtering: the Tycho way?
> 
> Hi,
> 
> what's the preferred way to do build-time string interpolation in a
> Tycho-based build. In Maven-land, the resources:resources goal is
> responsible for filtering (and indeed, that goal is part of the
> eclipse-plugin lifecycle), but in Tycho-land the resources picked up
> seem to be determined by your build.properties.
> 
> So, how to set things up in build.properties and the POM such that the
> resources are filtered before they are packaged as a bundle? I
> unfortunately wasn't able to find an example project that uses
> resources:resource-style resource filtering.
> 
> Best wishes,
> 
> Andreas
> --
> Codetrails.com - the knowledge transfer company
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top