Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [buckminster-dev] my Hello XML World Buck example stopped working

Just tested the demo application using the latest Buckminster for 3.6, the resolution and subsequent build completed without problems.

- thomas


On 2009-12-13 06:00, Thomas Hallgren wrote:
Hi Ted,
What version of Buckminster are you using? From where do yo download it?
If you are using the 3.6 platform, then there might well be fluctuations
as we're trying to keep up with the platform milestones. The current
milestone is 3.6M4.

Regards,
Thomas Hallgren


On 2009-12-13 01:54, Ted Kubaska wrote:
You know yesterday the Bucky example Hello XML World worked fine for
me but today I get this error

ERROR [0001] : CSpec se.tada/tada-sax has no action, group, or
local artifact named java.binary.archives
CSpec se.tada/tada-sax has no action, group, or local artifact named
java.binary.archives
TAG-ID 0001 = Query for org.demo.hello.xml.world:osgi.bundle

There does not appear to have been a change to the svn repo, so this
must be somthing on my end, but I am clearly baffled.

I really haven't changed anything ... in fact, there's hardly anything
to change. I use the rmap from
http://www.eclipse.org/buckminster/samples/rmaps/demo.rmap and the
cquery copied from page 129 of the Bucky book. Only the project
org.demo.worlds is created, not the other two.

<?xml version="1.0" encoding="UTF-8"?>
<cq:componentQuery
xmlns:cq="http://www.eclipse.org/buckminster/CQuery-1.0";

resourceMap="http://www.eclipse.org/buckminster/samples/rmaps/demo.rmap";>
<cq:rootRequest name="org.demo.hello.xml.world"
componentType="osgi.bundle"/>
</cq:componentQuery>

Each time I try it, I delete the org.demo.worlds project that was made.

I'm using Eclipse 3.6M3.




Back to the top