hazymayon / bigbluebutton

Automatically exported from code.google.com/p/bigbluebutton
0 stars 0 forks source link

bbb-conf - building bbb apps script wrong... #386

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Not sure it you caught this.

I setup bbb-apps dev env using bbb-conf, and at the end of script it gives 
you steps to start stop red5 and bbb-apps... the bbb-conf script tells you 
to use "ant deploy".. when i did that i get build.xml file not found...   
Your wiki says use gradle war deploy whichs works fine... so bbb-conf 
needs to be corrected.

sudo /etc/init.d/red5 stop
cd ~/dev/bbb-apps
ant deploy       <!---- should be gradle war deploy
sudo -u red5 /usr/share/red5/red5.sh

Original issue reported on code.google.com by 207T...@gmail.com on 6 Mar 2010 at 2:07

GoogleCodeExporter commented 8 years ago

Original comment by ffdixon@gmail.com on 6 Mar 2010 at 2:57

GoogleCodeExporter commented 8 years ago
This was fixed a few days ago in trunk.  You can copy the bbb-conf file from 
trunk if 
you are working on trunk packages.

Original comment by jeremyth...@gmail.com on 8 Mar 2010 at 8:05