GopalDas.Org

Posts Tagged: Build Tool

What is Maven? Maven was originally started as an attempt to simplify the build processes in the Jakarta Turbine project. There were several projects each with their own Ant build files that were all slightly […]

Writing a Simple Ant Build file Apache Ant’s buildfiles are written in XML. Each buildfile contains one project and at least one (default) target. Targets contain task elements. Each task element of the buildfile can […]