build.bat
上传用户:shunchung
上传日期:2013-04-07
资源大小:438k
文件大小:1k
- @echo off
- cls
- echo Building jSMSEngine API package...
- del *.bak /s > nul
- del *.class /s > nul
- del *.*~ /s > nul
- del docs*.* /s/q > nul
- javac -deprecation orgjsmsengine*.java
- jar c0fm jSMSEngine.jar orgjSMSEnginejSMSEngine.mf orgjsmsengine*.class
- javac -deprecation examplesSendMessage.java
- javac -deprecation examplesSendFlashMessage.java
- javac -deprecation examplesSendMessageWithPorts.java
- javac -deprecation examplesReadMessages.java
- javac -deprecation examplesReadMessagesAsync_Old.java
- javac -deprecation examplesReadMessagesAsync.java
- del *.class /s > nul
- copy jSMSEngine.jar "C:Program FilesJavajdk1.5.0_02jrelibext"
- copy jSMSEngine.jar "C:Program FilesJavajre1.5.0_02libext"
- javadoc -private -d docs -author -windowtitle "jSMSEngine API" -doctitle "jSMSEngine API v2.0.4" -footer "<strong>jSMSEngine API v2.0.4</strong><br><strong>Web:</strong><a href="http://www.jsmsengine.org">http://www.jsmsengine.org</a></strong>" -overview extradocsoverview.html orgjsmsengine*.java