Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » e(fx)clipse » No repository found at http://download.eclipse.org/efxclipse/compiler-released.
No repository found at http://download.eclipse.org/efxclipse/compiler-released. [message #1443823] Mon, 13 October 2014 08:49 Go to next message
Thomas Gawehn is currently offline Thomas GawehnFriend
Messages: 2
Registered: October 2014
Junior Member
Hello Tom,

I've installed

e(fx)clipse - IDE - Updatesite - http://download.eclipse.org/efxclipse/updates-released/1.0.0/site

via the Eclipse "Install New Software"-function.

Now, when I want do perform "Check for Updates" I get the following error during the update-check-process:

No repository found at http://download.eclipse.org/efxclipse/compiler-released.

Furthermore, when running the

File -> New -> Other -> JavaFX -> New FXGraph Wizard

I get the following error:

Failed to create injector for org.eclipse.fx.ide.fxgraph.FXGraph ExtensionFactory: org.eclipse.fx.ide.fxgraph.ui.FXGraphExecutableExtensionFactory

Seems, as if the installation went somehow wrong. Do you have any hints?

I have syntax highlighting support for fxml but no edit time error hints.

I was looking for your fxml-compiler, but didn't find a download-link for the 1.0.0-e(fx)clipse version, only for the 0.9.0-version, but I didn't want to mix that with 1.0.0 version, so I didn't install that.

Thanks & Greetings
Thomas
Re: No repository found at http://download.eclipse.org/efxclipse/compiler-released. [message #1444000 is a reply to message #1443823] Mon, 13 October 2014 14:19 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
On 13.10.14 16:09, Thomas Gawehn wrote:
> Hello Tom,
>
> I've installed
>
> e(fx)clipse - IDE - Updatesite -
> http://download.eclipse.org/efxclipse/updates-released/1.0.0/site
>
> via the Eclipse "Install New Software"-function.
>
> Now, when I want do perform "Check for Updates" I get the following
> error during the update-check-process:
>
> No repository found at
> http://download.eclipse.org/efxclipse/compiler-released.
>

http://download.eclipse.org/efxclipse/compiler-released is not a p2 repo
so it makes no sense that it is in the update site. I have no idea how
and why this site could have been added to the p2-repos to search for
updates.

> Furthermore, when running the
>
> File -> New -> Other -> JavaFX -> New FXGraph Wizard
>
> I get the following error:
>
> Failed to create injector for org.eclipse.fx.ide.fxgraph.FXGraph
> ExtensionFactory:
> org.eclipse.fx.ide.fxgraph.ui.FXGraphExecutableExtensionFactory
>
> Seems, as if the installation went somehow wrong. Do you have any hints?
>

My wild guess is that this fails because of a mismatch between installed
Xbase you have and the one we require. What's the version of Xtext/Xtend
you have installed?

> I have syntax highlighting support for fxml but no edit time error hints.
>

... the XML-Editor should not be affected by the FXGraph problems it does
not need that at all.

> I was looking for your fxml-compiler, but didn't find a download-link
> for the 1.0.0-e(fx)clipse version, only for the 0.9.0-version, but I
> didn't want to mix that with 1.0.0 version, so I didn't install that.
>

