Hi,
Antenna could be enhanced to support wtk 3.0.5
Some of them failing in 3.0.5 are
task wtkrun fails for attributes trace and heapsize... because, these value are removed from support in wtk 3.0.5.
More may exists...
In order to be future complient.. it would be nice wtk run to support cmd line attribute such as
<wtkrun cmd="" /> some thing like this.. so that any extra parameters needed can be supplied through cmd attribute.
Regards,
Raja Nagendra Kumar,
C.T.O
www.tejasoft.com
As temp fix for this issues could be changes to
method
de.pleumann.antenna.WtkRun#executeDefaultEmulator
to not to induce heapsize or any other command line param value if the value is null or string length be empty..
i.e change
if(heapsize !=null) to if(heapsize !=null && heasize.length > 0)