Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Buckminster dev » Re: [buckminster-dev] help with CVS
Re: [buckminster-dev] help with CVS [message #4060] Thu, 14 February 2008 19:46 Go to next message
Todd Lee is currently offline Todd LeeFriend
Messages: 44
Registered: July 2009
Member
Hey Thomas,

Just to follow up, that's a no-go on the repo access - sorry, but I'm sure
you understand corporate policy ;)
By all means though, let me know if there's something that I can test
locally. We're quite focused on trying to get some infrastructure in place
for our build, so you can consider me at your disposal if it helps us
resolve our issues.

Thanks again,

Todd




Thomas Hallgren
<thomas@tada.se>
Sent by: To
buckminster-dev-b Buckminster developer discussions
ounces@eclipse.or <buckminster-dev@eclipse.org>
g cc

Subject
02/14/2008 12:48 Re: [buckminster-dev] help with CVS
PM


Please respond to
Buckminster
developer
discussions
<buckminster-dev@
eclipse.org>






Hi Todd,
I do have a bugzilla that indicates some difficulties pertaining to use
of CVSNT but the rpository root "/usr/local/share/projects/cvsrep" would
suggest that it's not what you're using :-)

Any chance you could give me temporary access to this repo?

Regards,
Thomas Hallgren


Todd_Lee@amis.com wrote:
> Hi Thomas - thanks for the reply...
> Curious though. I can indeed check out ALL the projects into my eclipse
> workspace using Eclipse CVS. Of course, with autobuild turned on I get
the
> following Errors/warnings
>
> Errors:
> Severity and Description Path
> Resource Location Creation Time Id
> Package 'org.demo.worlds' does not exist in this plug-in
> org.demo.xml.provider/META-INF MANIFEST.MF line 10 1203009040895
> 253
> Package 'se.tada.util.sax' does not exist in this plug-in
> org.demo.xml.provider/META-INF MANIFEST.MF line 9 1203009040895
> 252
> Project 'org.demo.xml.provider' is missing required library:
> 'jars/tada-sax.jar' org.demo.xml.provider Build path
> 1203008956345 240
> Project 'org.demo.xml.provider' is missing required library:
> 'jars/worlds.jar' org.demo.xml.provider Build path 1203008956345
> 241
> The project cannot be built until build path errors are resolved
> org.demo.xml.provider Unknown 1203009040880 251
> The project was not built since it depends on org.demo.xml.provider,
which
> has build path errors org.demo.hello.xml.world Unknown
> 1203009040926 258
>
> Warnings:
> An "source.jars/tada-sax.jar" build entry is missing
org.demo.xml.provider
> build.properties line 1 1203009040911 256
> An "source.jars/worlds.jar" build entry is missing
org.demo.xml.provider
> build.properties line 1 1203009040911 257
> The file "jars/worlds.jar" does not exist in the workspace
> org.demo.xml.provider build.properties line 6 1203009040911
255
> The folder "jars/" does not exist in the workspace
org.demo.xml.provider
> build.properties line 5 1203009040911 254
>
> Which is what I would expect until I can get buckminster working :)
>
> If you can think of anything that might cause this curious behaviour, I'd
> certainly appreciate some insight - thanks!
>
> Todd
>
>
> Todd Lee
> Software Tools
> AMI Semiconductor
> Tel: +1.519.884.9696 ext 2242
> Fax: +1.519.884.0228
> E-mail: todd_lee@amis.com
>
>
>

> Thomas Hallgren

> <thomas@tada.se>

> Sent by:
To
> buckminster-dev-b Buckminster developer discussions

> ounces@eclipse.or <buckminster-dev@eclipse.org>

> g
cc
>

>
Subject
> 02/14/2008 11:10 Re: [buckminster-dev] help with
CVS
> AM

>

>

> Please respond to

> Buckminster

> developer

> discussions

> <buckminster-dev@

> eclipse.org>

>

>

