Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » sp:repository set where?
sp:repository set where? [message #653245] Wed, 09 February 2011 01:38 Go to next message
Miles Parker is currently offline Miles ParkerFriend
Messages: 1341
Registered: July 2009
Senior Member
This is a really dumb question, but I'm not sure where the value for product.ant is actually set. Am I supposed to be configuring this somewhere?

Currently I'm getting this:

[ant] Unable to parse ${sp:repository} into an URI: Illegal character in scheme name at index 0: ${sp:repository%7D.
If I replace the

<property name="repository" value="${sp:repository}"/>

line with an explicit value, everything works, but obviously that's not very satisfying.
Re: sp:repository set where? [message #654485 is a reply to message #653245] Wed, 16 February 2011 00:21 Go to previous messageGo to next message
Miles Parker is currently offline Miles ParkerFriend
Messages: 1341
Registered: July 2009
Senior Member
Ping. This one has me scratching my head -- where is the ${sp:repository} property set and why don't I have one? Smile

Miles Parker wrote on Tue, 08 February 2011 20:38
This is a really dumb question, but I'm not sure where the value for product.ant is actually set. Am I supposed to be configuring this somewhere?

Currently I'm getting this:

[ant] Unable to parse ${sp:repository} into an URI: Illegal character in scheme name at index 0: ${sp:repository%7D.
If I replace the

<property name="repository" value="${sp:repository}"/>

line with an explicit value, everything works, but obviously that's not very satisfying.


Re: sp:repository set where? [message #654516 is a reply to message #654485] Wed, 16 February 2011 07:30 Go to previous message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Hi Miles,

On 2011-02-16 01:21, Miles Parker wrote:
> Ping. This one has me scratching my head -- where is the ${sp:repository} property set and why don't I have one? :)
>
Sorry, I missed your previous post. You need to add a prerequisite that looks something like this to your cspex file in
the product feature:

<prerequisites alias="repository">
<attribute name="site.p2"/>
</prerequisites>

- thomas
Previous Topic:Question about reader type
Next Topic:Buckminster stuck at 83% executing site.p2 job
Goto Forum:
  


Current Time: Thu Apr 25 07:51:40 GMT 2024

Powered by FUDForum. Page generated in 0.05534 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top