RbSubclipseMessages.getString("ERROR_PREFIX") + e.getMessage()); //$NON-NLS-1$
return ;
}
//计算相关变量,准备进入向导页
run(new IRunnableWithProgress() {
public void run(IProgressMonitor monitor) throws InvocationTargetException, InterruptedException {
try {
modifiedResources = getModifiedResources(resourcesSelectedByUser, monitor);
} catch (SVNException e) {
e.printStackTrace();
}
}
}, true, PROGRESS_BUSYCURSOR);
if( !validateOther() ){
return ;
}
final IReviewboardClientRepository reviewboardClientRepository = SVNClientRepositoryAwair.getReviewboardClientRepository();
//友好化用户体验
if( null == reviewboardClientRepository.getClientFromUrlToClientMap()){
run(new IRunnableWithProgress() {
public void run(IProgressMonitor monitor) throws InvocationTargetException, InterruptedException {
if( null != reviewboardClientRepository ){
if( null != monitor ){
monitor.setTaskName(RbSubclipseMessages.getString("PROGRESS_READINGCACHE")); //$NON-NLS-1$
monitor.worked(1);