Currently eclipse uses Ant for building the complete project; eclipse's internal builder is not used, therefore builds are relatively slow.
This could be done better using eclipse's internal builder for a normal recompile and syntax check and the Ant scripts to pack the jar file and distribution package.