现有一个WEB项目(myeclipse+struts+hibernate+sqlserver2000)已打成war包,求一个proguard的配置方法,proguard图形界面的混淆的具体参数说明.我在混淆的时候,出现warning 
Warning: class [WEB-INF/classes/com/watchdata/watchsafe_net/action/actionRecord/ActionRecordOperationAction.class] unexpectedly contains class [com.watchdata.watchsafe_net.action.actionRecord.ActionRecordOperationAction]
Warning: class [WEB-INF/classes/com/watchdata/watchsafe_net/action/file/DownloadUpgradeFileAction.class] unexpectedly contains class [com.watchdata.watchsafe_net.action.file.DownloadUpgradeFileAction]
Warning: class [WEB-INF/classes/com/watchdata/watchsafe_net/action/file/FileOperationAction.class] unexpectedly contains class [com.watchdata.watchsafe_net.action.file.FileOperationAction]
Warning: class [WEB-INF/classes/com/watchdata/watchsafe_net/action/file/UpgradeDownloadFileOperationAction.class] unexpectedly contains class [com.watchdata.watchsafe_net.action.file.UpgradeDownloadFileOperationAction]
Warning: class [WEB-INF/classes/com/watchda等查找原因,是说要把Notably, class files that are in the WEB-INF/classes directory in a war should be packaged in a jar and put in the WEB-INF/lib directory.
同时也出现note,Note: duplicate definition of library class [org.bouncycastle.jce.provider.symmetric.AES$KeyGen128]
Note: duplicate definition of library class [org.bouncycastle.jce.provider.symmetric.AES$KeyGen192]
Note: duplicate definition of library class [org.bouncycastle.jce.provider.symmetric.AES$KeyGen256]
Note: duplicate definition of library class [org.bouncycastle.jce.provider.symmetric.AES$OFB]
Note: duplicate definition of library class [org.bouncycastle.jce.provider.symmetric.AES$RFC3211Wrap]
Note: duplicate definition of library class [org.bouncycastle.jce.provider.symmetric.AES$Wrap]
等proguard配置文件如下:-injars 'D:\proguard4.3\lib\watchsafe_net2.0.war'
-outjars 'D:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\watchsafe_net2.0'-libraryjars 'C:\Documents and Settings\JAVA\lib\activation.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\antlr-2.7.6rc1.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\antlr.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\asm-attrs.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\asm.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\bcprov-jdk15-142.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\cglib-2.1.3.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\charsets.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\commons-beanutils.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\commons-collections-2.1.1.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\commons-digester.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\commons-fileupload.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\commons-logging-1.0.4.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\commons-logging.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\commons-validator.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\dnsns.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\dom4j-1.6.1.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\ehcache-1.1.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\hibernate3.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\jaas.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\jakarta-oro.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\javax.servlet.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\javax.servlet.jsp.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\jaxen-1.1-beta-7.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\jboss-j2ee.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\jboss-jaxrpc.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\jboss-jsr77.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\jboss-saaj.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\jce.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\jdbc2_0-stdext.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\jsse.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\jta.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\localedata.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\log4j-1.2.11.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\mail.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\msbase.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\mssqlserver.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\msutil.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\namespace.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\proxool-0.9.1.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\proxool-cglib.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\rt.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\struts.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\sunjce_provider.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\sunpkcs11.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\xerces-2.6.2.jar'
-libraryjars 'C:\Documents and Settings\JAVA\lib\xml-apis.jar'-dontshrink
-dontoptimize
-overloadaggressively
-dontusemixedcaseclassnames
-keepclasseswithmembers,allowshrinking public class com.watchdata.watchsafe_net.action.*  -keep,allowshrinking public class com.watchdata.watchsafe_net.db.* -keep,allowshrinking public class com.watchdata.watchsafe_net.actionform.*-keep,allowshrinking public class com.watchdata.watchsafe_net.business.*-keep,allowshrinking public class com.watchdata.watchsafe_net.util.*