Anyone out there using Antenna and
Ant to build their MIDP projects? If so I was wondering if you ran into the same thing as I did.
I specified that the MIDlet I was building required WMA so I set the wtk.wma.enabled property to true. However, doing this cause the build to fail since Antenna is looking for the wma.jar file in Wireless Toolkit (WTK) lib but can't find it there. Instead, this directory contains the files wma11.jar and wma20.jar. In order to get things to work I had to manually copy wma11.jar to wma.jar. This is fine for research and development but when it comes to production I'd rather not have to rely on a modified version of the WTK.
Anyone else have a more elegant solution?
Richard