>
>
>
>
> Hi Todd,
> Buckminster has no special requirements for CVS support other then that
> the Buckminster CVS feature is installed. It uses the built in CVS
> support provided by the Eclipse IDE. If that works, Buckminster should
> also work. I can't see anything wrong with your setup. So first question
> I have to ask is - are you able to check out the
> org.demo.hello.xml.world project into your workspace using the Eclipse
CVS?
>
> - thomas
>
>
> Todd_Lee@amis.com wrote:
>
>> Hi there,
>>
>> So I tried with little success yesterday to use buckminster in our local
>> environment. After a bit of investigation, I'm wondering if it has
>> something to do with our CVS repository?
>> As a bit of background, no matter what I try to resolve, I seem to get
>> errors like the following:
>>
>> Found searchPath default for component org.demo.hello.xml.world
>> ERROR [0001] : No suitable provider for component
>> org.demo.hello.xml.world:osgi.bundle was found in searchPath default
>> ERROR [0001] : Provider
>>
>>
>
cvs(:pserver:leet@sam :/usr/local/share/projects/cvsrep,swt_root/scratch/leet/buck minstertest/helloworld/org.demo.hello.xml.world):

>
>
>> No match found for component org.demo.hello.xml.world
>>
>> After banging my head on my desk for a while, I thought I'd try to
>> eliminate possible sources of error so I elected to try a local setup
>>
> with
>
>> the 'hello world xml' demo which I know works (btw - thanks Thomas, svn
>> works now!). I exported the resolved/materialized (from eclipse svn
repo)
>> sources and added them to my local CVS for a test.
>>
>> I made a local copy of the cquery available on our network with the
>> following contents (filename: hwdemo.cquery):
>>
>> <?xml version="1.0" encoding="UTF-8"?>
>> <cq:componentQuery xmlns:cq="
>>
> http://www.eclipse.org/buckminster/CQuery-1.0"
>
>> resourceMap="http://sam/ide/updates/dev/hwdemo.rmap">
>> <cq:rootRequest name="org.demo.hello.xml.world"
>> componentType="osgi.bundle" versionType="OSGi"/>
>> </cq:componentQuery>
>>
>> I also made a local copy of the rmap likewise, changing the provider
info
>> to our local CVS (filename: hwdemo.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:mp="http://www.eclipse.org/buckminster/MavenProvider-1.0"
>> xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0">
>>
>> <searchPath name="default">
>> <provider readerType="cvs"
>> componentTypes="eclipse.feature,osgi.bundle,buckminster" source="true">
>> <uri
>>
>>
>
format=" :pserver:${user.name}@sam:/usr/local/share/projects/cvsrep,s wt_root/scratch/leet/buckminstertest/helloworld/{0} ">

>
>
>> <bc:propertyRef key="buckminster.component" />
>> </uri>
>> </provider>
>> </searchPath>
>>
>> <locator searchPathRef="default" pattern="^org\.demo\..*" />
>> <redirect
>> href=" http://www.eclipse.org/buckminster/samples/rmaps/dogfood2.rm ap"
>> pattern=".*"/>
>> </rmap>
>>
>>
>> So I get into my eclipse workbench and do File-> Open component query...
>> and enter my url. The CQUERY opens and I click 'resolve to wizard' with
>>
> my
>
>> fingers crossed - and I get the error at the start of this message. It
>> looks like it can't get the component info for this component, right? I
>>
> do
>
>> a local cvs checkout and confirm that the META-INF dir and plugin.xml
>>
> file
>
>> are where they are expected and sure enough, there they are (see
attached
>> screenshot).
>>
>> (Embedded image moved to file: pic23281.jpg)
>>
>>
>> I assumed this is everything that would be required for successful
>> resolution, but no joy...
>> I'm left to think that the only possible point of failure is the point
at
>> which buckminster trys to actually get the component info from our CVS
>> repo. Can you suggest a test that I can try locally to try and
>> confirm/ruleout this option? Are there specific requirements for
>> buckminster CVS support?
>>
>> Any help you can provide is greatly appreciated!
>>
>> Cheers
>> Todd
>> AMI Semiconductor - "Silicon Solutions for the Real World"
>> NOTICE:
>> This electronic message contains information that may be confidential or
>>
> privileged. The information is intended for the use of the individual or
> entity named above. If you are not the intended recipient, please be
aware
> that any disclosure, copying, distribution or use of the contents of this
> information is prohibited. If you received this electronic message in
> error, please notify the sender and delete the copy you received.
>
>> ------------------------------------------------------------ ------------
>>
>> ------------------------------------------------------------ ------------
>>
>> _______________________________________________
>> buckminster-dev mailing list
>> buckminster-dev@eclipse.org
>> https://dev.eclipse.org/mailman/listinfo/buckminster-dev
>>
>>
>
> _______________________________________________
> buckminster-dev mailing list
> buckminster-dev@eclipse.org
> https://dev.eclipse.org/mailman/listinfo/buckminster-dev
>
>
> AMI Semiconductor - "Silicon Solutions for the Real World"
> NOTICE:
> This electronic message contains information that may be confidential or
privileged. The information is intended for the use of the individual or
entity named above. If you are not the intended recipient, please be aware
that any disclosure, copying, distribution or use of the contents of this
information is prohibited. If you received this electronic message in
error, please notify the sender and delete the copy you received.
>
> _______________________________________________
> buckminster-dev mailing list
> buckminster-dev@eclipse.org
> https://dev.eclipse.org/mailman/listinfo/buckminster-dev
>

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


AMI Semiconductor - "Silicon Solutions for the Real World"
NOTICE:
This electronic message contains information that may be confidential or privileged. The information is intended for the use of the individual or entity named above. If you are not the intended recipient, please be aware that any disclosure, copying, distribution or use of the contents of this information is prohibited. If you received this electronic message in error, please notify the sender and delete the copy you received.
Re: [buckminster-dev] help with CVS [message #4128 is a reply to message #4060] Thu, 14 February 2008 22:49 Go to previous message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Hi Todd,
Well, if it cannot be done in one direction, perhaps we can go the other way.

I've set up a CVSNT server on my own host and I added the demo to that repository and made it
accessible using anonymous access. You should be able to reach it with the following 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:mp="http://www.eclipse.org/buckminster/MavenProvider-1.0"
xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0">

<searchPath name="default">
<provider readerType="cvs" componentTypes="eclipse.feature,osgi.bundle,buckminster" source="true">
<uri format=":pserver:anonymous@www.tada.se:/cvsroot/test,{0}">
<bc:propertyRef key="buckminster.component" />
</uri>
</provider>
</searchPath>

<locator searchPathRef="default" pattern="^org\.demo\..*" />
<redirect href=" http://www.eclipse.org/buckminster/samples/rmaps/dogfood2.rm ap" pattern=".*"/>
</rmap>

I have no problems resolving and materializing this. Perhaps you can verify that this repository has
the same structure as yours?

- thomas




Todd_Lee@amis.com wrote:
> Hey Thomas,
>
> Just to follow up, that's a no-go on the repo access - sorry, but I'm sure
> you understand corporate policy ;)
> By all means though, let me know if there's something that I can test
> locally. We're quite focused on trying to get some infrastructure in place
> for our build, so you can consider me at your disposal if it helps us
> resolve our issues.
>
> Thanks again,
>
> Todd
Re: [buckminster-dev] help with CVS [message #4198 is a reply to message #4060] Thu, 14 February 2008 22:49 Go to previous message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Hi Todd,
Well, if it cannot be done in one direction, perhaps we can go the other way.

I've set up a CVSNT server on my own host and I added the demo to that repository and made it
accessible using anonymous access. You should be able to reach it with the following 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:mp="http://www.eclipse.org/buckminster/MavenProvider-1.0"
xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0">

<searchPath name="default">
<provider readerType="cvs" componentTypes="eclipse.feature,osgi.bundle,buckminster" source="true">
<uri format=":pserver:anonymous@www.tada.se:/cvsroot/test,{0}">
<bc:propertyRef key="buckminster.component" />
</uri>
</provider>
</searchPath>

<locator searchPathRef="default" pattern="^org\.demo\..*" />
<redirect href=" http://www.eclipse.org/buckminster/samples/rmaps/dogfood2.rm ap" pattern=".*"/>
</rmap>

I have no problems resolving and materializing this. Perhaps you can verify that this repository has
the same structure as yours?

- thomas




Todd_Lee@amis.com wrote:
> Hey Thomas,
>
> Just to follow up, that's a no-go on the repo access - sorry, but I'm sure
> you understand corporate policy ;)
> By all means though, let me know if there's something that I can test
> locally. We're quite focused on trying to get some infrastructure in place
> for our build, so you can consider me at your disposal if it helps us
> resolve our issues.
>
> Thanks again,
>
> Todd
Previous Topic:Re: [buckminster-dev] help with CVS
Next Topic:Re: [buckminster-dev] help with CVS
Goto Forum:
  


Current Time: Fri Apr 26 19:46:45 GMT 2024

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

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

Back to the top