Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Buckminster dev » RE:[buckminster-dev] Maven and rmap (and possible resolution for StackOverflowError)
RE:[buckminster-dev] Maven and rmap (and possible resolution for StackOverflowError) [message #13480] Thu, 27 March 2008 17:03
Eclipse UserFriend
Originally posted by: hollings.cern.ch

Stefan,

I can answer the first question, I think.

I put a post in the news feed about this subject, so I'll just copy/paste it
here:

Hi,

I just ran into and resolved this problem (which I believe has also been
discussed under the buckminster-dev list under the title "Error Resolving
Buckminster"). I got the same stack trace and everything. Here is what I did
to install buckminster and subclipse when it wasn't working:

1) Add the subclipse site (http://subclipse.tigris.org/update_1.2.x)
2) Check both the Europa Discovery Site an the new subclipse site in the
update menu 3) Install all the buckminster things (specifically, the core
and
the features) from the Europa discovery site 4) Installed subversion **and
the subversion integration that is provided at the subclipse discovery
site**
<-- important
5) Downloaded the sample cquery:
http://www.eclipse.org/buckminster/samples/queries/demo.cque ry 6) Ran it
7) Experienced stack overflow

In order to resolve this, I used the instructions here:
http://wiki.eclipse.org/index.php/Getting_started_with_Buckm inster , which
results in a different subversion integration (the one provided by
buckminster and not subclipse). After that, the sample worked like a charm.

I hope this helps someone!

-Matt

-----Original Message-----
From: buckminster-dev-bounces@eclipse.org
[mailto:buckminster-dev-bounces@eclipse.org] On Behalf Of Imen Kalboussi
Sent: Thursday, March 27, 2008 12:48 PM
To: buckminster-dev@eclipse.org
Subject: [buckminster-dev] RE: buckminster-dev Digest, Vol 32, Issue 18

Hi Stefan

Thanks for answering me so fast, as I'm a beginner at Buckminster ( I
have read all the documentation in: http://www.eclipse.org/buckminster
)


I've faced many problems :)

1) When I try to execute the hello world of Buckminster
( http://wiki.eclipse.org/Hello_XML_World_Example_%28Buckminst er%29)

The following message is displayed:
java.lang.StackOverflowError

2) In my Rmap ,I need to point only maven repositories ,the problem is
that when I specify a component type (maven) I don't know really the
syntax to follow (should I specify a path to my pom.xml or what?)
i need an exemple to clarify this.




Thanks,

-----Original Message-----
From: buckminster-dev-bounces@eclipse.org
[mailto:buckminster-dev-bounces@eclipse.org] On Behalf Of
buckminster-dev-request@eclipse.org
Sent: jeudi 27 mars 2008 17:00
To: buckminster-dev@eclipse.org
Subject: buckminster-dev Digest, Vol 32, Issue 18

Send buckminster-dev mailing list submissions to
buckminster-dev@eclipse.org

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@eclipse.org

You can reach the person managing the list at
buckminster-dev-owner@eclipse.org

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


Today's Topics:

1. how can I build my eclipse plugin? (Imen Kalboussi)
2. Maven and rmap (Imen Kalboussi)
3. Re: Maven and rmap (Stefan Daume)


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

Message: 1
Date: Thu, 27 Mar 2008 09:20:24 +0100
From: "Imen Kalboussi" <ikalboussi@ilog.fr>
Subject: [buckminster-dev] how can I build my eclipse plugin?
To: <buckminster-dev@eclipse.org>
Message-ID: <3E5E1A634BBD5C4A94C4D4A6DE0852E7DF3B3D@parmbx02.ilog.biz>
Content-Type: text/plain; charset="us-ascii"

Hi,





Actually I have to build eclipse plugins in order to get at the end an
artifact (a jar) that contains a plugin and all the plugins that
depends on him.

So after writing a CQUERY and RMAP I don't know how to get the final
artifact with Buckminster.



I would be grateful if someone will try to help me .



Thanks

-------------- next part --------------
An HTML attachment was scrubbed...
URL:
https://dev.eclipse.org/mailman/private/buckminster-dev/atta chments/2008
0327/5b98f9ba/attachment.html

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

