I obfuscated a java web application and I ran into some trouble as below:
I have alot of uresolved external classes even though I have included in the ant build xml the external jar this way:
<externalclasses>
<pathelement location="${tomcatpath}/lib/"/>
<pathelement location="${webinfdir}/lib/"/>
</externalclasses
How can I manage logs to understand anything?
I found out the following: