Re: recent problems with JFX ant script

2013-02-15 Thread Pete Brunet
I'm seeing this when using -Dbuild.debug (and Norton 360 auto-protect off). I may have not seen it a non-debug build. On 2/15/13 9:10 AM, Pete Brunet wrote: > Another one I've see is: > > ... > run-vs-property-generator: > [echo] Using > C:\Users\Pete\JavaFX\controls\jfx\build-src\genVSprope

Re: recent problems with JFX ant script

2013-02-15 Thread Pete Brunet
Another one I've see is: ... run-vs-property-generator: [echo] Using C:\Users\Pete\JavaFX\controls\jfx\build-src\genVSproperties.bat to get VS properties. compile-native: [exec] make: uname: Command not found [exec] make: mkdir: Command not found [exec] make: *** [.build-pre]

Re: recent problems with JFX ant script

2013-02-15 Thread Anthony Petrov
It's a known issue: http://javafx-jira.kenai.com/browse/RT-27210 -- best regards, Anthony On 2/15/2013 0:32, Pete Brunet wrote: I ran into two new problems building JFX on Win 7 this week: 1) I had to unset lowercase tmp and temp. Apparently there is a new problem with having duplicates, TMP

Re: recent problems with JFX ant script

2013-02-15 Thread Erik Joelsson
I have seen the same type of problem building the oracle internal deploy repository. My conclusion is that when building with devenv, it interprets environment variables as case insensitive. Cygwin does not and has both lower and upper case tmp and temp defined. Devenv doesn't like having multi

Re: recent problems with JFX ant script

2013-02-14 Thread Kelly O'Hair
There are known conflicts with TMP, TEMP, and TMPDIR with many Windows tools. Having both upper and lowercase names is an additional complication. Worse is that some tools want paths that are pure Windows, like C:\temp, some will accept C:/temp, and some might expect their own path style, like /cy

recent problems with JFX ant script

2013-02-14 Thread Pete Brunet
I ran into two new problems building JFX on Win 7 this week: 1) I had to unset lowercase tmp and temp. Apparently there is a new problem with having duplicates, TMP/tmp and TEMP/temp. This may be related to http://www.cmake.org/Bug/print_bug_page.php?bug_id=13131 The failure appeared as: launc