Skip to main content

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

Hi Ariel, all,

I believe the problems should be gone now.
Old GridFileDialog (eu.geclipse.ui.dialogs.gexplorer.GridFileDialog) is now removed, and not only excluded from build path in Eclipse.

When I was working on removing g-Explorer related classes I excluded old GridFileDialog from Eclipse's build path and, since it was giving me no errors, I forgot to remove this class. Autobuild helped to spot this problem :)

--
Kasia

On Mon, 4 Jun 2007, Ariel Garcia wrote:

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
_______________________________________________
geclipse-dev mailing list
geclipse-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/geclipse-dev



Back to the top