![]() |
Device provider Java classes not built by make - Printable Version +- OpenHome Forum (http://forum.openhome.org) +-- Forum: OpenHome (/forumdisplay.php?fid=1) +--- Forum: Net (/forumdisplay.php?fid=5) +--- Thread: Device provider Java classes not built by make (/showthread.php?tid=486) |
Device provider Java classes not built by make - simoncn - 24-08-2011 09:06 AM The ohNetJavaAll make target builds the control point proxy classes but not the device provider classes. To solve this I added the additional target DvDeviceJavaClasses to the ohNetJavaAll: line in the Common.mak file. RE: Device provider Java classes not built by make - greggh - 24-08-2011 02:22 PM Thank you for this correction. The change has now been committed and should make it upstream within the next couple of days. |