building JOGL--artifact.properties
Posted by Andy Skinner on Oct 04, 2011; 2:38pm
URL: https://forum.jogamp.org/building-JOGL-artifact-properties-tp3393468.html
I'm trying to build JOGL, as downloaded from git yesterday. I've built JOGL from Sun (now Oracle) in the past, and am trying this one. (I really want the dispose() method on the GLEventListener, and hope a stable release will be out soon.)
I'm fitting the source code in with a build system in which we'd wrapped up the old JOGL. I'll try something simpler in a bit, but in the meantime, does this error give a clue?
tag.build:
BUILD FAILED
<path>/jogl/make/build.xml:328: Warning: Could not find file <path>/gluegen/build/artifact.properties to copy.
I've removed some bits of my own paths here, but there isn't anything wrong with the paths. build.xml is looking to copy artifact.properties in the location mentioned, and that file does not exist in the place it is looking for it. Should it be there?
thanks,
andy