Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » Linked resources are not supported by this application.
Linked resources are not supported by this application. [message #1718204] Mon, 21 December 2015 09:59 Go to next message
Lorenzo Bettini is currently offline Lorenzo BettiniFriend
Messages: 1812
Registered: July 2009
Location: Firenze, Italy
Senior Member
Hi

I recently started to get this error when performing the import projects
setup tasks

"Linked resources are not supported by this application."

I had never seen this before... anyone else experienced this?

thanks in advance
Lorenzo

--
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
HOME: http://www.lorenzobettini.it
Xtext Book:
http://www.packtpub.com/implementing-domain-specific-languages-with-xtext-and-xtend/book


Re: Linked resources are not supported by this application. [message #1718238 is a reply to message #1718204] Mon, 21 December 2015 14:01 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33133
Registered: July 2009
Senior Member
Lorenzo,

Is Window -> Preferences -> General -> Workspace -> Linked Resources ->
Enable linked resources enabled/checked in this case?


On 21/12/2015 10:59 AM, Lorenzo Bettini wrote:
> Hi
>
> I recently started to get this error when performing the import projects
> setup tasks
>
> "Linked resources are not supported by this application."
>
> I had never seen this before... anyone else experienced this?
>
> thanks in advance
> Lorenzo
>


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Linked resources are not supported by this application. [message #1718239 is a reply to message #1718204] Mon, 21 December 2015 14:01 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33133
Registered: July 2009
Senior Member
Lorenzo,

Is Window -> Preferences -> General -> Workspace -> Linked Resources ->
Enable linked resources enabled/checked in this case?


On 21/12/2015 10:59 AM, Lorenzo Bettini wrote:
> Hi
>
> I recently started to get this error when performing the import projects
> setup tasks
>
> "Linked resources are not supported by this application."
>
> I had never seen this before... anyone else experienced this?
>
> thanks in advance
> Lorenzo
>


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Linked resources are not supported by this application. [message #1718319 is a reply to message #1718238] Tue, 22 December 2015 11:47 Go to previous messageGo to next message
Lorenzo Bettini is currently offline Lorenzo BettiniFriend
Messages: 1812
Registered: July 2009
Location: Firenze, Italy
Senior Member
On 21/12/2015 15:01, Ed Merks wrote:
> Lorenzo,
>
> Is Window -> Preferences -> General -> Workspace -> Linked Resources ->
> Enable linked resources enabled/checked in this case?
>

Hi Ed

Actually, it wasn't enabled, and I don't know why :)
I've always used linked resources myself in other workspaces. In this
specific project there were no linked resources anyway...

In any case, I forced this option in the Oomph setup and now everything
works file:
http://git.eclipse.org/c/emf-parsley/org.eclipse.emf-parsley.git/commit/?id=d34f741a32de15c80ce900d5712ee27faeca58ec

thanks
Lorenzo

--
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
HOME: http://www.lorenzobettini.it
Xtext Book:
http://www.packtpub.com/implementing-domain-specific-languages-with-xtext-and-xtend/book


Re: Linked resources are not supported by this application. [message #1744659 is a reply to message #1718319] Thu, 29 September 2016 10:42 Go to previous messageGo to next message
Felix Dorner is currently offline Felix DornerFriend
Messages: 392
Registered: December 2015
Senior Member
I have gotten this at today. Maybe has something to do with neon.1 which was released?
Re: Linked resources are not supported by this application. [message #1744672 is a reply to message #1744659] Thu, 29 September 2016 12:16 Go to previous messageGo to next message
Felix Dorner is currently offline Felix DornerFriend
Messages: 392
Registered: December 2015
Senior Member
I tested a fresh install and here the option is enabled. I wonder how it became inactive in the other installation.. :/
Re: Linked resources are not supported by this application. [message #1745191 is a reply to message #1744672] Thu, 06 October 2016 08:33 Go to previous messageGo to next message
Felix Dorner is currently offline Felix DornerFriend
Messages: 392
Registered: December 2015
Senior Member
I get this now every single time I run the setup tasks. Do you think I could install a simple tracer that dumps a stack when this preference changes, so I could find out what is causing it?
Re: Linked resources are not supported by this application. [message #1745198 is a reply to message #1745191] Thu, 06 October 2016 11:40 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33133
Registered: July 2009
Senior Member
If you want this always to be true, why not just record it into your user setup or your project setup?

Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Linked resources are not supported by this application. [message #1745203 is a reply to message #1745198] Thu, 06 October 2016 12:49 Go to previous messageGo to next message
Felix Dorner is currently offline Felix DornerFriend
Messages: 392
Registered: December 2015
Senior Member
No, I don't quite accept that 'something' updates a preference in a sneaky way like it's currently happening. I will try to fix this the hard way. Having oomph re-set it to my liking would only cure the symptom.
Re: Linked resources are not supported by this application. [message #1745410 is a reply to message #1745203] Mon, 10 October 2016 12:36 Go to previous messageGo to next message
Stephan Herrmann is currently offline Stephan HerrmannFriend
Messages: 1853
Registered: July 2009
Senior Member
Me too.
The error message out of the blue looks bogus to me.
Does importing git projects via Oomph require this capability?
Is importing a project already creating a linked resource? (Doc speaks only of linked resources *within* a project - which should not be needed in my case).
... confused ...

Edit: In my case this happened in Mars.2, only Oomph and Egit have been updated to their 201609 versions. Maybe this helps to narrow down the culprit.

[Updated on: Mon, 10 October 2016 12:39]

Report message to a moderator

Re: Linked resources are not supported by this application. [message #1745420 is a reply to message #1745410] Mon, 10 October 2016 14:25 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33133
Registered: July 2009
Senior Member
Nothing in Oomph is specifically creating linked resources but if the projects being imported contain linked resources then I suppose that importing them would require the workspace to allow that. I don't know what would disable that preference; it always is true for me and I haven't recorded it that way.

Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Update an already eclipse installed through oomph
Next Topic:Error installing .setup
Goto Forum:
  


Current Time: Tue Apr 16 10:03:11 GMT 2024

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

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

Back to the top