[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
AW: [Fwd: [geclipse-dev] New mount action]
|
Hi All,
Seems that my workspace was a bit messed up due to all the failed SVN commits yesterday. Therefore I missed to check in an important class and broke the build, sorry for that. Just checked in everything correctly, i.e. eu.geclipse.eu.
Thanks Mariusz for finding this. Feedback if everything seems to be alright now would be appreciated.
Mathias
-----Ursprüngliche Nachricht-----
Von: Mariusz Wojtysiak [mailto:mariusz.wojtysiak@xxxxxxxxxxxxx]
Gesendet: Dienstag, 8. Juli 2008 08:33
An: Stuempert, Mathias IWR
Betreff: [Fwd: [geclipse-dev] New mount action]
Hi Mathias,
have you commited all files yesterday?
I have following compile error:
StorageMountAction cannot be resolved to a type
eu.geclipse.ui/src/eu/geclipse/ui/internal/actions
MountMenu.java
--
Pozdrawiam,
Mariusz Wojtysiak
-------- Wiadomość oryginalna --------
Temat: [geclipse-dev] New mount action
Data: Mon, 7 Jul 2008 16:45:36 +0200
Nadawca: Stuempert, Mathias IWR <mathias.stuempert@xxxxxxxxxx>
Odpowiedź-Do: Developer mailing list <geclipse-dev@xxxxxxxxxxx>
Adresat: Developer mailing list <geclipse-dev@xxxxxxxxxxx>
Hi All,
Since SVN is now working again for FZK I was able to commit some changes
concerning the mount action.
The mount action is now based on the eu.geclipse.core.model.IMountable
interface. That means that all elements implementing this interface can
be mounted with this mount action. From the core interfaces only
IGridStorage and IGridConnectionElement extend this interface. On the
implementation side also the GridGlueService implements the interface.
The list of mountables is now:
- connection elements as long as they are folders
- gLite storage elements (gsiftp and srm)
- SRM services
- LFC services
- GRIA data stagers, i.e. data services
- AWS storage (still buggy, Moritz has to fix this)
I removed the old mount actions for storage and connections. I did not
remove the SRM and LFC specific mount actions. Mateusz, Mariusz, please
verify that the new mount action works properly here and afterwards
remove the specific mounts from the repo.
If there are any problems with the new mount action please let me know.
Cheers, Mathias