Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geclipse-dev] gexplorer

Hi Kasia, Mateusz, all,

i am getting some  gexplorer-related errors when (auto)building, which i 
guess are due to some extra files that need to be simply removed:


[ javac ] 1. ERROR 
in /tmp/geclipseBuild.N20070604-0238/plugins/eu.geclipse.ui/src/eu/geclipse/ui/dialogs/gexplorer/GridFileDialog.java 
(at line 47)
[ javac ] import eu.geclipse.ui.internal.connection.FileSystemsProvider; 
gEclipseBuilder  init  [ javac ]  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ javac ] The import eu.geclipse.ui.internal.connection.FileSystemsProvider 
cannot be resolved
[ javac ] ----------
[ javac ] 2. ERROR 
in /tmp/geclipseBuild.N20070604-0238/plugins/eu.geclipse.ui/src/eu/geclipse/ui/dialogs/gexplorer/GridFileDialog.java 
(at line 48)
[ javac ] import eu.geclipse.ui.views.gexplorer.GExplorerComparator;
[ javac ] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ javac ] The import eu.geclipse.ui.views.gexplorer cannot be resolved
(...few more...)

If i understand correctly,

eu.geclipse.ui/src/eu/geclipse/ui/dialogs/gexplorer
   is not used anymore
eu.geclipse.ui/src/eu/geclipse/ui/internal/connection/
   is empty, please remove the folder in SVN

What i don't get is why eclipse doesn't mark those unused classes with 
errors in the IDE!  very strange, you can try it, open
    ui.dialogs.gexplorer/GridFileDialog.java
and add some import with a random Class, or remove several imports, or 
modify the names, no errors are shown!
On the contrary, in the headless build it just tries to compile all 
available files first, even if unused.

Thanks, cheers, Ariel


Back to the top