Bugzilla – Attachment 617 Details for
Bug 1027
Atomics seem to be somewhat broken with NEWT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
Log In
[x]
|
Forgot Password
Login:
[x]
Script to run the test program (edit BASE to point to the directory containing jogl and gluegen)
try-all-atomic-orig.sh (text/plain), 735 bytes, created by
Mark Raynsford
on 2014-06-27 14:59:38 CEST
(
hide
)
Description:
Script to run the test program (edit BASE to point to the directory containing jogl and gluegen)
Filename:
MIME Type:
Creator:
Mark Raynsford
Created:
2014-06-27 14:59:38 CEST
Size:
735 bytes
patch
obsolete
>#!/bin/sh -ex > >BASE="/home/m0/git/org.jogamp" > >JARS=" >${BASE}/gluegen/build/gluegen-rt.jar >${BASE}/jogl/build/jar/atomic/jogl-core.jar >${BASE}/jogl/build/jar/atomic/jogl-gldesktop.jar >${BASE}/jogl/build/jar/atomic/jogl-os-x11.jar >${BASE}/jogl/build/jar/atomic/nativewindow-core.jar >${BASE}/jogl/build/jar/atomic/nativewindow-os-x11.jar >${BASE}/jogl/build/jar/atomic/newt-core.jar >${BASE}/jogl/build/jar/atomic/newt-driver-x11.jar >${BASE}/jogl/build/jar/atomic/newt-ogl.jar >" > >CP="." >for j in ${JARS} >do > if [ ! -f ${j} ] > then > echo "${j} does not exist!" > exit 1 > fi > > CP="${CP}:${j}" >done > >javac -cp "${CP}" TestGL3.java >exec java -Djogamp.debug.JNILibLoader=true -cp "${CP}" TestGL3
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1027
: 617 |
618