I solved this problem by setting the version attribute of the jdp task.
Quote:
<rapc output="${cod.name}" srcdir="${src.dir}" destdir="${build.dir}">
<jdp file="core.prop" version="0.7.4">
<entry file="entrypoint.prop"/>
</jdp>
</rapc>
|
I actually added the version attribute to my core.prop file, but I put the version direct in XML for illustrative purposes