[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.technology.buckminster] Authentication error: No CVS authenticator is registered

hi

i have problems accessing my cvs repository (cvs server is running on windows with cvsnt) in buckminster headless mode; everything works fine in the IDE....

c:>buckminster -data /foo resolve file:/C:/bar/bar.cquery
Using workspace at file:/C:/foo/...
Errors during resolve
[0.1]Provider cvs(:pserver:anonymous:anonymous@xxxxxxxxxxx:/cvsrepos,com.xyz.bar): No match found for component com.xyz.bar
Caused by: [0.1][0.1]Authentication error: No CVS authenticator is registered


headless is working with the buckminster test cvs repository

the rmap file:
<?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="xyz.cvs">
<provider readerType="cvs" componentType="eclipse.project" mutable="true" source="true">
<uri format=":pserver:anonymous:anonymous@xxxxxxxxxxx:/cvsrepos,{0}">
<bc:propertyRef key="buckminster.component" />
</uri>
</provider>
</searchPath>
<locator searchPathRef="xyz.cvs" pattern="^org\.xyz\..*" />
<locator searchPathRef="xyz.cvs" pattern="^com\.xyz\..*" />
</rmap>


any hints?

michi