Skip to content

Commit

Permalink
Needs basedir prefix.
Browse files Browse the repository at this point in the history
git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@212 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
lucboudreau committed May 5, 2009
1 parent c5b187f commit fdf58a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ VERSION.txt" />
</target>

<target name="compileJdk16">
<exec osfamily="unix" executable="buildJdk16.sh">
<exec osfamily="unix" executable="${basedir}/buildJdk16.sh">
<arg line="compile"/>
</exec>
<exec osfamily="windows" executable="buildJdk16.bat">
<exec osfamily="windows" executable="${basedir}/buildJdk16.bat">
<arg line="compile"/>
</exec>
</target>
Expand Down

0 comments on commit fdf58a5

Please sign in to comment.