文章詳情頁
基于Rake和Gems的Java構(gòu)造工具Raven 1.1 發(fā)布
瀏覽:231日期:2024-03-07 15:31:05
Raven 1.1 發(fā)布了.Raven 是一款基于Rake和Ruby Gems的Java構(gòu)造工具, 讓你更簡單地構(gòu)件Java項(xiàng)目. Raven 為Java提供了處理依賴以及特別的Rake 任務(wù), 這些都是基于Ruby的.但是為何要將我們的構(gòu)建系統(tǒng)基于Rake 和Ruby Gems之上呢?官方給的解釋: Rake 是很簡單的構(gòu)建系統(tǒng), 是基于Ruby的, 是一個腳本語言, 讓你在不需要使用Java的某些場合, 可以更方便地進(jìn)行構(gòu)建.同時,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. 基于Java實(shí)現(xiàn)記事本功能2. Java如何基于command調(diào)用openssl生成私鑰證書3. Java基于Semaphore構(gòu)建阻塞對象池4. 詳解基于JWT的springboot權(quán)限驗(yàn)證技術(shù)實(shí)現(xiàn)5. 基于vue中的scoped坑點(diǎn)解說6. 基于Android FileProvider 屬性配置詳解及FileProvider多節(jié)點(diǎn)問題7. 基于Python數(shù)據(jù)分析之pandas統(tǒng)計(jì)分析8. Java基于fork/koin類實(shí)現(xiàn)并發(fā)排序9. 基于php+mysql的期末作業(yè)小項(xiàng)目(學(xué)生信息管理系統(tǒng))10. 基于python實(shí)現(xiàn)音樂播放器代碼實(shí)例
排行榜

網(wǎng)公網(wǎng)安備