Mercurial > hg > human-echolocation-java-webapp
changeset 3:747ae11a8af8
Fixed build issue that was preventing Ant from running successfully; changed MATLAB function to wrap to reflect new version of the human_echolocation code.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Wed, 27 Nov 2013 17:07:39 +0000 |
parents | 8395a4a884d7 |
children | f6cffd6abce3 |
files | build.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/build.xml Wed Nov 27 12:21:08 2013 +0000 +++ b/build.xml Wed Nov 27 17:07:39 2013 +0000 @@ -20,7 +20,7 @@ description="compile the MATLAB source" > <exec executable="/Applications/MATLAB_R2013b.app/bin/mcc"> <!-- Will create the java package with the HumanEcho class --> - <arg value='-W "java:uk.ac.soton.isvr,HumanEcho" -d ${build} -T "link:lib" -v "class{HumanEcho:./webapp/WEB-INF/mcode/gen_echo.m}"'/> + <arg line='-W "java:uk.ac.soton.isvr,HumanEcho" -d ${build} -T "link:lib" -v "class{HumanEcho:./webapp/WEB-INF/mcode/simulateBinauralSignals.m}"'/> </exec> </target>