Hi Attila! Nice to see you again.
Julien is correct, the build problem you see is because we now have SWT tests in the JUnit test suite. If you look in jogl/make/lib/swt, you can see them. Sorry this broke the Solaris build -- I didn't think to add a Solaris version of the library!
To fix the build problem, all you need to do is:
- Add the Solaris version of SWT to jogl/make/lib/swt (you can get it from
http://www.eclipse.org/swt/)
- Add a pointer to the Solaris SWT JAR to jogl/make/build-common.xml
If you'd like to submit this as a pull request, that would be awesome! Otherwise, just let me know, and I'll submit it this weekend (it might take a while to make it into the tree though, since Sven is on vacation).
Note: If you want to submit the pull request, please set up the Solaris SWT JAR like the others are set up (with the same stuff stripped out for size reasons). We're not putting the whole SWT distribution in there, just what's needed to run our tests.