Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[buckminster-dev] RE: buckminster-dev Digest, Vol 32, Issue 20

Good morning,

Here's my quickstart.cquery:

?xml version="1.0" encoding="UTF-8"?>
<cq:componentQuery
xmlns:cq="http://www.eclipse.org/buckminster/CQuery-1.0";
resourceMap="path/to quickstart.rmap ">
    <cq:rootRequest
name="org.eclipse.buckminster.maven.sample.quickstart" />
</cq:componentQuery>


And this is my quickstart.rmap:

<?xml version="1.0" encoding="UTF-8"?>
<rmap
    xmlns="http://www.eclipse.org/buckminster/RMap-1.0";
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
    xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0";
    xmlns:mp="http://www.eclipse.org/buckminster/MavenProvider-1.0";>

    <searchPath name="maven">
      <provider xsi:type="mp:MavenProvider" readerType="maven2"
componentType="maven" mutable="false" source="false">
        <uri format="http://repo1.maven.org/maven2"/>
      </provider>
    </searchPath>

    <searchPath name="samples">
        <provider readerType="svn" componentTypes="maven" mutable="true"
source="true">
        	<uri
format="svn://dev.eclipse.org/svnroot/technology/org.eclipse.buckminster
/trunk/testbench/{0}">
        		<bc:propertyRef key="buckminster.component"/>
        	</uri>
        </provider>
    </searchPath>

	<locator searchPathRef="samples" pattern=".*\.sample\..*" />
	<locator searchPathRef="maven" pattern=".*" />

</rmap>

And this is the message error:


Unable to resolve: org.eclipse.buckminster.maven.sample.quickstart

Thanks


-----Original Message-----
From: buckminster-dev-bounces@xxxxxxxxxxx
[mailto:buckminster-dev-bounces@xxxxxxxxxxx] On Behalf Of
buckminster-dev-request@xxxxxxxxxxx
Sent: dimanche 30 mars 2008 18:00
To: buckminster-dev@xxxxxxxxxxx
Subject: buckminster-dev Digest, Vol 32, Issue 20

Send buckminster-dev mailing list submissions to
	buckminster-dev@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
	https://dev.eclipse.org/mailman/listinfo/buckminster-dev
or, via email, send a message with subject or body 'help' to
	buckminster-dev-request@xxxxxxxxxxx

You can reach the person managing the list at
	buckminster-dev-owner@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of buckminster-dev digest..."


Today's Topics:

   1. RE: (no subject) (Matt Hollingsworth)


----------------------------------------------------------------------

Message: 1
Date: Sat, 29 Mar 2008 20:50:16 -0500
From: Matt Hollingsworth <hollings@xxxxxxx>
Subject: RE: [buckminster-dev] (no subject)
To: 'Buckminster developer discussions' <buckminster-dev@xxxxxxxxxxx>
Message-ID: <027001c89208$6802b260$960ea8c0@xxxxxxxx>
Keywords: CERN SpamKiller Note: 0 Charset: west-latin
Content-Type: text/plain; charset="us-ascii"

Imen,

 

Are you able to resolve the RMAP that is referred to in the CQUERY?
I.e.,
is your internet access "normal," or is it behind some corporate
firewall?
I wouldn't imagine that the resolving step would fail unless the CQUERY
couldn't find the RMAP for some reason.

 

-Matt

 

  _____  

From: buckminster-dev-bounces@xxxxxxxxxxx
[mailto:buckminster-dev-bounces@xxxxxxxxxxx] On Behalf Of Imen Kalboussi
Sent: Friday, March 28, 2008 4:49 AM
To: buckminster-dev@xxxxxxxxxxx
Subject: [buckminster-dev] (no subject)

 

Hi Matt,

 

Thanks for your help.

 

I've followed the instructions that you gave to me and this error
message
was generated:

 

Unable to resolve: org.eclipse.buckminster

 

What shall I do?

 

 

Thanks,

-------------- next part --------------
An HTML attachment was scrubbed...
URL:
https://dev.eclipse.org/mailman/private/buckminster-dev/attachments/2008
0329/5dd16104/attachment.html

------------------------------

_______________________________________________
buckminster-dev mailing list
buckminster-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/buckminster-dev


End of buckminster-dev Digest, Vol 32, Issue 20
***********************************************


Back to the top