Skip to content

Commit

Permalink
Merge pull request junit-team#326 from matthewfarwell/49-master-git-b…
Browse files Browse the repository at this point in the history
…ranch-does-not-build-on-windows

Fixes junit-teamgh-49 Master now builds on windows
  • Loading branch information
dsaff committed Sep 23, 2011
2 parents 1660ebd + 9a82d00 commit 130408b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@

<target name="release-notes">
<property name="basename" value="doc/ReleaseNotes${version-base}" />
<exec executable="build/Markdown.pl" failonerror="true">
<exec executable="perl" failonerror="true">
<arg file="build/Markdown.pl"/>
<arg file="${basename}.txt"/>
<redirector output="${basename}.html" />
</exec>
Expand Down

0 comments on commit 130408b

Please sign in to comment.