Hi,
I want to import an existing CCS project from clearcase view drive (for example G:)
but when I imported a project, the variable is still pointing to different view drive (H:) in the imported project's propertie's path variable..
I had to check-out and then manually modify the original the .project file pointing H: drive to G: drive
<variable>
<name>ORIGINAL_PROJECT_ROOT</name>
<value>file:/H:/bahama_platform/front_panel/project</value>
</variable>
Is there a way to have the path variable changed dynamically based on what view drive you are importing the project from??
BTW, The below is the whole .project file
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>fp_deepsleep</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
<triggers>full,incremental,</triggers>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.ti.ccstudio.core.ccsNature</nature>
<nature>org.eclipse.cdt.core.cnature</nature>
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
<nature>org.eclipse.cdt.core.ccnature</nature>
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
</natures>
<linkedResources>
<link>
<name>code</name>
<type>2</type>
<locationURI>PROJECT_ROOT</locationURI>
</link>
<link>
<name>release</name>
<type>2</type>
<locationURI>ANDROS_FRONT_PANEL_RELEASE</locationURI>
</link>
</linkedResources>
<variableList>
<variable>
<name>ANDROS_FRONT_PANEL_RELEASE</name>
<value>$%7BVOB_ROOT%7D/bahama_platform/front_panel/release</value>
</variable>
<variable>
<name>ANDROS_FRONT_PANEL_ROOT</name>
<value>$%7BVOB_ROOT%7D/bahama_platform/front_panel</value>
</variable>
<variable>
<name>ORIGINAL_PROJECT_ROOT</name>
<value>file:/H:/bahama_platform/front_panel/project</value>
</variable>
<variable>
<name>PROJECT_ROOT</name>
<value>$%7BANDROS_FRONT_PANEL_ROOT%7D/code</value>
</variable>
<variable>
<name>VIEW_ROOT</name>
<value>$%7BVOB_ROOT%7D</value>
</variable>
<variable>
<name>VOB_ROOT</name>
<value>$%7BPARENT-3-ORIGINAL_PROJECT_ROOT%7D</value>
</variable>
</variableList>
</projectDescription>
(Please visit the site to view this file)
(Please visit the site to view this file)