OpenClovis / SAFplus-Availability-Scalability-Platform

Middleware that provides libraries, GUI, and code generator to design multi-node (clustered) applications that are highly available, redundant, and scalable. Provides sub-second node and application fault detection and failover, and useful application libraries including distributed hash tables (checkpoint), event, logging, and communications. Implements SA-Forum APIs where applicable. Used anywhere reliability is a must -- like telecom, wireless, defense and enterprise computing. Download stable release with installer from: ftp.openclovis.com
www.openclovis.com
GNU General Public License v2.0
19 stars 13 forks source link

'IDE' folder is missing from branch 6.0 & 6.1 #74

Closed abhiravk closed 11 years ago

abhiravk commented 11 years ago

Please close this bug if it is not relevant.

I am getting the following error while installing the SDK from github. Seems IDE folder is missing from the github code.

Installing SAFplus... Starting IDE installation... Linking Eclipse in /opt/clovis/sdk-6.0... tar: IDE: Cannot stat: No such file or directory tar: Exiting with failure status due to previous errors /bin/sh: 1: cd: can't cd to /opt/clovis/sdk-6.0/IDE/plugins [ERROR] command failed: "cd /home/abhiravk/Downloads/SAFplus-Availability-Scalability-Platform && tar cf - IDE | ( cd /opt/clovis/sdk-6.0; tar xfm -) && cd /opt/clovis/sdk-6.0 && rm -rf eclipse/plugins/clovis >/dev/null 2>&1 && cp -rl /opt/clovis/buildtools/local/eclipse . && sed -e '/-showsplash|org.eclipse.platform/d' eclipse/eclipse.ini > eclipse/eclipse_ini.tmp && rm eclipse/eclipse.ini && mv eclipse/eclipse_ini.tmp eclipse/eclipse.ini && cd /opt/clovis/sdk-6.0/IDE/plugins && mv -f * /opt/clovis/sdk-6.0/eclipse/plugins >/dev/null 2>&1 && cd /opt/clovis/sdk-6.0/IDE && rm -rf plugins && cd /opt/clovis/sdk-6.0/IDE/scripts && cp -rf config.ini /opt/clovis/sdk-6.0/eclipse/configuration" Created "/home/abhiravk/.clovis/sdk-6.0/eclipse" directory

AndrewStoneOpenClovis commented 11 years ago

The IDE folder is not available in the github source code because it contains binary blobs that are not that compatible with source control. If you first install from tarball (ftp.openclovis.com) you can then use the installed IDE with the latest github source.