Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Building a dynamic repository URL

answering myself here. i don't know enough how maven processes the build.properties file, but it seems the part that throws the error
has still the unprocessed value or the URL:

https://github.com/eclipse/tycho/blob/master/tycho-p2/tycho-p2-facade/src/main/java/org/eclipse/tycho/p2/resolver/P2TargetPlatformResolver.java#L313


-robert



On Sun, Sep 30, 2012 at 7:43 PM, Robert Gründler <r.gruendler@xxxxxxxxx> wrote:
Hi,

i'm trying to use a property in an <url> node for a local repository:

Invalid repository URL: file:///${buildbase}/org.pex.p2-mirror.aggregator/target/mirror

I've tried already all sorts of combinations, but i keep getting the Invalid repository URL.

Is this possible to do somehow?


regards


-robert





Back to the top