Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: [geclipse-dev] PBS implementation

Hi Romain,

Since you have created a bugzilla item I think we can continue the discussion there. For reference the item is #236583.

Concerning your second point, Thomas, any problems with making the SSHConnection public? I never liked the approach of hiding too much useful functionality.

Cheers, Mathias

-----Ursprüngliche Nachricht-----
Von: geclipse-dev-bounces@xxxxxxxxxxx [mailto:geclipse-dev-bounces@xxxxxxxxxxx] Im Auftrag von Romain
Gesendet: Dienstag, 10. Juni 2008 16:34
An: Developer mailing list
Betreff: [geclipse-dev] PBS implementation

I am studying the possibility of writing a PBS puggin for geclipse. It 
seems very feasible.

Several options are available (two actually):
1 - I may start the implementation of the pbs submission service by 
extending the class PBSBatchService.
2 - I may just use the SSHConnection class, if stated that the 
PBSBatchService class has not been implemented for that.

Anyway both those solutions are not straightforward with the actual 
eu.geclipse.batch architecture:
For 1, the PBSBatchService class is declared final and cannot be 
extended for the moment.
For 2, the SSHConnection class is in an internal package and cannot be 
used by another pluggin.

What do you think is the best way to start?

Could I make the modifications in the code of the eu.geclipse.batch 
pluggin myself? If yes how will you integrate it in the geclipse main 
branch?

Best Regards,
Romain



_______________________________________________
geclipse-dev mailing list
geclipse-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/geclipse-dev


Back to the top