Bee (Build Everything Easier) is a Java-based build tool that has inherited some principles of Make. It uses a language with a simple set of predefined operations for the creation of build scripts. The language is XML based and the DTD is defined, and is easy to extend by defining new operators and functions. The tool is intended for building Java projects.