Login  Register

Re: gluegen - examples needed

Posted by doofx on Jan 13, 2014; 6:44pm
URL: https://forum.jogamp.org/gluegen-examples-needed-tp4031123p4031191.html

thank you again
 
but i added those lines to build.xml: (i don't use junit)
 
<path id="gluegen.classpath">
          <pathelement location="${gluegen.jar}" />
          <pathelement location="${antlr.jar}" />
</path>

<path id="gluegen_rt.classpath">
         <pathelement location="${gluegen-rt.jar}" />
</path>
 
 
and unfortunately still the gluegen.classpath is not recognized :\
 
 


On Mon, Jan 13, 2014 at 11:56 AM, gouessej [via jogamp] <[hidden email]> wrote:
doofx wrote
warning: reference gluegen classpath not found
Ant doesn't understand gluegen.classpath because you missed that:
https://github.com/sgothel/gluegen/blob/master/make/build-test.xml#L67
If you reply to this email, your message will be added to the discussion below:
http://forum.jogamp.org/gluegen-examples-needed-tp4031123p4031185.html
To unsubscribe from gluegen - examples needed, click here.
NAML