[Swingwt-developers] buildpath of eclipse project
Status: Beta
Brought to you by:
bobintetley
From: Scott C. <sc...@co...> - 2006-04-11 12:34:57
|
I've just checked out SwingWT from scratch and I remembered I had to mess with the eclipse build path to get eclipse to stop complaining about libraries. The errors I saw where for: lib/linux_gtk2/swt-mozilla.jar lib/linux_gtk2/swt-pi.jar These files don't exist (in the SwingWT project) and they don't seem necessary so I removed them from the build path. I also excluded the entire bin and lib folders from the source path. Plus I removed the definition of the test source folder. These are all just changes to .classpath file. If you have local changes to your eclipse project you might see some weird errors when subclise tries to merge your local .classpath with this new one. The only way I've found to resolve this is to manually edit/merge the .classpath file. If you do have changes to your .classpath file, let me know what they are so we make sure everyone is able to use the exact same file. If you have local paths in your version hopefully we can handle those with classpath path variables. Scott |