A slight issue with source code related to the 'GL' interface

It simply cannot be found.
This isn’t important but for someone who likes using Eclipse’s auto-argument-fill it can get really annoying looking at arg01…argNM.

Sorry this is a little nit-pickish and not necessary but I just want to know what happened to the GL interface source.
Thanks.

It’s autogenerated during the build process; we don’t currently ship it with the JOGL sources. If you build the source tree it will be produced.

It would be extremely nice if it was included in the future. Being able to see the parameter names directly while coding really helps a lot. =)

OK, please file an RFE about this and we’ll try to modify our build scripts to produce it.

eclipse it will autofill correctly if you tell it where your jogl/jsr231 javadoc is located (java archived or extracted). but, for the life of me, i can’t find the specific place i did that.

hmmm. ok, if you have jogl.jar added as an external jar and it shows up as a node in your project, rightclick select it and assign its javadoc location and source locations.