Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » Imported Project's Name Issue
Imported Project's Name Issue [message #375913] Thu, 22 May 2008 07:05 Go to next message
Alex Chatziparaskewas is currently offline Alex ChatziparaskewasFriend
Messages: 10
Registered: July 2009
Junior Member
Hi

I have some - problem would be an overstatement - lets say 'question' with
the project's name resolved and imported by Buckminster.

E.g. I have a 'hibernate' project wrapping the core hibernate jars. The
details of this project are:
physical location: .../org.hibernate_3.2
Eclipse project name: org.hibernate_3.2
symbolic id: org.hibernate
OSGi version 3.2.0

The reason for appending the id to location and project name is basically
founded in the fact for some things (not hibernate though), we have the
same lib in our project under more than one version (I am not talking
about buckminster's disability to handle this though!).

Now, if Buckminster resolves this project and imports it, it it shown in
Eclipse under the name 'org.hibernate' and not 'org.hibernate_3.2'! Is
there any way to tell buckminster to 'avoid loosing the version number'?

Once the project is loaded under the - lets say - wrong name into the
workspace, it works slightly different than if it would have been loaded
manually. E.g. when doing a manual import of projects, Eclipse does not
recognise this project as already loaded (maybe since org.hibernate is
different from org.hibernate_3.2, although the physical locations would
match).

Thanks & Regards
Alex
Re: Imported Project's Name Issue [message #375914 is a reply to message #375913] Thu, 22 May 2008 18:20 Go to previous messageGo to next message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Alex Chatziparaskewas wrote:
> Now, if Buckminster resolves this project and imports it, it it shown in
> Eclipse under the name 'org.hibernate' and not 'org.hibernate_3.2'! Is
> there any way to tell buckminster to 'avoid loosing the version number'?
>
This should not happen if you check in the .project file along with the
rest. Is that the case or is it generated during check-out?

Regards,
Thomas Hallgren
Re: Imported Project's Name Issue [message #375915 is a reply to message #375914] Fri, 23 May 2008 05:20 Go to previous messageGo to next message
Alex Chatziparaskewas is currently offline Alex ChatziparaskewasFriend
Messages: 10
Registered: July 2009
Junior Member
Hi Thomas

Everything is checked in and the .project files are existing. However, the
projects are not loaded from SVN/CVS (although SVN is currently being
used, ClearCase will anyhow be the SCM tool of 'choice' in the very near
future), but directly imported from the filesystem, using
'readerType="local"' and URIs of the form 'uri format="file:///D:.../{0}'.

Thanks & Regards
Alex
Re: Imported Project's Name Issue [message #375916 is a reply to message #375915] Fri, 23 May 2008 05:34 Go to previous messageGo to next message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Hi Alex,

When you say that the project "is shown in Eclipse under the name
'org.hibernate'", do you mean in the package explorer? If so, has
Buckminster actually changed the .project file so that it now contains
this project name instead of the old one?

Regards,
Thomas Hallgren


Alex Chatziparaskewas wrote:
> Hi Thomas
>
> Everything is checked in and the .project files are existing. However,
> the projects are not loaded from SVN/CVS (although SVN is currently
> being used, ClearCase will anyhow be the SCM tool of 'choice' in the
> very near future), but directly imported from the filesystem, using
> 'readerType="local"' and URIs of the form 'uri format="file:///D:.../{0}'.
>
> Thanks & Regards
> Alex
>
Re: Imported Project's Name Issue [message #375917 is a reply to message #375916] Fri, 23 May 2008 05:45 Go to previous messageGo to next message
Alex Chatziparaskewas is currently offline Alex ChatziparaskewasFriend
Messages: 10
Registered: July 2009
Junior Member
Hi Thomas

It is in the package explorer and the funny thing about this is that
buckminster actually does not change the .project file nor does it get
changed by anything else at any time in the future. It simply looks like
it is shown 'differently' than expected. I just opened a .project file
using the Navigator to really have a look at the .project file as Eclipse
sees it. And still everything looks fine, the version number is part of
the <name> tag.

Regards
Alex

Thomas Hallgren wrote:

> Hi Alex,

> When you say that the project "is shown in Eclipse under the name
> 'org.hibernate'", do you mean in the package explorer? If so, has
> Buckminster actually changed the .project file so that it now contains
> this project name instead of the old one?

> Regards,
> Thomas Hallgren


> Alex Chatziparaskewas wrote:
>> Hi Thomas
>>
>> Everything is checked in and the .project files are existing. However,
>> the projects are not loaded from SVN/CVS (although SVN is currently
>> being used, ClearCase will anyhow be the SCM tool of 'choice' in the
>> very near future), but directly imported from the filesystem, using
>> 'readerType="local"' and URIs of the form 'uri format="file:///D:.../{0}'.
>>
>> Thanks & Regards
>> Alex
>>
Re: Imported Project's Name Issue [message #375918 is a reply to message #375917] Fri, 23 May 2008 06:18 Go to previous messageGo to next message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Hi Alex,

One last question. Is the physical location of this project directly
beneath the physical location of the workspace? I.e. do you have

<workspace>/org.hibernate_3.2

in the filesystem?

- thomas
Re: Imported Project's Name Issue [message #375999 is a reply to message #375918] Fri, 23 May 2008 06:30 Go to previous messageGo to next message
Alex Chatziparaskewas is currently offline Alex ChatziparaskewasFriend
Messages: 10
Registered: July 2009
Junior Member
Hi Thomas

No worries, as many questions as you like (but no source code ...).

No, the workspace is actually at a different location. It is more like the
following:

wp-infra/... (contains infrastructure stuff)
wp-client/... (contains the client related stuff)

Now loading 'the client' of course requires some infrastructure projects.
The Eclipse workspace would normally now be set to wp-client.

Regards
Alex


Thomas Hallgren wrote:

> Hi Alex,

> One last question. Is the physical location of this project directly
> beneath the physical location of the workspace? I.e. do you have

> <workspace>/org.hibernate_3.2

> in the filesystem?

> - thomas
Re: Imported Project's Name Issue [message #376000 is a reply to message #375999] Fri, 23 May 2008 06:54 Go to previous messageGo to next message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Alex Chatziparaskewas wrote:
> Hi Thomas
>
> No worries, as many questions as you like (but no source code ...).
>
What, you don't do open source!? (just kidding :-) )

I have one more thing to ask. Can you please enter a bugzilla for this?

- thomas
Re: Imported Project's Name Issue [message #376001 is a reply to message #376000] Fri, 23 May 2008 08:24 Go to previous messageGo to next message
Alex Chatziparaskewas is currently offline Alex ChatziparaskewasFriend
Messages: 10
Registered: July 2009
Junior Member
Hi Thomas

I have added a bug (my very first one on this web site, so don't
complain): https://bugs.eclipse.org/bugs/show_bug.cgi?id=233626

And I do not do open source (currently) because of the one thing which
drives (most of) us: M O N E Y. (not kidding)

Regards
Alex

Thomas Hallgren wrote:

> Alex Chatziparaskewas wrote:
>> Hi Thomas
>>
>> No worries, as many questions as you like (but no source code ...).
>>
> What, you don't do open source!? (just kidding :-) )

> I have one more thing to ask. Can you please enter a bugzilla for this?

> - thomas
Re: Imported Project's Name Issue [message #376002 is a reply to message #376001] Fri, 23 May 2008 08:56 Go to previous message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Alex Chatziparaskewas wrote:
> Hi Thomas
>
> I have added a bug (my very first one on this web site, so don't
> complain): https://bugs.eclipse.org/bugs/show_bug.cgi?id=233626
>
Thanks.


> And I do not do open source (currently) because of the one thing which
> drives (most of) us: M O N E Y. (not kidding)

There's a lot of money to be made by using open source so there ought to
be a huge incentive to pay for the development of it. I'd consider that
a management problem. A bit off topic for this list though :-)

Regards,
Thomas Hallgren
Previous Topic:Version confusion
Next Topic:Buckminster & Working Sets
Goto Forum:
  


Current Time: Wed Apr 24 23:28:46 GMT 2024

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

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

Back to the top