Hello,
I’d like to hear your opinions on my new project, a Build Tool.
I know a lot of Build Tools exist, such as Apache Ant, Apache Maven and Make etc. But my Build Tool, although not very useful at this time, at least it can be.
My Build Tool, called Builder (org.macroing.builder), is a Java tool that compiles Java source code and has the possibility to do anything. It uses the Java compiler to compile its “scripts”.
So, my question is, what do you like about your Build Tool, and what do you not like about it?
If anyone is interested to get my source code for it, here it is: https://github.com/macroing/Builder