Thanks people!! I did it in a diferent way, but now I got to errors. 1º) I can't login in my system 2º) The lookandfeel of my app got diferent.
Well, when I run the ant task I got this [proguard] Note: br.com.bancoob.cedente.command.MontarMenuLookAndFeelCommand calls '(javax.swing.LookAndFeel)Class.forName(variable).newInstance()' [proguard] Note: br.com.bancoob.cedente.gui.Principal calls '(javax.swing.LookAndFeel)Class.forName(variable).newInstance()' I believe that this is the problem, does anyone know how to fix these problems?? Thanks!! Gil reno-2 wrote: > > > >> Ok Peter, I've already read this article before but I didn't understand >> what >> should go inside the archieve >> "myconfigfile.pro" >> >> I don't know if the problem is my English, but I couldn't understand >> this. >> >> In the article we have the second option. What does this mean?? >> >> <proguard> >> -libraryjars ${java.home}/lib/rt.jar > > the library that you need to compile the jar > >> -injars in.jar > > the name of the incoming jar: it is the jar used during the obfuscation > >> -outjars out.jar > > the name of the outcoming jar: the name of the obfuscated jar > >> >> -keepclasseswithmembers public class * { >> public static void main(java.lang.String[]); >> } > > **all** the main methods of the **all** the classes will be keeped > public > >> </proguard> >> >> Thanks!! >> Gil >> > > Check out examples in your <proguard_folder>/examples/ant/ > > -- View this message in context: http://www.nabble.com/Proguard-tf4523975.html#a12926835 Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]