资 源 简 介
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| +