Project

General

Profile

Setup Development Environment » History » Revision 3

Revision 2 (chin-yeh, 10/14/2011 11:18 AM) → Revision 3/9 (chin-yeh, 10/14/2011 11:28 AM)

{{toc}} 

 h1. Setup Development Environment 

 This guides describes how to setup the Eclipse development environment. 

 *Steps:* 
 # install the *Apache Maven* ([[Install Maven]]) 
 # copy the attachment:"settings.xml" to : 
 ** *Windows Windows Vista or / Windows 7* 7 - <code>C:\Users\[your windows account name]\.m2</code> 
 ** *Windows XP* Windows XP - <code>C:\Documents and Settings\[your windows account name]\.m2</code> 
 # download the "Provisioned Eclipse":http://192.168.2.13/download/eclipse.zip 
 # unzip it to your local computer 
 # navigate to the extracted folder, e.g. _eclipse3_5_ and launch the *eclipse.exe* 
 ** _the select workspace dialog will be prompted up, either setup a new one or point it to your existing workspace_ 
 # after that, go to *_Window -> Preference_* 
 ## select *_General -> Content Types -> Text -> JSP -> JSP Fragment_* 
 ## press the *Add* button and enter <code>*.inc</code> in the *Content type* field 
 ## press OK to save the changes