Skip to content

Commit

Permalink
fix build.xml to make junit-integration target pass. This introduces …
Browse files Browse the repository at this point in the history
…a dependency to BeastFX, but there are already other places in the build.xml file that depend on BeastFX, so this is something to be cleaned up. #112
  • Loading branch information
rbouckaert committed Mar 19, 2024
1 parent 29274d5 commit 6ff6d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
</target>

<!-- compile Java source code -->
<target name="compile-all" depends="init,beast.pkgmgmt,beast.base,test.beast">
<target name="compile-all" depends="init,beast.pkgmgmt,beast.base,test.beast,compile-allBeastFX">
<echo>Building BEAST 2</echo>

<echo message="Successfully compiled." />
Expand Down

0 comments on commit 6ff6d57

Please sign in to comment.