Skip to content

Commit

Permalink
Merge pull request #880 from xael-fry/1917_antReadConfiguration
Browse files Browse the repository at this point in the history
[#1917] fix(ant): add "play libs" path to classpath to be able to call play.ant.PlayConfigurationLoadTask
  • Loading branch information
xael-fry committed Jun 5, 2015
2 parents f193e1a + 047985f commit 70f7f9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/application-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ And then run play just by:

<taskdef classname="play.ant.PlayConfigurationLoadTask" name="playconfload">
<classpath>
<path refid="play.classpath"/>
<pathelement location="${play.path}/framework/play-${version}.jar"/>
</classpath>
</taskdef>
Expand Down

0 comments on commit 70f7f9f

Please sign in to comment.