Sets DISPLAY to :0 for testing. Change was already in the CC machine but was preventing the build.xml there from updating.

cusax-fix
Emil Ivov 16 years ago
parent ddf9190fb1
commit 655e19d2df

@ -599,6 +599,7 @@
<env key="LD_LIBRARY_PATH" path="${ld.library.path}"/>
<env key="PATH" path="${path}"/>
<env key="DYLD_LIBRARY_PATH" path="${dyld.library.path}"/>
<env key="DISPLAY" path=":0"/>
</java>

Loading…
Cancel
Save