Sunday, 28 February 2016
Ant - Build.xml Updates - 28 Feb
›
Guys, in my earlier posts we learnt how to write a simple basic build.xml and also learnt about the build.properties . Today we'll mod...
Recover and restore deleted files from Eclipse Navigator
›
Have you come across a situation where you accidentally deleted source code from the Eclipse Navigator. Just don't panic in such a case...
View Jar contents without opening on Mac OS X
›
Hello readers, today's topic is a fairly basic interview question wherein you are asked to view the jar package contents without explod...
Saturday, 27 February 2016
Automate tasks using Expect scripts on Mac OS X
›
Expect is one of the hidden gems and quite esoteric scripting language for automating tasks on Mac OS X and on most unix flavors. The id...
Thursday, 25 February 2016
Ant - Delete only files from directories
›
For an Ant build, if you just want to delete files without deleting the directory, consider the following. For illustration, we'll take...
List only target names from build.xml in Apache Ant
›
In Apache Ant, for listing only the target names defined in the build.xml, all we have to do is type the following from command line : Eg...
Wednesday, 24 February 2016
Build properties in Ant - An Introduction
›
Guys, in our previous post we saw a basic build.xml file with some basic target definitions. Note that we mentioned a property or two in i...
‹
›
Home
View web version