文章详情页
基于Rake和Gems的Java构造工具Raven 1.1 发布
Raven 1.1 发布了.Raven 是一款基于Rake和Ruby Gems的Java构造工具, 让你更简单地构件Java项目. Raven 为Java提供了处理依赖以及特别的Rake 任务, 这些都是基于Ruby的.但是为何要将我们的构建系统基于Rake 和Ruby Gems之上呢?官方给的解释: Rake 是很简单的构建系统, 是基于Ruby的, 是一个脚本语言, 让你在不需要使用Java的某些场合, 可以更方便地进行构建.同时,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/
标签:
Java
相关文章:
1. python基于scrapy爬取京东笔记本电脑数据并进行简单处理和分析2. 基于docker启动nginxssl配置3. 基于javascript原生判断DOM是否加载完毕4. Spring-Annotation 1.0 发布5. Java Parallel Processing Framework 0.15.0 发布6. 基于Java信号量解决死锁过程解析7. Docker使用Git实现Jenkins发布、测试项目的详细流程8. Android Studio 3.6 正式版终于发布了,快来围观9. Seam 1.0 beta 2 发布-Java EE 5开发框架10. Spring Web Flow 1.0 EA 发布
排行榜