Hello,
I am trying to obfuscate my project, and enabling the setting produces no results what so ever, no errors or messages at all.
Adding:
<target name="-post-compile">
<obfuscate>
<fileset dir="${build.classes.dir}"/>
</obfuscate>
</target>
To my build gives me the error:
Problem: failed to create task or type obfuscate
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.
Any ideas?
Thanks,
Trevor