Closed GoogleCodeExporter closed 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
Fixed. Thanks.
Original comment by ritza...@gmail.com
on 5 Dec 2008 at 8:47
Original comment by ritza...@gmail.com
on 10 Aug 2009 at 2:54
Original issue reported on code.google.com by
mcgee.ma...@gmail.com
on 17 Sep 2008 at 6:24