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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
Basic of Unix – Presentation | Unix Learning Reference – Guide
Basic of Unix Presentation Basic Unix from Rajesh Kumar Basic Unix View more presentations from rajeshatbuzz. (tags: basic of) Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about…
Batch Program to Shutdown and restart the computer.
Batch Program to Shutdown and restart the computer. Restart echo off D:\Temp\tmp\SHUTDOWN.EXE /L /R /Y /C pause Shutdown echo offd:\tmp\SHUTDOWN.EXE /L /Y /C pause Rajesh KumarI’m a…
How CVS will help to Realtime Developers ?
CVS Tips & Tricks The CVS commands here assume that you are using the command line version of CVS. Tips and tricks for a specific CVS GUI…
How to Write Trigger in Perforce? – Perforce Triggers Guide
1 Introduction Perforce introduced the first server-side trigger in release 99.1 with the pre-submit trigger. This trigger satisfied a long-standing desire in the user community, but demand…
Makefile – Makefile example – Makefile Guide
Note that this example Makefile is from an older software project, which specifies everything within each makefile rather than using any recursive or inclusion-based makefile hierarchy, and…
How CVS will help to Realtime Developers ?
CVS Tips & Tricks The CVS commands here assume that you are using the command line version of CVS. Tips and tricks for a specific CVS GUI…
Apache Ant: Learn Apache Ant from IBM Experts
Apache Ant: Learn Apache Ant from IBM Experts Section 1. Getting started What is this tutorial about? In this tutorial, you’ll learn about Ant, a build…
AnthillPro 3.6 Released – What’s New Features in AnthillPro?
Major New Features In AnthillPro 3.6 Improved support for geographic distribution. The server-agent communication layer has been reworked for better performance. The new approach also supports…
Introduction to CVS | Know ABout CVS | Quick Start Guide
Introduction to CVS CVS is a version control system, an important component of Source Configuration Management (SCM). Using it, you can record the history of sources files,…
The Four Basic Requirements for SCM Process – SCM Guide
Identification, control, audit, and status accounting are the four basic requirements for a software configuration management system. These requirements must be satisfied regardless of the amount of automation within the SCM process. All four may be satisfied by an SCM tool, a tool set, or a combination of automated and manual procedures.
- Identification—Each software part is labeled so that it can be identified. Furthermore, there will be different versions of the software parts as they evolve over time, so a version or revision number will be associated with the part. The key is to be able to identify any and all artifacts that compose a released configuration item. Think of this as a bill of materials for all the components in your automobile. When the manufacturer realizes that there has been a problem with parking brakes purchased from a subcontractor, it needs to know all the automobile models using that version of the parking brake. It is the same with software. If we are building a multimedia system that has audio MPEG3 drivers for Windows 98, Windows 2000, Windows CE, Linux, and FreeBSD operating systems, how do we find out which releases are impacted when we find an error in the Linux product? You must go back to your SCM system to identify all the common components in all operating system releases that are impacted.
