Bug #959
z2-samples.cdh4-base has conflicting project identifier
Start date:
11.12.2012
Due date:
% Done:
100%
Estimated time:
origin:
Description
env.sh contains:
export Z2_HOME=$NOSQL_HOME/../z2-base.core
but in svn://z2-environment.net/z2-environment/branches/v2.1/z2-base.core/.project
the project is named 'core':
<projectDescription> <name>core</name> ...
So there will be a problem when you check out the project in Eclipse...
Updated by Henning Blohm almost 12 years ago
- Project changed from 15 to z2-Environment
- Category changed from 10 to z2-samples
This problem is due to the fact that the Subclipse plugin of Eclipse uses the project name ("core") as check out folder while the command line client uses the folder name ("z2-base.core").
Changed the env.sh script so that it will test for both locations. Left a note in http://redmine.z2-environment.net/projects/z2-environment/wiki/Install_prepacked_CDH4.
Updated by Henning Blohm almost 12 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Applied in changeset z2-base:z2-environment-subversion-mirror|r74.