Bug 472

Summary: Eclipse classpath not updated for recent package rename
Product: [JogAmp] Jogl Reporter: Andy Brown <adbrown85>
Component: utilAssignee: Sven Gothel <sgothel>
Status: VERIFIED FIXED    
Severity: normal CC: sebastien.schneider, wwalker3
Priority: ---    
Version: 2   
Hardware: All   
OS: all   
Type: --- SCM Refs:
Workaround: ---

Description Andy Brown 2011-02-14 22:18:08 CET
An excluded package was recently moved.  The Eclipse ".classpath" file should be updated to reflect the change.  Currently Eclipse will not compile the entire project because the package has errors.  Building on the command line using the Ant build file seems to be fine however.

The package was

    com/jogamp/opengl/impl/gl2/fixme

but is now

    jogamp/opengl/gl2/fixme
Comment 1 Andy Brown 2011-02-15 00:16:18 CET
A pull request was already made by Wade Walker to fix this bug.
Comment 2 Wade Walker 2011-02-15 03:07:24 CET
Hi Andy,

Offtopic, but since you're building in Eclipse, I thought you might be interested -- I'll submit some more pull requests shortly that speed up the incremental compile behavior in Eclipse.
Comment 3 Sven Gothel 2011-02-25 05:18:30 CET
thank you guys, merged!