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.
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
- src/test/resources
* builders
- src/main/resources
- src/test/resources
* designTime
- src/main/resources
* fxml
- src/main/resources
* media
- src/test/java
- src/test/resources
* swing
- src/main/resources
- src/test/java
- src/test/resources
* swt
- src/main/resources
- src/test/java
- src/test/resources
* web
- src/main/native/WebKitBuild/Release/WebCore/generated/java
Libraries are not found in buildSrc:
It looks like you are using relative-paths but at least my eclipse does
not like that but e.g. wants to detect them as
rt/build/libs/ant-1.8.2.jar and not ../build/libs/ant-1.8.2.jar
* graphics to compile without errors needs swt-debug.jar in the library
path.
* swt to compile without errors needs swt-debug.jar in the library path
* scenebuilder needs to reference all projects but not rt-project
Tom
On 24.04.14 22:29, 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
take my OS-X install as the reference)
* cd
/Library/Java/JavaVirtualMachines/jdk1.8.0_05.jdk_nofx/Contents/Home/jre/lib/ext
* cd
/Library/Java/JavaVirtualMachines/jdk1.8.0_05.jdk_nofx/Contents/Home/
BTW for Eclipse there's no an easier way to get Java8 support you can
grab a prebuilt distro from
http://www.eclipse.org/downloads/index-java8.php
Tom