megachucky
2012-04-20 08:47:39 UTC
Hello,
I am new to Gradle. I added other libraries via Maven Repository, but JavaFX
is not public. So, I have used File dependencies as workaround for the
moment:
dependencies {
compile files('lib/javafx-2.0.jar')
}
lib is a local folder in my project directory. "build gradle" from console
works, but IDEA does not find the JavaFX library, and shows compile errors.
What do I have to do when using IDEA? Is there another task which I have to
call when adding new libraries?
Thank you in advance...
Best regards,
Kai
--
View this message in context: http://gradle.1045684.n5.nabble.com/IDEA-Libraries-not-found-File-dependencies-not-working-but-Console-build-works-tp5653691p5653691.html
Sent from the gradle-user mailing list archive at Nabble.com.
I am new to Gradle. I added other libraries via Maven Repository, but JavaFX
is not public. So, I have used File dependencies as workaround for the
moment:
dependencies {
compile files('lib/javafx-2.0.jar')
}
lib is a local folder in my project directory. "build gradle" from console
works, but IDEA does not find the JavaFX library, and shows compile errors.
What do I have to do when using IDEA? Is there another task which I have to
call when adding new libraries?
Thank you in advance...
Best regards,
Kai
--
View this message in context: http://gradle.1045684.n5.nabble.com/IDEA-Libraries-not-found-File-dependencies-not-working-but-Console-build-works-tp5653691p5653691.html
Sent from the gradle-user mailing list archive at Nabble.com.