one more time today ! i'm a bit confused because i tried this: ... <target name="obfuscate" description="Obfuscation target" depends="compress"> <taskdef resource="${proguard.path}/src/proguard/ant/task.properties" classpath="${proguard.path}/lib/proguard.jar" /> <proguard configuration="${meta.inf}/lequipe/lequipevideoclient.pro" /> </target> ...
and my lovely ant says: Could not create task or type of type: proguard. so i'm a bit stucked! the ${proguard.path}/src/proguard/ant/task.properties exists but it cannot create the proguard task i don't know if there is a problem with the proguard "task.properties" ??? i run proguard command line with my proguard configuration file and everything is allright but when i run it with ant, i've got a problem. :-( is anybody was facing through this problem and solved it?? regards Fred