我的Java工作目錄結構

build/dist/ - 封裝成佈署用的檔案
build/main/ - 主程式class檔
build/test/ - 測試程式class檔
build/test-output/ - TestNG輸出
build/test-report/ - JUnitReport
config/ - 設定檔
classes/ - Eclipse產生的class檔
ext/ - 其它JAR檔,例如ProGuard、yGuard
lib/ - 程式庫JAR檔
resource/ - 資源檔
src/ - 主程式原始碼
test/ - 測試程式原始碼
web/ - 網頁
web/WEB-INF/

~ 由 forth 於 2006-09-07.

留言