liuzhe02 / bigbluebutton

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

Need to update Red5 svn repository location for ivy dependencies #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Problem: Red5 has changed their svn directory structure, so you need to make a 
quick update to 
your "sumilon" bigbluebutton-server/ivysettings.xml file

Simple fix to tell others: 
1. Open ivysettings.xml
2. Update Red5 googlecode svn (artifact pattern) locations
From this:
  http://red5.googlecode.com/svn/trunk/repository
To this:
  http://red5.googlecode.com/svn/repository

Then retry "ant build" or "ant server" and it should build fine.

Original issue reported on code.google.com by mcgee.ma...@gmail.com on 17 Sep 2008 at 6:24

GoogleCodeExporter commented 9 years ago
I also needed to update my "ivy.xml" file on 4 lines:

comment out this line:
  <!-- <dependency org="javax" name="jpda" rev="" /> -->

update these lines with the revision numbers:
  <dependency org="jmx" name="jmxremote" rev="1.0.1" />
  <dependency org="jmx" name="jmxtools" rev="1.2.1" />
  <dependency org="jmx" name="rmissl" rev="1.0.1" />

Once I updated both my ivysettings.xml and ivy.xml files, I was able to ant 
build the bigbluebutton-server 
successfully.  (I'm on Mac Leopard.)

Original comment by mcgee.ma...@gmail.com on 17 Sep 2008 at 6:40

GoogleCodeExporter commented 9 years ago
Fixed. Thanks.

Original comment by ritza...@gmail.com on 5 Dec 2008 at 8:47

GoogleCodeExporter commented 9 years ago

Original comment by ritza...@gmail.com on 10 Aug 2009 at 2:54