Bug 249 - Adding generated sources like GL.java to source distribution
Summary: Adding generated sources like GL.java to source distribution
Status: VERIFIED FIXED
Alias: None
Product: Jogl
Classification: JogAmp
Component: core (show other bugs)
Version: 1
Hardware: All all
: P3 normal
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2006-11-02 04:34 CET by Sven Gothel
Modified: 2010-03-24 07:49 CET (History)
0 users

See Also:
Type: FEATURE
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Gothel 2010-03-24 07:49:37 CET


---- Reported by olli73 2006-11-02 04:34:35 ----

When I add the JOGL sources to my project in Eclipse or Netbeans, I have no
parameter names in the auto-completion for methods of the GL.class because
GL.java is generated source and not included in the source distribution. But
generating GL.java is a very complex build process. 

So, the GL.java should be included in source distribution in a folder like
gen-src or so.



---- Additional Comments From kbr 2006-11-14 23:20:40 ----

Fixed Issue 249: Adding generated sources like GL.java to source distribution
Fixed (?) Issue 227: Distinct naming for different versions of jogl
Fixed [No Issue Number]: Produce zip bundles from dist target

This set of build.xml changes addresses the issues listed above. The
"dist" target now puts the generated sources like GL.java into the
source archive it produces; it expects that these sources are copied
over from the Linux build. The kind of zip bundles that were produced
for JSR-231 1.0.0 are now the primary result from the "dist" target.
As these zip archives have unique version numbers, I believe these
changes also fix Issue 227, although it could probably be argued the
other way; please reopen this bug if the current changes are not
sufficient. These changes will take effect once the nightly build
machines are back on-line (they are currently being moved) and the
build scripts have been updated.




--- Bug imported by sgothel@jausoft.com 2010-03-24 07:49 EDT  ---

This bug was previously known as _bug_ 249 at https://jogl.dev.java.net/bugs/show_bug.cgi?id=249