Global Changes


*This step involves modifying 2 conflict files, so be sure that you DO NOT check these files in.



-Open your global XML file:
\hamr\config\
global.xml


-Within the node structure of:
<config><english><activemodels>

-locate your model's model node. It will look like this:
<model id="
##MODEL-ID##
" globalNav="true">

- within your model node, you will find a year node. Ensure that this value is set to the
upcoming year like this:
<year>
##NEXT##
</year>


-Within the node structure of:
<config><english><certifiedmodels>

-locate your model's certified model node. It will look like this:
<model id="
##MODEL-ID##
">

- within your certified model node, you will find a years node. Add a year node for your year below
any existing years like this:
<year>
##YEAR##
</year>

-Save this file, you are done with it.



-Open your web configuration file:
\hamr\
web.config


-Locate the customErrors node and make sure that its "mode" attribute is set to "On", like this:
<customErrors mode="On">

-Save this file, you are done with it.

Styles


*Currently, when working on HCUC models, your styles should already be created.

HCUC shares the same css folder as the "new" pages for the same model year.
\hamr\css\
##YEAR##
\
##MODEL##
\


Images


*Currently, when working on HCUC models, your images folder should already be created.

All new and updated HCUC images should only be added into the following folder:
\hamr\images\
##YEAR##
\
##MODEL##
\
certified-used
\

When adding images to this folder, use any existing names in the xml files first, and simply
update the image paths in the xml files to point to the images you add to this folder (where necessary).


Data


-Copy the following 7 files: (all files beginning with "certified-" except "certified-overview.xml")
\hamr\data\
##PREVIOUS##
\
##MODEL##
\
certified-config.xml

\hamr\data\
##PREVIOUS##
\
##MODEL##
\
certified-environment.xml

\hamr\data\
##PREVIOUS##
\
##MODEL##
\
certified-exterior.xml

\hamr\data\
##PREVIOUS##
\
##MODEL##
\
certified-interior.xml

\hamr\data\
##PREVIOUS##
\
##MODEL##
\
certified-overview.xml

\hamr\data\
##PREVIOUS##
\
##MODEL##
\
certified-performance.xml

\hamr\data\
##PREVIOUS##
\
##MODEL##
\
certified-safety.xml

and paste them into the following folder:
\hamr\data\
##YEAR##
\
##MODEL##
\


-Now, in that same folder:
\hamr\data\
##YEAR##
\
##MODEL##
\

-Duplicate the following file:
\hamr\data\
##YEAR##
\
##MODEL##
\
galleries.xml

-Rename your new copied file by prepending "certified-" to it:
\hamr\data\
##YEAR##
\
##MODEL##
\
certified-galleries.xml




-Open ALL 8 of the "certified-" XML files you just created. (no other files should be open)
-From the Menu, select Edit > Find and Replace > Quick Replace.
In the dialogue box that pops up:
Select "All Open Documents" from the "Look in:" dropdown.
Find and replace ALL occurences of
##PREVIOUS##
with
##YEAR##
(Click "Replace All")

-Within "certified-config.xml" locate the node <brochurecode> and update the 4-digit value's last 2 digits to
##SHORT##
\hamr\data\
##YEAR##
\
##MODEL##
\
certified-galleries.xml




-From the Menu, select File > Save All
-Close ALL open file windows.

These are the ONLY xml files you will modify when working on HCUC pages.

Carryover Items


Just a heads-up:
The work you have just completed should take care of all* items in your Release Spec which are
stated to be "carryover" from the
##YEAR##
model year.

*With the exception of a few possible paths that need to be updated (you'll know when you see them),
all you need to do for "carryover" items is verify that they are present.

Release Spec


You are now ready to begin working through the Release Spec for Honda Certified Used
##YEAR##
##MODEL-ID##
!