initWojConnectivity();
addModuleToWoj(buildZip());
}
private void initWojConnectivity() {
WOJCluster cluster = WOJClusterHelper.buildCluster(3);
log("using cluster "+cluster+" to access WOJ", Project.MSG_VERBOSE);
ClientServerServicesProvider ssp = ClientServerServicesProvider.get(cluster);
UnifiedAuthentificationService.getInstance().setAuthentificationCluster(cluster);
UnifiedAuthentificationService.getInstance().setLoginInfo(getUser(), getPasswd(), WojAntPlugin.getPluginVersion());
_mms = ssp.getModuleManagementService();