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. Update this value to the
new year like this:
<year>
##YEAR##
</year>




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


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

-Save this file, you are done with it.

Styles


*if this folder does not already exist, you will need to create it:
\hamr\css\
##YEAR##
\
##MODEL##
\




-Duplicate everything from the folder:
\hamr\css\
##PREVIOUS##
\
##MODEL##
\

into your new css folder:
\hamr\css\
##YEAR##
\
##MODEL##
\

Images


*if this folder does not already exist, you will need to create it:
\hamr\images\
##YEAR##
\
##MODEL##
\




-Duplicate everything from the folder:
\hamr\images\
##PREVIOUS##
\
##MODEL##
\

into your new images folder:
\hamr\images\
##YEAR##
\
##MODEL##
\


-Delete the contents of the folder:
\hamr\images\
##YEAR##
\
##MODEL##
\
configurations
\

so that the folder still exists, but is empty.

-Delete the entire folder:
\hamr\images\
##YEAR##
\
##MODEL##
\
certified-used
\

so that the folder no longer exists.

Data


*if this folder does not already exist, you will need to create it:
\hamr\data\
##YEAR##
\
##MODEL##
\




-Duplicate everything from the folder:
\hamr\data\
##PREVIOUS##
\
##MODEL##
\

into your new data folder:
\hamr\data\
##YEAR##
\
##MODEL##
\


-Delete ALL XML files which names begin with "certified-" in the folder:
\hamr\data\
##YEAR##
\
##MODEL##
\

For example:
\hamr\data\
##YEAR##
\
##MODEL##
\
certified-config.xml




-Select ALL remaining XML files (no other files should be open) and Right-Click > Open

-From the Menu, select Edit > Find and Replace > Quick Replace.

-In the dialogue box that pops up:
Enter
##PREVIOUS##
into the "Find what:" field.
Enter
##YEAR##
into the "Replace with:" field.
Select "All Open Documents" from the "Look in:" dropdown.
Click "Replace All"

-From the Menu, select File > Save All

-Close ALL open file windows.



-Open the file:
\hamr\data\
##YEAR##
\
##MODEL##
\
trims.xml


-Empty the value of every occurrence of the "id" and "aictrimid" attributes in the model nodes,
so that everywhere that they are found, they appear as:
<model id="" aictrimid="">

From the Menu, select File > Save

Multiple-Model Year


*if this folder does not already exist, you will need to create it:
\hamr\
##PREVIOUS##
\
##MODEL##
\




-Duplicate everything from inside the folder:
\hamr\
##MODEL##
\

-into the new model folder you just created:
\hamr\
##PREVIOUS##
\
##MODEL##
\




-Within the folder:
\hamr\
##MODEL##
\

-Select ALL ASPX files (no other files should be open) and Right-Click > Open

-From the Menu, select Edit > Find and Replace > Quick Replace.

-In the dialogue box that pops up:
Enter
##PREVIOUS##
into the "Find what:" field.
Enter
##YEAR##
into the "Replace with:" field.
Select "All Open Documents" from the "Look in:" dropdown.
Click "Replace All"

-From the Menu, select File > Save All

-Close ALL open file windows.



-Within the folder:
\hamr\
##PREVIOUS##
\
##MODEL##
\

-Select ALL ASPX AND VB files (no other files should be open) and Right-Click > Open

-You need to append "
_##PREVIOUS##
" to every class name.
*This will almost always be the first line of code; always within the first 3 lines of code.

-For example, within the "Page" node in the file:
\hamr\
##PREVIOUS##
\
##MODEL##
\index.aspx

You need to modify: Inherits="home_
##MODEL-CLASS##
_index"

To read: Inherits="home_
##MODEL-CLASS##
_index
_##PREVIOUS##
"


-And within the file:
\hamr\
##PREVIOUS##
\
##MODEL##
\index.aspx.vb

You need to modify this line: Partial Class home_
##MODEL-CLASS##
_index

To read: Partial Class home_
##MODEL-CLASS##
_index
_##PREVIOUS##


-From the Menu, select File > Save All

-Close ALL open file windows.

AccessoryWeb


*You will first need to make sure that you are logged into Honda's Accessory Web VPN. - How do I?



-Open Honda's Accessory Web in a browser Tab or Window and log in.

-Click on the Assets tab at the top, and select Honda from the drop-down* in the upper-right corner.
*ALWAYS make sure this drop-down has Honda selected. Never ever work on this site any other way.

-Below the Main Navigation Tabs, within the Main Subnavigation, select:
Manage >
Manage Active Model Status

-Select ONLY the needed year and model from the dropdowns(2013 Civic Sedan) and click Search.
-When you see the results, check ONLY config, new and used.
-Enter the 1st OR 15th of this month (which has ALREADY passed) for the Effective Date. [dynamic]
-Click Save



-Below the Main Navigation Tabs, within the Main Subnavigation, select:
Manage >
Create Publishing Package

-Enter MY13 Civic Sedan in the name field. Enter the same thing in the description field.
-Click on Save Package



-Click on the Assets Tab in the Main Navigation at the top.
-Select ONLY the needed year and model from the dropdowns(2013 Civic Sedan) and click Search.
-The search results are organized in tabs. Navigate to the Groups tab.
-Check the box next to your model (Civic Sedan) and click on Add to Publishing Package.
-When you are advanced to the next screen, select ONLY whole tree and include assets.
-Below, in the drop-down labeled Publishing Packages, select the one you just created.
[MY13 Civic Sedan]

-Click Continue to Package Details
-When you are advanced to the next screen, click Publish.
-You advance to one more screen. Click Continue Publishing.



-Use the button on this page to clear Honda's eConfig cache:

-Reset your iis. - How do I?

Trims


-Open the file:
\hamr\data\
##YEAR##
\
##MODEL##
\
trims.xml


-Empty the value of every occurrence of the "id" and "aictrimid" attributes in the model nodes, so that
everywhere that they are found, they appear as:
<model id="" aictrimid="">

From the Menu, select File > Save



-Add the value of each "id" attribute in the model nodes from the email that I sent to you.

-Save and close the file.

Release Spec


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