首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > buildobjects是一种基于对象的通用构建工具

buildobjects是一种基于对象的通用构建工具

资 源 简 介

buildobjects provides a number of java classes that allow you to code your build process in a truly object oriented fashion. It is not forcing you into a certain way of structuring your code and projects. Instead it aims at providing useful building blocks. The rationale for using java was the availability of the full tool support to th build script. So when using buildobjects you get completetion, search for usage, and a fully featured debugger. Getting Started Download and install buildobjects Get the buildobjects-dep.jar from the downnloads section. Put the file into the local file system and create and an alias or a script to run it: alias bo="java -jar /pathtobuildobjects/buildobjects-dep.jar" Make sure that you are using java 6. Getting the project set up The project to be built looks somewhat like this: |-- build| +-- Build.java|-- lib| |-- some.jar| +
VIP VIP
0.180223s