Test Article

Test Article

Read more »
free-issue-tracking-bug-tracking-system

List of Free Issue Tracking / Bug Tracking System

An issue tracking system (also called trouble ticket system or incident ticket system) is a computer software package that manages and maintains lists of issues, as needed by an organization….

Read more »
copy-vss-project-from-one-vss-database-to-another-one-without-loosing-history

How to copy VSS project from one VSS database to another one without loosing history

If you have any of the following questions in your mind, then this article is the perfect destination for you. How to copy VSS project from one VSS database to…

Read more »
multiple-vss-databases

Considerations for Multiple VSS Databases – Pros and Cons

Microsoft recommends against using multiple VSS databases in simple cases. The support that was in some earlier versions of the product using Data Path doesn’t seem to work at all…

Read more »
ssarc-utility-ssrestor-utility

SSARC Utility & SSRESTOR Utility – Archive, Restore VSS Project – Guide

Question:  How to Archive VSS Project in Visual Source Safe (VSS)? How to Restore VSS Project in  Visual Source Safe (VSS)? What is SSARC Utility? What is SSRESTOR Utility? SSARC…

Read more »
srcsafeini-file

How To Create a Unique SRCSAFE.INI File ?

1. Create a new SRCSAFE.INI file and place it in the desired location. 2. If you want include the default SRCSAFE.INI in the unique copy, add the following line: #INCLUDE…

Read more »
ant-command-line-arguments

Understand Ant command line arguments with Examples

Several tasks take arguments that will be passed to another process on the command line. To make it easier to specify arguments that contain space characters, nested arg elements can…

Read more »
ant-builds-and-subversion

ANT Builds and Subversion (SVN) | Ant integration with Subversion guide

As I have mentioned in a previous blog entry, I have come to love using ANT in my development environment. One of the things that I like about it is…

Read more »

How to Use SVN Tasks with ANT ?

This post is about using ANT to perform some of the most common source-control related tasks such as export, tagging, and branching. I am using ANT version 1.7.0 and SVN…

Read more »
build-versioning

Software versioning – What is Build Versioning?

Version:  It is a set of code to which major/minor or a Patch of changes is made. Hence we say a build is released to the QA team for testing….

Read more »
antform-antmenu

What are AntForm / AntMenu? Usage, Installation Process and Examples

AntForm is a java tool designed to add interaction to Ant scripts through graphical forms. If you’re new to Ant, start at the Ant site (see website: http://ant.apache.org/). Ant is…

Read more »
java-system-properties

How to access all Java system properties directly?

You could access all Java system properties directly via ${name}, e.g. ${user.name}, ${user.dir}, ${user.home}, … You could read environment properties and use them   <properties environment=”env”/>   ${env.ENVIRONMENT_VARIABLE} e.g.  …

Read more »
set-unix-home-dir-property-using-ant

SET UNIX HOME DIR PROPERTY using ANT

Set properties HOMEDIR in build.xml which will be set through user logged in the current system.. Example: <project name=”test” default=”myhome”>     <property environment=”env”/>     <target name=”myhome”>         <echo message=”My home…

Read more »

How to use ant Script to Reset BuildNumber?

To use this code, you need to have the file build.number containging: major.number=1 minor.number=0 hotfix.number=0 revision.number=0 continuous.number=0 Then the following 3 targets:   <taskdef resource=”net/sf/antcontrib/antlib.xml”/> <taskdef name=”unset” classname=”ise.antelope.tasks.Unset”/>     <target name=”initBuildNum” description=”Get…

Read more »
winzip-command-line

WinZip commands Web References & Cheatsheet

The default action is to add or replace zipfile entries from list, which can include the special name – to compress standard input. If zipfile and list are omitted, zip…

Read more »
ant-ant-contrib

Ant : Ant-Contrib – Introduction and Installation Process/Guide

What is Ant-Contrib Tasks? The Ant-Contrib project provides a collection of tasks and types that extend Ant to work as a scripting language as well as a build tool. Many…

Read more »

Graphical Representation of ANT | Ant Flow Chart | Visual representation

1.       Grand: Graphical Representation of ANT Dependencies: Grand is a tool to create visual representation of ant target dependencies. It differs from tools like Vizant or AntGraph by a totally…

Read more »
ants-built-in-properties

Ant’s built-in properties – Ant Properties Guide

This is a simple example that illustrates how to find the basedir name, file name, project name, ant version, java version, operating system name, ant home directory name, java home…

Read more »
issues-in-apache-ant

How to Resolve Apache Ant Copy and Include Issues – Ant Guide

Question: Why Copy in ant is not working if I am putting includes separately? Ant version: Apache Ant version 1.5.4 compiled on January 8 2005. Program 1 is not working…

Read more »

Copy and Include Issues in Apache Ant | Ant Troubleshooting Guide

Question: Why Copy in ant is not working if I am putting includes separately? Ant version: Apache Ant version 1.5.4 compiled on January 8 2005. Program 1 is not working…

Read more »
perforce-command-line-cheatsheet

Perforce Web References & Cheatsheet

A way to remember data-mining commands The following is a set of questions that will be used during the Perforce training to remind students which “data-mining” commands to use for…

Read more »
windows-xp-2000-commands-tools

Windows XP/2000 Commands & Tools | Windows XP Command-line Reference

Here’s the ultimate Windows XP/2000 command list that will make any Linux user feel at home at the command prompt. A lot of these commands are intended for administrating a…

Read more »
devenvexe-command-line-switches

Command line switches of devenv.exe | Devenv command line switches Guide

To see this list, type devenv /? on command prompt /build – build the specified solution configuration   /project – specifies the project to build instead of solution, must specify…

Read more »
freeware-software

Click & Download TOP useful Freeware software

Click & Download TOP useful Freeware software Office OpenOffice – office suite PC Suite 602 – office suite AbiWord – text editor Atlantis Nova – text editor Microsoft PowerPoint Viewer  – power…

Read more »
remote-desktop-console-using-command-line

How to run Remote Desktop Console by using command line?

How to run Remote Desktop Console using command line If you may want to run Desktop Console from a batch file, for example RDC over VPN, you can use mstsc…

Read more »
file-comparing-tools-review

File Comparing Tools Review and Feedback

File Comparing Tools review File comparison in computing is the automatic comparing of data between files on a file system. The result of comparisons are typically displayed to the user,…

Read more »
ant-script-with-shell-script

Ant Script with Shell script, How to run shell script from Ant Script?

Ant Script with Shell script How to set files Permission in Ant | How to set files Permission in Unix | Set files Permission in Ant in Unix Environment Command:…

Read more »
ant-command-line-arguments

Ant command line arguments – Examples – Summary

Ant command line arguments Several tasks take arguments that will be passed to another process on the command line. To make it easier to specify arguments that contain space characters,…

Read more »
vi-vim-editor-commands

VI/VIM editor Commands | VI/VIM editor commands reference | Cheat Sheet

what will happen ? “man ls |col -b > ” will give the text file same as man ls. what is VI-editor ? While in vi you can run AIX…

Read more »
cvs-configuration-install

CVS Configuration Procedure – Install CVS – CVS Setup Guide

CVS Configuration – Install CVS Procedure #1:- Use rpm or up2date or yum command to install cvs: for Redhat Use:- rpm -ivh cvs OR#    up2date cvs for fedora use:- yum…

Read more »