Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » how to test featureurl
how to test featureurl [message #443865] Sun, 05 February 2006 21:43
Eclipse UserFriend
Originally posted by: faro12.gmx.net

hi all,
unfortunatly the eclipse UpdateManagerUI is a little bit too complex for your whishes..now i am trying to do my own update gui..

Question:
how can i get information about the reachability of the feature url?
UpdateCommand uc = null;
try {
uc = new UpdateCommand(id, "false");
} catch (Exception e) {
e.printStackTrace();

}

boolean success = uc.run(monitor);

success is true if the feature could be installed->clear! but if success is false the reason could be:
a) the local feature is up-to-date or
b) the feature-url could not be reached (no network etc. avaible..)

does anybody know how to differiate between a and b ?

thanks peter
Previous Topic:Product - read only
Next Topic:Getting an RCP application to run on all platforms
Goto Forum:
  


Current Time: Wed Nov 06 18:04:34 GMT 2024

Powered by FUDForum. Page generated in 0.03263 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top