Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » e(fx)clipse » CSS Editor failure on Luna JEE x64(no completion available with JavaFX CSS editor)
CSS Editor failure on Luna JEE x64 [message #1446185] Thu, 16 October 2014 13:18 Go to next message
Matthieu Brouillard is currently offline Matthieu BrouillardFriend
Messages: 2
Registered: October 2014
Junior Member
Hi all,

I have fresh new Eclipse Luna SR1 JEE x64 installation on which I installed via update site e(fx)clipse 1.0.0 following instructions on https://www.eclipse.org/efxclipse/install.html.

I have several things not working correctly:
- JavaFX CSS editor does not autocomplete and warn for unknown properties
- FxGraph does not work

When looking at the error log I see errors coming from efxclispe.
The first ones in the log are :


  • org.eclipse.fx.ide.fxgraph.ui.FXGraphExecutableExtensionFactory - Failed to create injector for org.eclipse.fx.ide.fxgraph.FXGraph
  • org.eclipse.fx.ide.fxgraph.ui.internal.FXGraphActivator - Guice creation errors:


My projects are simple maven java project imported using : import existing maven project functionality.
When asked, for example JavaFX CSS editor, I added the XText nature to the project.
I have a JDK8u20 installed & declared inside Eclipse.

Can someone help in finding what is going wrong?

PS: find attached the stack trace of the Guice error

Thanks for help.
  • Attachment: stack.txt
    (Size: 63.10KB, Downloaded 316 times)
Re: CSS Editor failure on Luna JEE x64 [message #1446196 is a reply to message #1446185] Thu, 16 October 2014 13:33 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
On 16.10.14 15:23, Matthieu Brouillard wrote:
> Hi all,
>
> I have fresh new Eclipse Luna SR1 JEE x64 installation on which I installed via update site e(fx)clipse 1.0.0 following instructions on https://www.eclipse.org/efxclipse/install.html.
>
> I have several things not working correctly:
> - JavaFX CSS editor does not autocomplete and warn for unknown properties
> - FxGraph does not work
>
> When looking at the error log I see errors coming from efxclispe.
> The first ones in the log are :
>
>
> org.eclipse.fx.ide.fxgraph.ui.FXGraphExecutableExtensionFactory - Failed to create injector for org.eclipse.fx.ide.fxgraph.FXGraph
> org.eclipse.fx.ide.fxgraph.ui.internal.FXGraphActivator - Guice creation errors:
>
>
> My projects are simple maven java project imported using : import existing maven project functionality.
> When asked, for example JavaFX CSS editor, I added the XText nature to the project.
> I have a JDK8u20 installed & declared inside Eclipse.

The problem with CSS can be explained by the fact that they are m2e
managed projects. The reason is that we *require* the JavaFX SDK
Classpath container being part of the Classpath

Bring up the context menu on the project, go to Build Path > Add
Libraries and add the JavaFX SDK.

It would be nice if you could file a bug for that so that we can think
of solutions for m2e managed projects.

The FXGraph problem is most likely because of a missmatch between
Xtext/Xtend and e(fx)clipse, the only way to resolve this until we ship
1.1 is to install our nightly build and/or use our prepackaged distro
which still is on SR0.

Tom
Re: CSS Editor failure on Luna JEE x64 [message #1449528 is a reply to message #1446196] Tue, 21 October 2014 13:48 Go to previous messageGo to next message
Matthieu Brouillard is currently offline Matthieu BrouillardFriend
Messages: 2
Registered: October 2014
Junior Member
Hi Tom,


  • adding manually the SDK resolved the CSS issue
  • bug 448084 is created to describe the m2e integration (https: // bugs.eclipse.org/bugs/show_bug.cgi?id=448084])
  • for the nightly builds, is there an update site available? i found only the full SDK downloads from your company site: http: // downloads.efxclipse.bestsolution.at/downloads/nightly/sdk/


Thank you for your support and the excellent work you provide.

PS: I had to break the links because as I am new to it the forum blocked me to post external URLs

Matthieu
Re: CSS Editor failure on Luna JEE x64 [message #1449630 is a reply to message #1449528] Tue, 21 October 2014 16:32 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Hi,

Yes nightly builds are available from
http://download.eclipse.org/efxclipse/updates-nightly/site

Tom

On 21.10.14 15:48, Matthieu Brouillard wrote:
> Hi Tom,
>
>
> adding manually the SDK resolved the CSS issue
> bug 448084 is created to describe the m2e integration (https: //
> bugs.eclipse.org/bugs/show_bug.cgi?id=448084])
> for the nightly builds, is there an update site available? i found only
> the full SDK downloads from your company site: http: //
> downloads.efxclipse.bestsolution.at/downloads/nightly/sdk/
>
>
> Thank you for your support and the excellent work you provide.
>
> PS: I had to break the links because as I am new to it the forum blocked
> me to post external URLs
>
> Matthieu
>
Previous Topic:CSS styling of MCompositePart
Next Topic:Using FXMLLoaderFactory with non-file input ?
Goto Forum:
  


Current Time: Fri Apr 19 18:05:04 GMT 2024

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

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

Back to the top