https://github.com/httl/httl/tags
Or clone project repository:
git clone https://github.com/httl/httl.git
mvn install -Dmaven.test.skip
First generate eclipse
project files by mvn
command:
mvn eclipse:eclipse -DdownloadSources
Then import project into eclipse
:
【File】 -> 【Import】 -> 【Existing Projects into Workspace】 -> 【Browse】(Select project directory and open)
Associate httl
file type with html
editor:
【Window】 -> 【Preferences】 -> 【General】 -> 【Content Types】 -> 【Text】 -> 【HTML】 -> 【Add】 -> 【*.httl】
Intellij IDEA
support maven
as first citizen, just open pom.xml
:
【File】 -> 【Open】 -> 【Browse】(Select root pom.xml file and open)