From 8c0d068c1cae7320d3c427b8e9ee754fe3929a7f Mon Sep 17 00:00:00 2001 From: Fehmi Can Saglam Date: Thu, 17 Jan 2013 12:57:25 +0200 Subject: [PATCH] Modify IntelliJ IDEA configuration steps, add an extra step: Under *Before launch*, remove @Make@ if exists. --- documentation/manual/ide.textile | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/manual/ide.textile b/documentation/manual/ide.textile index 6a71430bbe..fbe8c7dbfc 100644 --- a/documentation/manual/ide.textile +++ b/documentation/manual/ide.textile @@ -77,6 +77,7 @@ To add a run configuration: # Under *Main class*, enter @play.server.Server@. # Under *VM parameters*, enter @-Dapplication.path="."@. # Under *Working directory*, enter the application path. +# Under *Before launch*, remove @Make@ if exists. To run Play in test mode in IntelliJ: