Login  Register

Re: building JOGL--artifact.properties

Posted by Sven Gothel on Oct 04, 2011; 6:28pm
URL: https://forum.jogamp.org/building-JOGL-artifact-properties-tp3393468p3394162.html

On Tuesday, October 04, 2011 04:38:11 PM Andy Skinner [via jogamp] wrote:
> 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.

You need to build gluegen from the folder gluegen/make first,
as advertised in our HowToBuild Wiki/Doc.
This will create gluegen's artifact.properties.

~Sven