Setup Development Environment » History » Version 3
chin-yeh, 10/14/2011 11:28 AM
1 | 1 | chin-yeh | {{toc}} |
---|---|---|---|
2 | |||
3 | h1. Setup Development Environment |
||
4 | 2 | chin-yeh | |
5 | This guides describes how to setup the Eclipse development environment. |
||
6 | |||
7 | *Steps:* |
||
8 | # install the *Apache Maven* ([[Install Maven]]) |
||
9 | # copy the attachment:"settings.xml" to : |
||
10 | 3 | chin-yeh | ** *Windows Vista or Windows 7* - <code>C:\Users\[your windows account name]\.m2</code> |
11 | ** *Windows XP* - <code>C:\Documents and Settings\[your windows account name]\.m2</code> |
||
12 | 1 | chin-yeh | # download the "Provisioned Eclipse":http://192.168.2.13/download/eclipse.zip |
13 | # unzip it to your local computer |
||
14 | 3 | chin-yeh | # navigate to the extracted folder, e.g. _eclipse3_5_ and launch the *eclipse.exe* |
15 | ** _the select workspace dialog will be prompted up, either setup a new one or point it to your existing workspace_ |
||
16 | # after that, go to *_Window -> Preference_* |
||
17 | ## select *_General -> Content Types -> Text -> JSP -> JSP Fragment_* |
||
18 | ## press the *Add* button and enter <code>*.inc</code> in the *Content type* field |
||
19 | ## press OK to save the changes |