Fixed build.xml for bbb-web

git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3370 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
Chris Liu 2010-01-20 18:20:22 +00:00
parent 2116509df4
commit 3543a7737e

View File

@ -49,7 +49,7 @@
<fail message="Detected that tomcat6 is running on port 8080. Stop tomcat6 then try again." if="tomcat.running" />
<echo message="Running grails ..." />
<exec executable="${grails}" failonerror="true">
<arg value="run-app"/>
<arg value="run-war"/>
</exec>
</target>