I am a newbie to YGuard and obfuscation in general and am trying to get
YGuard to work.
I am puzzled by the 'mainclass' property in the build.xml. As far as I
know my app doesn't have a single entry point. It's a web app with a
couple different servlets and a bunch of other classes. I'd like to
create two different wars with the app, one the app itself and the
other the admin panel for the app.
So what should I use as my 'mainclass'? I imagine it doesn't have to be
a class that has a main() method.
Can anyone give me a clue?
Thanks,
Bob
Manfred Rosenboom - 25 Aug 2006 15:03 GMT
mainclass is an optional attribute.
So just don't use it in your case.