Unfortunately the 1.0.0 release of the compiler is broken - I'm
currently working on that so that at least the nightly compiler stuff is
in shape when we release 1.1.0 so even if I'd provide you the link it
would not be functional :-(

Tom
Re: No repository found at http://download.eclipse.org/efxclipse/compiler-released. [message #1444069 is a reply to message #1444000] Mon, 13 October 2014 15:39 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
FYI - a sample project with a working fxml-compiler is checked into the
repo at
http://git.eclipse.org/c/efxclipse/org.eclipse.efxclipse.git/tree/demos/org.eclipse.fx.samples.fxml.compiler

Tom

On 13.10.14 16:19, Tom Schindl wrote:
> On 13.10.14 16:09, Thomas Gawehn wrote:
>> Hello Tom,
>>
>> I've installed
>>
>> e(fx)clipse - IDE - Updatesite -
>> http://download.eclipse.org/efxclipse/updates-released/1.0.0/site
>>
>> via the Eclipse "Install New Software"-function.
>>
>> Now, when I want do perform "Check for Updates" I get the following
>> error during the update-check-process:
>>
>> No repository found at
>> http://download.eclipse.org/efxclipse/compiler-released.
>>
>
> http://download.eclipse.org/efxclipse/compiler-released is not a p2 repo
> so it makes no sense that it is in the update site. I have no idea how
> and why this site could have been added to the p2-repos to search for
> updates.
>
>> Furthermore, when running the
>>
>> File -> New -> Other -> JavaFX -> New FXGraph Wizard
>>
>> I get the following error:
>>
>> Failed to create injector for org.eclipse.fx.ide.fxgraph.FXGraph
>> ExtensionFactory:
>> org.eclipse.fx.ide.fxgraph.ui.FXGraphExecutableExtensionFactory
>>
>> Seems, as if the installation went somehow wrong. Do you have any hints?
>>
>
> My wild guess is that this fails because of a mismatch between installed
> Xbase you have and the one we require. What's the version of Xtext/Xtend
> you have installed?
>
>> I have syntax highlighting support for fxml but no edit time error hints.
>>
>
> .. the XML-Editor should not be affected by the FXGraph problems it does
> not need that at all.
>
>> I was looking for your fxml-compiler, but didn't find a download-link
>> for the 1.0.0-e(fx)clipse version, only for the 0.9.0-version, but I
>> didn't want to mix that with 1.0.0 version, so I didn't install that.
>>
>
> Unfortunately the 1.0.0 release of the compiler is broken - I'm
> currently working on that so that at least the nightly compiler stuff is
> in shape when we release 1.1.0 so even if I'd provide you the link it
> would not be functional :-(
>
> Tom
>
Re: No repository found at http://download.eclipse.org/efxclipse/compiler-released. [message #1444473 is a reply to message #1444000] Tue, 14 October 2014 05:46 Go to previous messageGo to next message
Thomas Gawehn is currently offline Thomas GawehnFriend
Messages: 2
Registered: October 2014
Junior Member
Tom,

many thanks for your support.

Quote:
My wild guess is that this fails because of a mismatch between installed
Xbase you have and the one we require. What's the version of Xtext/Xtend
you have installed?


My installed version of Xtext is

Xtext Redistributable
2.7.2.v201409160908
org.eclipse.xtext.redist.feature.group

I've also made a clean new download of Eclipse Luna 4.4.1 and then installed only efxclipse 1.0.0 and the above Xtext-package ...

Quote:
> I have syntax highlighting support for fxml but no edit time error hints.
>

... the XML-Editor should not be affected by the FXGraph problems it does
not need that at all.


So FXML-error reporting directly on the FXML-source is not available?
https://www.eclipse.org/efxclipse/fxml_tooling.png
let one suppose it would exist ...

Quote:
Unfortunately the 1.0.0 release of the compiler is broken - I'm
currently working on that so that at least the nightly compiler stuff is
in shape when we release 1.1.0 so even if I'd provide you the link it
would not be functional Sad


So looking really forward for the 1.1.0-version Wink ... as the compiler will give us a good understanding of using and modeling JavaFX widgets and comparing FXML to JavaFX-classes!
Re: No repository found at http://download.eclipse.org/efxclipse/compiler-released. [message #1444487 is a reply to message #1444473] Tue, 14 October 2014 06:18 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
On 14.10.14 07:46, Thomas Gawehn wrote:
> Tom,
> many thanks for your support.
>
> Quote:
>> My wild guess is that this fails because of a mismatch between installed
>> Xbase you have and the one we require. What's the version of Xtext/Xtend
>> you have installed?
>
>
> My installed version of Xtext is
> Xtext Redistributable
> 2.7.2.v201409160908
> org.eclipse.xtext.redist.feature.group
>
> I've also made a clean new download of Eclipse Luna 4.4.1 and then
> installed only efxclipse 1.0.0 and the above Xtext-package ...
>

Yeah IIRC 1.0.0 was built against 2.6.1. If you use the latest Xtext you
need to use our nightly build (our nightlies are fairly stable and we
take care to not break things) instead of the 1.0 release.

> Quote:
>> > I have syntax highlighting support for fxml but no edit time error
>> hints.
>> >
>> ... the XML-Editor should not be affected by the FXGraph problems it does
>> not need that at all.
>
>
> So FXML-error reporting directly on the FXML-source is not available?
> https://www.eclipse.org/efxclipse/fxml_tooling.png
> let one suppose it would exist ...
>

My comment referred to the FXGraph problem which should not affect
FXML-Editing. We currently only do auto-completion and error reporting
for controler based stuff but you are right we should add error reporting.

If you open the JavaFX Preview you should see errors but that's not as
good as error reporting inside the FXML - please file a bugzilla so that
we can track adding this feature.


> Quote:
>> Unfortunately the 1.0.0 release of the compiler is broken - I'm
>> currently working on that so that at least the nightly compiler stuff is
>> in shape when we release 1.1.0 so even if I'd provide you the link it
>> would not be functional :(
>
>
> So looking really forward for the 1.1.0-version ;) ... as the compiler
> will give us a good understanding of using and modeling JavaFX widgets
> and comparing FXML to JavaFX-classes!
>

If you checkout the sample project I pointed to in the other post you
can give it a spin already now.

Tom
Re: No repository found at http://download.eclipse.org/efxclipse/compiler-released. [message #1451021 is a reply to message #1444473] Thu, 23 October 2014 07:56 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Hi,

The nightly build of the compiler has been restored you can grab the
latest compiler suite from
http://download.eclipse.org/efxclipse/compiler-nightly/org.eclipse.fx.fxml.compiler_1.0.0-SNAPSHOT.jar

Tom

On 14.10.14 07:46, Thomas Gawehn wrote:
> Tom,
> many thanks for your support.
>
> Quote:
>> My wild guess is that this fails because of a mismatch between installed
>> Xbase you have and the one we require. What's the version of Xtext/Xtend
>> you have installed?
>
>
> My installed version of Xtext is
> Xtext Redistributable
> 2.7.2.v201409160908
> org.eclipse.xtext.redist.feature.group
>
> I've also made a clean new download of Eclipse Luna 4.4.1 and then
> installed only efxclipse 1.0.0 and the above Xtext-package ...
>
> Quote:
>> > I have syntax highlighting support for fxml but no edit time error
>> hints.
>> >
>> ... the XML-Editor should not be affected by the FXGraph problems it does
>> not need that at all.
>
>
> So FXML-error reporting directly on the FXML-source is not available?
> https://www.eclipse.org/efxclipse/fxml_tooling.png
> let one suppose it would exist ...
>
> Quote:
>> Unfortunately the 1.0.0 release of the compiler is broken - I'm
>> currently working on that so that at least the nightly compiler stuff is
>> in shape when we release 1.1.0 so even if I'd provide you the link it
>> would not be functional :(
>
>
> So looking really forward for the 1.1.0-version ;) ... as the compiler
> will give us a good understanding of using and modeling JavaFX widgets
> and comparing FXML to JavaFX-classes!
>
Previous Topic:Upcoming 1.1.0 release
Next Topic:Locale changes at runtime
Goto Forum:
  


Current Time: Sun Jan 26 09:47:02 GMT 2025

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

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

Back to the top