Skip to content

Commit

Permalink
Issue #539 including the edu/ucar/metviewer/test/mvutil/*.java to the…
Browse files Browse the repository at this point in the history
… target "compile-all"
  • Loading branch information
bikegeek committed Sep 13, 2024
1 parent 0a820f3 commit e73858c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@
<!-- Compile the project java files -->
<javac sourcepath="" srcdir="${src}" destdir="${build}" includeantruntime="false">
<include name="**/*.java"/>
<include name="edu/ucar/metviewer/test/mvutil/*.java" />
<exclude name="edu/ucar/metviewer/db/mariadb/**" if="db.management.system.aurora"/>
<exclude name="**/TestMariaDbDatabaseManager.java" if="db.management.system.aurora"/>
<exclude name="**/TestMysqlDatabaseManager.java" if="db.management.system.aurora"/>
Expand Down Expand Up @@ -437,6 +438,7 @@
<exclude name="junit-4.11.jar"/>
<exclude name="hamcrest-core-1.3.jar"/>
<exclude name="mockito-all-1.9.5.jar"/>
<exclude name="junit-platform-console-standalone-1.4.0.jar"/>
</fileset>
</copy>
<copy todir="${dist}/metviewer/WEB-INF/lib"
Expand Down

0 comments on commit e73858c

Please sign in to comment.