Message: 2
Date: Thu, 27 Mar 2008 14:27:31 +0100
From: "Imen Kalboussi" <ikalboussi@ilog.fr>
Subject: [buckminster-dev] Maven and rmap
To: <buckminster-dev@eclipse.org>
Message-ID: <3E5E1A634BBD5C4A94C4D4A6DE0852E7DF3C01@parmbx02.ilog.biz>
Content-Type: text/plain; charset="us-ascii"

Hi,





I think I have solve my problem it was very simple but now I have to
solve the dependencies between plugins, so if a plugin



A need a plugin B ; I must mention this kind of dependency on the RMAP
the problem is that Ilike this plugins would be bring from a maven
repository



The only thing that I know is that the pom.xml must be mention but the
syntax that I wrote is always wrong :-(



So is there any one who can give he right syntax when I'm looking
basically for an extended jar type but assuming Maven repository

dependency information contained in a Pom.



Thanks.





________________________________

From: Imen Kalboussi
Sent: jeudi 27 mars 2008 09:20
To: 'buckminster-dev@eclipse.org'
Subject: how can I build my eclipse plugin?



Hi,





Actually I have to build eclipse plugins in order to get at the end an
artifact (a jar) that contains a plugin and all the plugins that
depends on him.

So after writing a CQUERY and RMAP I don't know how to get the final
artifact with Buckminster.



I would be grateful if someone will try to help me .



Thanks

-------------- next part --------------
An HTML attachment was scrubbed...
URL:
https://dev.eclipse.org/mailman/private/buckminster-dev/atta chments/2008
0327/bd4f07e1/attachment.html

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

Message: 3
Date: Thu, 27 Mar 2008 15:05:06 +0100
From: Stefan Daume <stefan.daume@cloudsmith.com>
Subject: Re: [buckminster-dev] Maven and rmap
To: Buckminster developer discussions <buckminster-dev@eclipse.org>
Message-ID: <47EBA992.9090109@cloudsmith.com>
Content-Type: text/plain; charset=windows-1252; format=flowed

Hi Imen,

I am not sure I have understood what you mean when you say that "you
must mention the dependency in the RMAP". The RMAP is just a pointer to
the repositories that will or may contain the components you require. A
dependency will be captured by the plugin information where it would be
discovered automatically or it could be expressed explicitly in a
buckminster.cspec that you created. But in a basic plugin development
usecase you would not have to do that.

Could you post the RMAP that you have prepared to this list, so we can
have a look at what you have done so far ? And/or provide as much
additonal context as possible.

Stefan

Imen Kalboussi wrote:
>
> Hi,
>
> I think I have solve my problem it was very simple but now I have to
> solve the dependencies between plugins, so if a plugin
>
> A need a plugin B ; I must mention this kind of dependency on the RMAP

> the problem is that Ilike this plugins would be bring from a maven
> repository
>
> The only thing that I know is that the pom.xml must be mention but the

> syntax that I wrote is always wrong L
>
> So is there any one who can give he right syntax when I'm looking
> basically for an extended jar type but assuming Maven repository
>
> dependency information contained in a Pom.
>
> Thanks.
>
>
------------------------------------------------------------ ------------
>
> *From:* Imen Kalboussi
> *Sent:* jeudi 27 mars 2008 09:20
> *To:* 'buckminster-dev@eclipse.org'
> *Subject:* how can I build my eclipse plugin?
>
> Hi,
>
> Actually I have to build eclipse plugins in order to get at the end an

> artifact (a jar) that contains a plugin and all the plugins that
> depends on him.
>
> So after writing a CQUERY and RMAP I don't know how to get the final
> artifact with Buckminster.
>
> I would be grateful if someone will try to help me .
>
> Thanks
>
>
------------------------------------------------------------ ------------
>
> _______________________________________________
> 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


End of buckminster-dev Digest, Vol 32, Issue 18
***********************************************
_______________________________________________
buckminster-dev mailing list
buckminster-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/buckminster-dev
Previous Topic:[buckminster-dev] RE: buckminster-dev Digest, Vol 32, Issue 18
Next Topic:[buckminster-dev] (no subject)
Goto Forum:
  


Current Time: Wed Apr 24 20:17:36 GMT 2024

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

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

Back to the top