Bug 472 - Eclipse classpath not updated for recent package rename
Summary: Eclipse classpath not updated for recent package rename
Status: VERIFIED FIXED
Alias: None
Product: Jogl
Classification: JogAmp
Component: util (show other bugs)
Version: 2
Hardware: All all
: --- normal
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2011-02-14 22:18 CET by Andy Brown
Modified: 2011-12-23 18:40 CET (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!