Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » e(fx)clipse » Build e(fx)clipse from Sources
Build e(fx)clipse from Sources [message #1096503] Wed, 28 August 2013 13:29 Go to next message
Klevis Ramo is currently offline Klevis RamoFriend
Messages: 3
Registered: April 2013
Junior Member
Hi,

I'm trying to build e(fx)clipse form sources so i can contribute p2 functionality
for this project as eclipse SWT render do but i couldn't make it.
Can anyone please show some instructions?
Starting from which git repository to clone org.eclipse.efxclipse.git or efxclipse.git etc...
I'm working with eclipse kepler.

Thank you!
Re: Build e(fx)clipse from Sources [message #1096616 is a reply to message #1096503] Wed, 28 August 2013 16:33 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Hi,

Not sure what you mean by p2 functionality? Do you want to contribute
source code to e(fx)clipse project? What p2 stuff do the SWT-Renderer have?

So what part of efxclipse do you want to build the tooling or the runtime?

Generally speaking the process is:
a) clone http://git.eclipse.org/c/efxclipse/org.eclipse.efxclipse.git/
b) import the projects under "bundles/runtime/" to your eclipse

If you have e(fx)clipse installed in your Host-IDE things should resolve
without problems.

if you want to build it on the command line you can execute the
releng/org.eclipse.fx.releng/pom.xml

Tom

On 28.08.13 16:37, Klevis Ramo wrote:
> Hi,
>
> I'm trying to build e(fx)clipse form sources so i can contribute p2
> functionality
> for this project as eclipse SWT render do but i couldn't make it.
> Can anyone please show some instructions?
> Starting from which git repository to clone org.eclipse.efxclipse.git
> or efxclipse.git etc...
> I'm working with eclipse kepler.
>
> Thank you!
Re: Build e(fx)clipse from Sources [message #1097069 is a reply to message #1096616] Thu, 29 August 2013 07:32 Go to previous messageGo to next message
Klevis Ramo is currently offline Klevis RamoFriend
Messages: 3
Registered: April 2013
Junior Member
Hi,
Eclipse standard release has p2 functionality like install new software,uninstall,update but the p2 functionality has dependency from org.eclipse.ui(from eclipse 3.x).
I just made eclipse p2 work in eclipse 4 without dependency from org.eclipse.ui(install,uninstall,update).That is a working demo for vaaclipse.
I like your work with java-fx render and i want to contribute this(install new software,update,uninstall) to e(fx)clipse project.
But first i needed to build the project from sources.
That is pretty much what i meant to do.

Thank You!
Re: Build e(fx)clipse from Sources [message #1097130 is a reply to message #1097069] Thu, 29 August 2013 09:14 Go to previous messageGo to next message
Klevis Ramo is currently offline Klevis RamoFriend
Messages: 3
Registered: April 2013
Junior Member
Hi,
i follow your inststcutions and i had run some of the demos but one of them(org.eclipse.fx.demo.contacts.app)
has compile error not found:
import javafx.scene.control.TreeTableColumn;
import javafx.scene.control.TreeTableView;

also compile errors on:
-org.eclipse.fx.core.databinding--> not found import java.util.Spliterator;
import java.util.function.Consumer;
-and compile error--> import java.util.Spliterator;
import java.util.function.Consumer;

Am i missing something?

Thank you!
Re: Build e(fx)clipse from Sources [message #1097360 is a reply to message #1097130] Thu, 29 August 2013 15:50 Go to previous message
Eclipse UserFriend
You need jdk 8 to get rid of those errors.
Previous Topic:Icons on Buttons via FXGraph
Next Topic:e(fx)clipse beta8 & eclipse4
Goto Forum:
  


Current Time: Fri Apr 26 03:19:16 GMT 2024

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

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

Back to the top