文章詳情頁
基于Rake和Gems的Java構(gòu)造工具Raven 1.1 發(fā)布
瀏覽:144日期:2024-03-07 15:31:05
Raven 1.1 發(fā)布了.Raven 是一款基于Rake和Ruby Gems的Java構(gòu)造工具, 讓你更簡(jiǎn)單地構(gòu)件Java項(xiàng)目. Raven 為Java提供了處理依賴以及特別的Rake 任務(wù), 這些都是基于Ruby的.但是為何要將我們的構(gòu)建系統(tǒng)基于Rake 和Ruby Gems之上呢?官方給的解釋: Rake 是很簡(jiǎn)單的構(gòu)建系統(tǒng), 是基于Ruby的, 是一個(gè)腳本語言, 讓你在不需要使用Java的某些場(chǎng)合, 可以更方便地進(jìn)行構(gòu)建.同時(shí),Ruby Gems 也更容易處理包的依賴,刪除和更新.官方提到:---Your jar files are wrapped in a Ruby Gem (a package). You can then start manage your java jar library just like a Gem library. Tools are provided to convert a Maven jar repository to a Gem repository (both local on your machine or on a public server) or to directly install packages. ---Your dependencies are declared in a Rakefile. You basically say which Gems you need (and so which jars will be included in your classpath) for building. When building, if some Gems are missing, they are automatically installed in your local Gem repository. Just like Maven. ---Raven gives you a small library of Rake tasks that you can use to compile your java classes, build a jar file, build a war file, produce javadoc, wrap the jar you built in a Gem, ... ---This effectively gives you everything you need to build Java projects, using Gems for dependencies management and Rake for scripts. 下載:http://raven.rubyforge.org/
標(biāo)簽:
Java
相關(guān)文章:
1. 基于python實(shí)現(xiàn)百度語音識(shí)別和圖靈對(duì)話2. 基于javaweb+jsp實(shí)現(xiàn)企業(yè)財(cái)務(wù)記賬管理系統(tǒng)3. Java搜索引擎Compass Framework 0.8.0 新版發(fā)布4. 基于python代碼批量處理圖片resize5. 基于PHP實(shí)現(xiàn)郵箱驗(yàn)證激活過程詳解6. 基于python計(jì)算滾動(dòng)方差(標(biāo)準(zhǔn)差)talib和pd.rolling函數(shù)差異詳解7. Java14發(fā)布了,再也不怕NullPointerException了8. 基于Python實(shí)現(xiàn)全自動(dòng)下載抖音視頻9. Spring Framework 1.2.7 發(fā)布-Matrix提供鏡象下載10. Python基于Opencv識(shí)別兩張相似圖片
排行榜
