diff options
author | Sven Gothel <[email protected]> | 2010-12-13 07:57:40 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-12-13 07:57:40 +0100 |
commit | c2f6ba872805f25f968697c47962861745330d43 (patch) | |
tree | 0be6309c1a5612d856419bc025948b43cd873829 /make/build.xml | |
parent | b0c39f3f4259cf6eca8e1f7af0f0924cf7472abe (diff) |
Playing audio again
- test: use jar file joal-test.jar
- test: use proper getResourceAsStream() on class instance
- test: plays sound
TODO:
- check on windows and osx
- add jnlp file template
- joal-demos
Diffstat (limited to 'make/build.xml')
-rwxr-xr-x | make/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml index fe020f2..79e8b33 100755 --- a/make/build.xml +++ b/make/build.xml @@ -501,7 +501,7 @@ <antcall target="c.rename.joal.lib.mingw" inheritRefs="true" /> <antcall target="c.rename.joal.lib.macosx" inheritRefs="true" /> <!-- Create Java Web Start jar file from built file --> - <jar destfile="../${rootrel.build}/joal-natives-${os.and.arch}.jar"> + <jar destfile="${build}/joal-natives-${os.and.arch}.jar"> <fileset dir="../${rootrel.build}/obj"> <include name="*joal.${native.library.suffix}" /> </fileset> |