From 3cc46b73f69854554fb3a68bdf08e19e7316db46 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Thu, 18 Nov 2010 04:24:03 +0000 Subject: [PATCH] Finished wired up Maven build. Still no LWJGL, but we'll sort that out later. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1069 ed5b42cb-e716-0410-a449-f6a68f950b19 --- build.xml | 13 ++++++++----- pom.xml | 29 +++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 5 deletions(-) diff --git a/build.xml b/build.xml index aaa92212..afd82129 100644 --- a/build.xml +++ b/build.xml @@ -226,14 +226,16 @@ - + - + + @@ -242,7 +244,7 @@ target="${testrsrc.dir}/config/media/colordefs.dat"/> - @@ -265,7 +267,7 @@ target="${testrsrc.dir}/config/miso/tile/fringeconf.dat"/> - @@ -289,7 +291,8 @@ - + diff --git a/pom.xml b/pom.xml index 4a1b65e3..23b5a55a 100644 --- a/pom.xml +++ b/pom.xml @@ -123,6 +123,10 @@ **/MidiPlayer.java **/Mp3Player.java + + + com/threerings/openal/** + @@ -147,6 +151,27 @@ + + org.apache.maven.plugins + maven-antrun-plugin + RELEASE + + + process-test-resources + + + + + + + + + + run + + + + org.apache.maven.plugins maven-surefire-plugin @@ -155,6 +180,10 @@ com/threerings/**/*Test.java + + target/test-classes/rsrc + true +