Skip to content

Commit

Permalink
Added reference to env.PLAY_HOME for easier ant build
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspocus committed May 7, 2011
1 parent 8411550 commit 96e072b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.xml
Expand Up @@ -2,6 +2,9 @@

<project name="jobs" default="build" basedir=".">

<property environment="env" />
<property name="play.path" value="${env.PLAY_HOME}" />

<target name="check" unless="play.path">
<fail message="Please specify Play framework path using -Dplay.path=/path/to/framework/home" />
</target>
Expand Down

0 comments on commit 96e072b

Please sign in to comment.