Skip to main content

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

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.
-- 
 -Ted


Back to the top