core/com.nokia.carbide.cpp.doc.user/html/reference/olderproject_updater.html
author timkelly
Tue, 30 Jun 2009 10:50:18 -0500
changeset 323 d40e42540f1f
parent 133 ad6982151613
child 1225 a546534a48de
permissions -rw-r--r--
add documentation and hook up tray dialog for abld deps tracking query (bug 9227)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
133
ad6982151613 bug 8619 - revised text to make updater page more generic and allow for future changes
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
ad6982151613 bug 8619 - revised text to make updater page more generic and allow for future changes
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     2
<html><head>
ad6982151613 bug 8619 - revised text to make updater page more generic and allow for future changes
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     3
<title>Project updater</title>
ad6982151613 bug 8619 - revised text to make updater page more generic and allow for future changes
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     4
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
ad6982151613 bug 8619 - revised text to make updater page more generic and allow for future changes
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     5
</head>
ad6982151613 bug 8619 - revised text to make updater page more generic and allow for future changes
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     6
   <body>
ad6982151613 bug 8619 - revised text to make updater page more generic and allow for future changes
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     7
   <h2>Updating Projects</h2>
ad6982151613 bug 8619 - revised text to make updater page more generic and allow for future changes
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     8
   
ad6982151613 bug 8619 - revised text to make updater page more generic and allow for future changes
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     9
   <p>
ad6982151613 bug 8619 - revised text to make updater page more generic and allow for future changes
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    10
   The <b>Carbide.c++ File Updater</b> window appears when you open older Carbide.c++  projects that require updating. This most often occurs when new features are added to the project file format. The example in figure 1 shows the Carbide.c++ File Updater window with a v1.1 project that needs updating. In this case the updater  updates the template 
ad6982151613 bug 8619 - revised text to make updater page more generic and allow for future changes
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    11
   projects from Carbide.c++ 1.1 to the latest template version. Projects that are already up-to-date are not affected by the updater process. New projects automatically use the most current project format.</p>
ad6982151613 bug 8619 - revised text to make updater page more generic and allow for future changes
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    12
   <p>If your projects have up-to-date <span class="code">bld.inf</span> and <span class="code">MMP</span> files, it is recommended that you delete the existing Carbide.c++ projects and simply re-import them from the <span class="code">bld.inf</span> file. This ensures that the project file format is up-to-date. </p>
ad6982151613 bug 8619 - revised text to make updater page more generic and allow for future changes
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    13
   <p>You can also select projects in the <a href="view_cpp_projects.htm">Project Explorer</a> or <a href="view_sym_proj_nav.htm">Symbian Project Navigator</a> views and choose <b>Project &gt; Update Projects</b> command to display the Carbide.c++ File Updater window.</p>
ad6982151613 bug 8619 - revised text to make updater page more generic and allow for future changes
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    14
   <p align="center"><img src="images/project_update_files.png" width="568" height="569" /></p>
ad6982151613 bug 8619 - revised text to make updater page more generic and allow for future changes
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    15
   <p align="left" class="figure">Figure 1 - Carbide.c++ File Updater </p>
ad6982151613 bug 8619 - revised text to make updater page more generic and allow for future changes
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    16
   <h3><a name="uid" id="uid"></a>UI Designer Projects</h3>
ad6982151613 bug 8619 - revised text to make updater page more generic and allow for future changes
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    17
   <p>If you are opening older projects that include UI Designer components, an error message will appear similar to the one shown in figure 2. Click OK to open the Carbide.c++ Files Updater window shown in figure 3.</p>
ad6982151613 bug 8619 - revised text to make updater page more generic and allow for future changes
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    18
   <p align="center"><img src="images/project_updater_error.png" width="443" height="322" /></p>
ad6982151613 bug 8619 - revised text to make updater page more generic and allow for future changes
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    19
   <p class="figure">Figure 2 - UI Designer Update Error</p>
ad6982151613 bug 8619 - revised text to make updater page more generic and allow for future changes
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    20
   <p>&nbsp;</p>
ad6982151613 bug 8619 - revised text to make updater page more generic and allow for future changes
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    21
   <p align="center"><img src="images/project_updater_changes.png" width="537" height="704" /> </p>
ad6982151613 bug 8619 - revised text to make updater page more generic and allow for future changes
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    22
   <p class="figure">Figure 3 - Carbide.c++ Files Updater window</p>
ad6982151613 bug 8619 - revised text to make updater page more generic and allow for future changes
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    23
   <p>Changes to be performed by the updater are shown in the Text Compare area. You can use the yellow up and down arrows to move to the next or previous change to be performed. Click cancel if you do not want the change to be made. Click Finish to accept the changes. </p>
ad6982151613 bug 8619 - revised text to make updater page more generic and allow for future changes
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    24
   <div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
ad6982151613 bug 8619 - revised text to make updater page more generic and allow for future changes
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    25
ad6982151613 bug 8619 - revised text to make updater page more generic and allow for future changes
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    26
   </body>
ad6982151613 bug 8619 - revised text to make updater page more generic and allow for future changes
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    27
</html>
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    28