Buckminster SVN [SOLVED] [message #656216] |
Thu, 24 February 2011 15:24 |
Joaquin Morcate Messages: 52 Registered: March 2010 |
Member |
|
|
Hi,
I'm trying to build my application with Buckminster but I'm stuck. It doesn't matter what I set in uri for the svn provider, I always have the same error. I have tried with both subversive and subeclipse support for svn. My svn repository is organized as follows:
+ myRepo
+ tags
+ branches
+ trunk
+ net.morcate.myApplication
+ net.morcate.myApplication.feature
+ net.morcate.myApplication.otherPlugins ....
This is the error that I get and my cquery, mspec, and rmap files. Sorry for the length of the post.
[java] import '-P' '/home/joaquin/workspaceMyApplication/consoleBuild/build/build-387595675properties' '/home/joaquin/workspaceMyApplication/net.morcate.myApplication.releng/build/myApplication.mspec'
[java] Platform install location: /home/joaquin/workspaceMyApplication/consoleBuild/tools/buckminster
[java] Target platform provided by class org.eclipse.buckminster.pde.internal.PDETargetPlatform
[java] net.morcate.myApplication.feature:eclipse.feature: Using resolver rmap
[java] net.morcate.myApplication.feature:eclipse.feature: Using resolver Local resolver
[java] net.morcate.myApplication.feature:eclipse.feature: Trying provider local(materialized)
[java] No materialization found for net.morcate.myApplication.feature:eclipse.feature
[java] net.morcate.myApplication.feature:eclipse.feature: Trying provider local(workspace)
[java] No open workspace project found that corresponds to net.morcate.myApplication.feature:eclipse.feature
[java] net.morcate.myApplication.feature:eclipse.feature: Trying provider local(target)
[java] net.morcate.myApplication.feature:eclipse.feature: Rejecting provider eclipse.platform(feature/net.morcate.myApplication.feature): No component match was found
[java] net.morcate.myApplication.feature:eclipse.feature: Using resource map file:/home/joaquin/workspaceMyApplication/net.morcate.myApplication.releng/build/myApplication.rmap
[java] net.morcate.myApplication.feature:eclipse.feature: Using search path default
[java] net.morcate.myApplication.feature:eclipse.feature: Trying provider svn(svn+ssh://localhost/svn/myRepo/trunk/{0}[svn+ssh://localhost/svn/myRepo/trunk/net.morcate.myApplication.feature])
[java] ERROR [0001] : java.lang.NoSuchMethodError: org.eclipse.buckminster.core.resolver.NodeQuery.getRevision()J
[java] INFO: TAG-ID 0001 = Query for net.morcate.myApplication.feature:eclipse.feature
[java]
[java] Doing full workspace refresh
[java] Waiting for jobs to end
[java] Java Result: 1
myApplication.cquery
=====================
<?xml version="1.0" encoding="UTF-8"?>
<cq:componentQuery xmlns:cq="http://www.eclipse.org/buckminster/CQuery-1.0" resourceMap="myApplication.rmap">
<cq:rootRequest name="net.morcate.myApplication.feature" componentType="eclipse.feature"/>
</cq:componentQuery>
myApplication.rmap
===================
<?xml version="1.0" encoding="UTF-8"?>
<rm:rmap xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0"
xmlns:rm="http://www.eclipse.org/buckminster/RMap-1.0">
<rm:searchPath name="default">
<rm:provider readerType="svn" componentTypes="osgi.bundle,eclipse.feature,buckminster"
mutable="true" source="true">
<rm:uri format="svn+ssh://localhost/svn/myRepo/trunk/{0}">
<bc:propertyRef key="buckminster.component"/>
</rm:uri>
</rm:provider>
</rm:searchPath>
<rm:locator searchPathRef="default" pattern="^net\.morcate\.myApplication\..*"/>
</rm:rmap>
myApplication.mspec
===================
<?xml version="1.0" encoding="UTF-8"?>
<mspec:mspec xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0"
xmlns:mspec="http://www.eclipse.org/buckminster/MetaData-1.0"
materializer="p2" name="myApplication.mspec" url="myApplication.cquery"
conflictResolution="UPDATE">
<mspec:property key="target.os" value="*" />
<mspec:property key="target.ws" value="*" />
<mspec:property key="target.arch" value="*" />
<mspec:mspecNode filter="(buckminster.source=true)"
materializer="workspace"/>
</mspec:mspec>
[Updated on: Mon, 28 February 2011 09:51] Report message to a moderator
|
|
|
|
|
Re: Buckminster SVN [message #656389 is a reply to message #656216] |
Fri, 25 February 2011 11:57 |
|
Hi Joaquin,
I think your install is messed up. You get NoSuchMethodError on
NodeQuery.getRevision(). This tells me that your
org.eclipse.buckminster.subversion bundle is out of synch with the
org.eclipse.buckminster.core bundle.
Try a clean install.
Regards,
Thomas Hallgren
On 2011-02-24 16:24, Joaquin Morcate wrote:
> Hi,
>
> I'm trying to build my application with Buckminster but I'm stuck. It
> doesn't matter what I set in uri for the svn provider, I always have the
> same error. I have tried with both subversive and subeclipse support for
> svn. My svn repository is organized as follows:
>
> + myRepo
> + tags
> + branches
> + trunk
> + net.morcate.myApplication
> + net.morcate.myApplication.feature
> + net.morcate.myApplication.otherPlugins ....
>
> This is the error that I get and my cquery, mspec, and rmap files. Sorry
> for the length of the post.
>
> [java] import '-P'
> '/home/joaquin/workspaceMyApplication/consoleBuild/build/bui ld-387595675properties'
> '/home/joaquin/workspaceMyApplication/net.morcate.myApplicat ion.releng/build/myApplication.mspec'
>
> [java] Platform install location:
> /home/joaquin/workspaceMyApplication/consoleBuild/tools/buck minster
> [java] Target platform provided by class
> org.eclipse.buckminster.pde.internal.PDETargetPlatform
> [java] net.morcate.myApplication.feature:eclipse.feature: Using resolver
> rmap
> [java] net.morcate.myApplication.feature:eclipse.feature: Using resolver
> Local resolver
> [java] net.morcate.myApplication.feature:eclipse.feature: Trying
> provider local(materialized)
> [java] No materialization found for
> net.morcate.myApplication.feature:eclipse.feature
> [java] net.morcate.myApplication.feature:eclipse.feature: Trying
> provider local(workspace)
> [java] No open workspace project found that corresponds to
> net.morcate.myApplication.feature:eclipse.feature
> [java] net.morcate.myApplication.feature:eclipse.feature: Trying
> provider local(target)
> [java] net.morcate.myApplication.feature:eclipse.feature: Rejecting
> provider eclipse.platform(feature/net.morcate.myApplication.feature): No
> component match was found
> [java] net.morcate.myApplication.feature:eclipse.feature: Using resource
> map
> file:/home/joaquin/workspaceMyApplication/net.morcate.myAppl ication.releng/build/myApplication.rmap
>
> [java] net.morcate.myApplication.feature:eclipse.feature: Using search
> path default
> [java] net.morcate.myApplication.feature:eclipse.feature: Trying
> provider
> svn(svn+ssh://localhost/svn/myRepo/trunk/{0}[ svn+ssh://localhost/svn/myRepo/trunk/net.morcate.myApplicati on.feature])
>
> [java] ERROR [0001] : java.lang.NoSuchMethodError:
> org.eclipse.buckminster.core.resolver.NodeQuery.getRevision( )J
> [java] INFO: TAG-ID 0001 = Query for
> net.morcate.myApplication.feature:eclipse.feature
> [java] [java] Doing full workspace refresh
> [java] Waiting for jobs to end
> [java] Java Result: 1
>
>
>
> myApplication.cquery
> =====================
>
> <?xml version="1.0" encoding="UTF-8"?>
> <cq:componentQuery
> xmlns:cq="http://www.eclipse.org/buckminster/CQuery-1.0"
> resourceMap="myApplication.rmap">
> <cq:rootRequest name="net.morcate.myApplication.feature"
> componentType="eclipse.feature"/>
> </cq:componentQuery>
>
> myApplication.rmap
> ===================
>
> <?xml version="1.0" encoding="UTF-8"?>
> <rm:rmap xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0"
> xmlns:rm="http://www.eclipse.org/buckminster/RMap-1.0">
>
> <rm:searchPath name="default">
> <rm:provider readerType="svn"
> componentTypes="osgi.bundle,eclipse.feature,buckminster"
> mutable="true" source="true">
> <rm:uri format="svn+ssh://localhost/svn/myRepo/trunk/{0}">
> <bc:propertyRef key="buckminster.component"/>
> </rm:uri>
> </rm:provider>
> </rm:searchPath>
> <rm:locator searchPathRef="default"
> pattern="^net\.morcate\.myApplication\..*"/>
> </rm:rmap>
>
> myApplication.mspec
> ===================
>
> <?xml version="1.0" encoding="UTF-8"?>
> <mspec:mspec xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0"
> xmlns:mspec="http://www.eclipse.org/buckminster/MetaData-1.0"
> materializer="p2" name="myApplication.mspec" url="myApplication.cquery"
> conflictResolution="UPDATE">
>
> <mspec:property key="target.os" value="*" />
> <mspec:property key="target.ws" value="*" />
> <mspec:property key="target.arch" value="*" />
>
> <mspec:mspecNode filter="(buckminster.source=true)"
> materializer="workspace"/>
> </mspec:mspec>
>
>
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04306 seconds