Re: Setup IDE for development instructions

2014-05-07 Thread Tom Schindl
The path to to the libraries is wrong. It is -Djava.library.path=${workspace_loc:rt}/build/sdk/rt/lib Tom On 28.04.14 23:36, Stephen F Northover wrote: I fixed the wiki to warn Eclipse users not to do this. Steve On 2014-04-28 4:55 PM, Stephen F Northover wrote: Thanks Tom. Felipe ran

Re: Setup IDE for development instructions

2014-04-28 Thread Tom Schindl
Hi, Just to finish this. The real problem with is that I've clone the hg-repo directly to my workspace-folder (which is the default in the Eclipse-hg-plugin) which is causing all the troubles! Once I move the clone next to the workspace-folder things started to operate the way they should. Tom

Re: Setup IDE for development instructions

2014-04-24 Thread Stephen F Northover
On 2014-04-24 4:29 PM, Tom Schindl wrote: Hi, I try to follow the guide at https://wiki.openjdk.java.net/display/OpenJFX/Using+an+IDE to setup my Eclipse workspace but the description how to preconfigure the JDK is a ambiguous. The ambiguous information is the cd PATH TO JFX which could me (I

Re: Setup IDE for development instructions

2014-04-24 Thread Tom Schindl
More stuff that does not work. If you import the projects you have build-path errors because source folders are missing in: * base: - src/main/resources - src/test/resources * builders - src/main/resources - src/test/resources * designTime - src/main/resources * fxml -

Re: Setup IDE for development instructions

2014-04-24 Thread Stephen F Northover
Did you build once outside the IDE? Type gradle in the rt directory. Steve On 2014-04-24 5:28 PM, Tom Schindl wrote: More stuff that does not work. If you import the projects you have build-path errors because source folders are missing in: * base: - src/main/resources -

Re: Setup IDE for development instructions

2014-04-24 Thread Tom Schindl
Hi, I once built with gradle sdk maybe that was wrong? Tom On 24.04.14 23:37, Stephen F Northover wrote: Did you build once outside the IDE? Type gradle in the rt directory. Steve On 2014-04-24 5:28 PM, Tom Schindl wrote: More stuff that does not work. If you import the projects you

Re: Setup IDE for development instructions

2014-04-24 Thread Kevin Rushforth
The default task in build.gradle is sdk so gradle and gradle sdk are equivalent. -- Kevin Tom Schindl wrote: Hi, I once built with gradle sdk maybe that was wrong? Tom On 24.04.14 23:37, Stephen F Northover wrote: Did you build once outside the IDE? Type gradle in the rt directory.

Re: Setup IDE for development instructions

2014-04-24 Thread Stephen F Northover
H . I can't look at this now but will look at it tomorrow. I am running: Eclipse SDK Version: 4.3.2 Build id: M20140221-1700 I will get the latest and greatest from the Eclipse download page and follow the steps. Eclipse has this funky optional classpath syntax. Is this burning