Skip to content

Getting Started Part 8: Run Configuration For Gen

Laurent Hasson edited this page Nov 30, 2019 · 3 revisions
Previous Main Next
<-- Part 7 Main Part 9 -->

Tilda provides command-line utilities that are easy to integrate into any IDE. In Eclipse, this is achieved via Run Configurations.

Create a new folder “scripts” for the run configurations we will create.

Create a new run configuration for Gen called “Gen Tilda Tutorial” with the Project set as “TildaTutorialWeb” and the main class set as “tilda.Gen”.

Parameters should be set to ${project_loc:TildaTutorial}/src/tilda_tutorial/data/_tilda.TildaTutorial.json.

Save to the scripts folder you just created.

If you run “Gen” at this time, you will get an error since we haven’t created the Tilda definition file for the tutorial yet.

Previous Main Next
<-- Part 7 Main Part 9 -->
Clone this wiki locally