I think the fix for this is as simple as:
diff -r 93f42b396c81 build.gradle
--- a/build.gradleWed Oct 29 09:25:31 2014 +0300
+++ b/build.gradleThu Oct 30 00:27:59 2014 +0300
@@ -113,10 +113,13 @@
if (path == null || "".equals(path)) return path;
ByteArrayOutputStream out = new By
Unfortunately, gradle detects Cygwin and modifies JAVA_HOME environment
variable preventing using it without cygpath later on.
https://issues.gradle.org/browse/GRADLE-2673
So this will break building from Cygwin.
Vadim
On 29.10.2014 20:59, Scott Palmer wrote:
If cygpath isn't needed and that's
Hi Scott,
It would be fine if developers were able to build (at least everything
but native media and webkit) without needing Cygwin -- as long as still
builds *with* Cygwin. Our official build environment -- meaning the one
that we use for build our production builds -- uses Cygwin on Windows
If cygpath isn't needed and that's all cygwin was used for, and you already
modified build.gradle to avoid the cygpath calls What's stopping you
for checking that in so the cygwin requirement for OpenJFX can be dropped?
The Gradle C/C++ support includes a method for creating a VS project from
At least for the OpenJFX without media/webkit Cygwin is used only for
path manipulation (cygpath) so I don't think dropping it will boost
performance at all.
In fact, I just did a quick test and built OpenJFX without cygwin at all
(modifying build.gradle so it will not call cygpath).
Visual St
+1 Visual Studio provides the best debugger and losing that would be very sad.
If we didn’t require Cygwin the build would also be faster!
Chris
On Oct 24, 2014, at 9:00 PM, Scott Palmer wrote:
> Jettisoning the MS tools would be a bad idea. The Visual Studio compiler or
> the Intel compiler
> That said,I think the right approach in the long term is to move the build to
> use Gradle's support for C and C++. It supports the MS compiler as well as
> MinGW on Windows and all the popular compilers on other platforms. If we
> combined that with the ability to build just the 32bit JDK wh
Jettisoning the MS tools would be a bad idea. The Visual Studio compiler or the
Intel compiler are really the only reasonable options for building native code
on Windows. I'm not aware of any professional programmer that uses GCC on
Windows... Not because GCC is bad, the Windows ports just aren
On 2014-10-24, 2:05 PM, Richard Steiger wrote:
Stephen,
Sorry for the mis-communication: in my original message, I was able to
do incremental java compilation, but hadn't tried to do the full
build, since hadn't made changes to any of the native code. Your reply
straighted me out, that I nee
Stephen,
Sorry for the mis-communication: in my original message, I was able to
do incremental java compilation, but hadn't tried to do the full build,
since hadn't made changes to any of the native code. Your reply
straighted me out, that I need to be doing full builds to pick-up
changes in
Hi Richard,
Your previous email indicated that you could build, but that you can't
see the shared libraries.
Please try adding this the VM Arguments of your Eclipse launch
configuration:
-Djava.library.path=${workspace_loc:rt}/build/sdk/rt/bin
-Djavafx.verbose=true
Thanks,
Steve
On
To recap a message I sent to the list on 9/12, I'm a newbie to JavaFX,
and hoping to be able to contribute, initially fixing bugs.
Stephen, I'm attempting to follow the instructions at:
https://wiki.openjdk.java.net/display/OpenJFX/Using+an+IDE, and have
found that the Visual Studio tools it c
Apologies to everyone, my Thunderbird seems to be spewing out messages
while I'm composing them. I'll switch to writing in a text editor and
mailing the finished draft to avoid continuing to spam y'all.
-rjs
Hi Richard,
Did you follow the instructions at this link:
https://wiki.openjdk.java.net/display/OpenJFX/Using+an+IDE ?
You are picking up a set of shared libraries that do not match the java
code you are running in the IDE. You need to set java.library.path.
It's on the wiki and I meant to
I'm a newbie to JavaFX, and hoping to be able to contribute down the
road once I learn much more about it.
To that end, I've been trying to get 8u-dev eclipse projects setup on a
Win7 box so I can start stepping through the code. The current
show-stopper is getting UnsatisfiedLinkErrors when
15 matches
Mail list logo