Quantcast
Channel: Build Tools
Browsing all 12 articles
Browse latest View live

A sample Ant build script that builds a WAR file

A sample Ant build script that builds a WAR file<project name="MyWebApplication" basedir=".." default="install"> <!-- project-specific variables --> <property name="jsp.dir.name"...

View Article



IntelliJ/Ant integration

IntelliJ/Ant integrationBy Alvin J. Alexander, devdaily.comThe fact that IntelliJ is off-the-shelf ready to work with Ant is a great, great feature. It's also simple to configure and use.Assuming that...

View Article

How to put comment in Ant | Comments in Apache Ant

How to put comment in Ant | Comments in Apache Ant Method 1: <!-- Comments are just as important in buildfiles, do not --> <!-- avoid writing them! --> <!-- Example build file for "Ant:...

View Article

Image may be NSFW.
Clik here to view.

Hudson Master Slave setup

The tasks can be scheduled to run on the same machine (Master), or on a different machine (Slave). A master is a installation of Hudson, that can manage one or more slaves. The role of master remains...

View Article

Make for Windows: NMake

Make for Windows: NMake What is Nmake? NMAKE is Microsoft's implementation of the make tool. The Microsoft Program Maintenance Utility (NMAKE.EXE) is a 32-bit tool that builds projects based on...

View Article


Maven CLI Options Reference - Command Line

Maven CLI Options Reference OptionsDescription -am,--also-make If project list is specified, also build projects required by the list -amd,--also-make-dependents If project list is specified, also...

View Article

Maven Vs Ant

Maven Vs Ant

View Article

Recommended Books for Maven

Recommended Books for Maven http://www.maestrodev.com/wp-content/uploads/2012/03/betterbuildswithmaven-2008.pdf

View Article


Introduction of Gradle

Gradle is build automation evolved. Gradle can automate the building, testing, publishing, deployment and more of software packages or other types of projects such as generated static websites,...

View Article


Release Artificats with Maven Release and Git Flow Plugins

There are various ways using you can release the artifacts.  There are two plugins which is being frequently used is… Maven Release Plugin Maven Git Flow Plugin Maven Release Plugin This plugin is used...

View Article

Extension used in DOTNET and MSBuild Projects

.proj A popular convention for generic use. Commonly used by a main build script. Examples: build.proj main.proj  company.product.build.proj   .targets   .targets files are those which is meant to be...

View Article

MSBuild Tutorial Reference for Beginner

Walkthrough: Creating an MSBuild Project File from Scratch How to: Write a Simple MSBuild Project MSBuild Basics Build Your Project File from Scratch using MSBuild  

View Article
Browsing all 12 articles
Browse latest View live




Latest Images