Materialization problem from the IDE [message #661434] |
Thu, 24 March 2011 12:33  |
Eclipse User |
|
|
|
Hi,
I have a headless build with my rmap, cquery and mspec files that works fine but not from the IDE. This is the first part of the output for one of my plugins when both builds are the same:
net.morcate.console.alerts:osgi.bundle: Using resolver Local resolver
net.morcate.console.alerts:osgi.bundle: Trying provider local(materialized)
No materialization found for net.morcate.console.alerts:osgi.bundle
net.morcate.console.alerts:osgi.bundle: Trying provider local(workspace)
No open workspace project found that corresponds to net.morcate.console.alerts:osgi.bundle
net.morcate.console.alerts:osgi.bundle: Trying provider local(target)
net.morcate.console.alerts:osgi.bundle: Rejecting provider eclipse.platform(plugin/net.morcate.console.alerts): No component match was found
net.morcate.console.alerts:osgi.bundle: Using resource map file:/home/joaquin/workspaceConsole/net.morcate.console.releng/build/s3bConsole.rmap
net.morcate.console.alerts:osgi.bundle: Using search path console.plugins
net.morcate.console.alerts:osgi.bundle: Trying provider svn(svn://localhost/var/svn/ConsoleRepo/trunk/{0}[svn://localhost/var/svn/ConsoleRepo/trunk/net.morcate.console.alerts])
net.morcate.console.alerts:osgi.bundle: trunk/head will be searched
Then the headless continues using svn that it is what I put in my rmap:
Listing remote folder svn://localhost/var/repo/svn/sssbconsole/ConsoleRepo/trunk/net.morcate.console.alerts#HEAD
but the build in Eclipse prefers the svn+ssh protocol:
Listing remote folder svn+ssh://localhost/var/svn/ConsoleRepo/trunk/net.morcate.console.alerts#HEAD
and then ... the disaster:
net.morcate.console.alerts:osgi.bundle: Trunk/Head rejected: org.eclipse.team.svn.core.connector.SVNConnectorException: svn: Malformed network data
net.morcate.console.alerts:osgi.bundle: Rejecting provider svn(svn://localhost/var/svn/ConsoleRepo/trunk/{0}[svn://localhost/var/svn/ConsoleRepo/trunk/net.morcate.console.alerts]): No component match was found
net.morcate.console.alerts:osgi.bundle: No provider was found that could resolve the request
ERROR [0002] : No suitable provider for component net.morcate.console.alerts:osgi.bundle was found in resourceMap file:/home/joaquin/workspaceConsole/net.morcate.console.releng/build/s3bConsole.rmap
ERROR [0002] : No suitable provider for component net.morcate.console.alerts:osgi.bundle was found in searchPath console.plugins
ERROR [0002] : Rejecting provider svn(svn://localhost/var/svn/ConsoleRepo/trunk/{0}[svn://localhost/var/svn/ConsoleRepo/trunk/net.morcate.console.alerts]): No component match was found
I have been trying to find a solution for this the last couple of days, but I am not able to find a solution. Any suggestion?
Thank you
Joaquin
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03781 seconds