Right. Or if you don't want to use the user interface, you just do:
java -jar c:\Java\proguard3.6\lib\proguard.jar @proguard.cfg I didn't intend my response to be cryptic. If, however, you want to know how EclipseME generates the configuration file you will need to look at the source code for the eclipseme.core.internal.packaging.ObfuscatorTool. (http://eclipseme.svn.sourceforge.net/viewvc/eclipseme/trunk/eclipseme-src/plugins/eclipseme.core/src/eclipseme/core/internal/packaging/ObfuscatorTool.java?revision=6&view=markup) It is too complicated to explain via email. Craig Markus Sinner wrote: > What Craig ment: take the config-File that eclipseme generates and use > that as a command-line-param to proguard. > > e.g.: > > java -jar c:\Java\proguard3.6\lib\proguardgui.jar > > Then you can use "Load configuration" in the lower right corner and use > the .cfg-file in the directory "deployed". > > Thats all I could figure out for now :-) > > Greetings, > Markus > > Ed Welch schrieb: > >> I just want to recreate what eclipseme does, but via dos commands. Can >> you not tell me? I don't want to use antenna >> >> On 3/21/07, *Craig Setera* < [EMAIL PROTECTED] >> <mailto:[EMAIL PROTECTED]>> wrote: >> >> EclipseME generates a Proguard configuration file and then invokes the >> Proguard class using the "@myconfigfile" option. You might also want to >> take a look at the Antenna obfuscate task. >> >> Ed Welch wrote: >> > I have a project that I can't obfusacate using proguard via >> eclipseme >> > for some reason, so I'm trying to figure out how to do it manually >> > from dos. >> > Can you tell me the commands that eclipseme generates when you click >> > on "create obfusacated package"? >> > >> ------------------------------------------------------------------------ >> > >> > >> ------------------------------------------------------------------------- >> > Take Surveys. Earn Cash. Influence the Future of IT >> > Join SourceForge.net's Techsay panel and you'll get the chance to >> share your >> > opinions on IT & business topics through brief surveys-and earn cash >> > >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> >> <http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV> >> > >> ------------------------------------------------------------------------ >> > >> > _______________________________________________ >> > Eclipseme-users mailing list >> > [email protected] >> <mailto:[email protected]> >> > https://lists.sourceforge.net/lists/listinfo/eclipseme-users >> > >> >> ------------------------------------------------------------------------- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net 's Techsay panel and you'll get the chance to >> share your >> opinions on IT & business topics through brief surveys-and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> >> <http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV> >> _______________________________________________ >> Eclipseme-users mailing list >> [email protected] >> <mailto:[email protected]> >> https://lists.sourceforge.net/lists/listinfo/eclipseme-users >> >> >> >> ------------------------------------------------------------------------ >> >> ------------------------------------------------------------------------- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to share your >> opinions on IT & business topics through brief surveys-and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Eclipseme-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/eclipseme-users >> > > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Eclipseme-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/eclipseme-users
