Perl Scripting Interview Questions and Answers

Can anyone help on these questions which i couldnt answer in my interview,because iam not sure on perl scripting iam learning the things in perl now. 1.What…

Read More

How to Setup Configure Hudson Master Slave? – Complete Guide

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…

Read More

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…

Read More

How to run ant build in intellij? – IntelliJ/Ant integration Guide

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…

Read More

A sample Ant build script that builds a WAR file – Guide

A sample Ant build script that builds a WAR file <project name=”MyWebApplication” basedir=”..” default=”install”> <!– project-specific variables –> <property name=”jsp.dir.name” value=”myapp” /> <property name=”package.name” value=”${jsp.dir.name}.war” /> <property…

Read More

Simple Ant Example – clean, prepare, and compile tasks

Sample Ant clean, prepare, and compile tasks <target name=”clean”> <echo>=== CLEAN ===</echo> <delete failonerror=”false”> <fileset dir=”${dest.dir}” includes=”**/*”/> </delete> <delete dir=”${temp.dir}” /> </target> <target name=”prepare” depends=”clean”> <echo>=== PREPARE…

Read More

Samples/Examples of the Ant copy task – Guide

Samples of the Ant copy task <copy file=”${resources.dir}/MANIFEST.MF” tofile=”${temp.dir.meta-inf}/MANIFEST.MF” overwrite=”true” /> <copy file=”${resources.dir}/managed-beans.xml” tofile=”${temp.dir.web-inf}/managed-beans.xml” overwrite=”true” /> <copy file=”${resources.dir}/navigation-rules.xml” tofile=”${temp.dir.web-inf}/navigation-rules.xml” overwrite=”true” /> <copy file=”${resources.dir}/monitoring-managed-beans.xml” tofile=”${temp.dir.web-inf}/monitoring-managed-beans.xml” overwrite=”true” /> <copy…

Read More

| SVN | Subversion | SVN pros and Cons| SVN Repository Planning | SVN Repository layout

| SVN | Subversion | SVN pros and Cons| SVN Repository Planning | SVN Repository layout | Subversion (SVN) Repository Layout Single Project – One project per…

Read More

Sonar PDF Report Plugin 2.1 – What is new in Sonar PDF Report Plugin 2.1?

Hi all, I’m proud to announce the availability of a new release of Sonar PDF Report Plugin (Commercial edition): http://blog.klicap.es/products/sonarpdfreportplugin Key features of this new release: *…

Read More

Sonar 2.2 Released – Know what’s new in Sonar 2.2 ?

Sonar 2.2 Released – Know what’s new in Sonar 2.2 ? The Sonar Team is pleased to announce the release of Sonar 2.2. There are two key features in this…

Read More

Website Typography

Below is a list with arrows. To use this style create a list in the following format: …. …. … Quisque ultrices etiam, class nec velit vestibulum…

Read More

Maven2 Step by Step Guide – Complete Introduction

Setting up the application frame The Maven2 documentation is silent about how to set up web application skeletons. The standard archetypes allow you to create a simple…

Read More

Rational ClearCase Frequently Asked Questions – ClearCase Faqs

1. How do I find all view private files in my view? cleartool ls -r -view_only This restricts the listing to objects that belong logically to the…

Read More

Clover and Maven working with Distributed Applications

1.       Configure maven clover plugin. 2.       Build the all components with clover enabled. 3.       Deploy the clover enabled build to test server. 4.       Run the tests. 5.      …

Read More

What is Information Technology Infrastructure Library (ITIL) ? – Complete Guide

Introduction The Information Technology Infrastructure Library (ITIL) is a set of concepts and practices for managing Information Technology (IT) services (ITSM), IT development and IT operations. Purpose…

Read More

Build Stability Plugin 1.1.1 Released by Sonar team – Overview

The Sonar team is pleased to announce the release of the Build Stability Plugin version 1.1.1. The new version fixes an issue with Bamboo support. The documentation,…

Read More

Flow Diagram and GUI tools for Apache Ant

Nurflugel AntScript Visualizer Link: http://www.nurflugel.com/webstart/AntScriptVisualizer About: Ant Script Visualizer is a program I’ve written to make visualizing how your Ant targets and scripts are related to one…

Read More

CollabNet delivers Subversion Edge to ease deployment, administration

When you think of the cloud, Agile application lifecycle management may not be the first thing that comes to mind. CollabNet is hoping to change that with…

Read More

How to install subversion on Linux?

To install svn in linux and make it fully working , I found it really tough and it has taken my lots of time. I am thankful…

Read More

How we reduced build time from 8 hours to 1 hour ? – Complete Guide

Situation For one of our clients, Build is taking 8 hours and nightly build is failing frequently. Test case execution is consuming more time than the compilation….

Read More

Selected AnthillPro Interview Questions and Answer

Selected AnthillPro Interview Questions Building Procedures in AnthillPro Deploying Procedures with AnthillPro Using AnthillPro for Audit Process of Integrating with Defect & Feature Tracking Process of Integrating…

Read More

Top Bamboo Interview Questions and Answer

Top Selected Bamboo Interview Questions Bamboo Questions: Tell me more about continuous integration ? How did you configured? Plugins used in Bamboo? Tell me more about Bamboo…

Read More

Apache Interview Questions and Answer – Job Interview Kit

Apache Interview Questions – Apache Job Interview Kit On a fresh install, why does Apache have three config files – srm.conf, access.conf and httpd.conf? – The first…

Read More

Apache and HTTP Interview Questions and Answers – Interview Guide

Apache and HTTP Interview Questions and Answers – Interview Guide List of Apache and HTTP Interview Questions: – <!– /* Font Definitions */ @font-face {font-family:”Cambria Math”; panose-1:2…

Read More

Best Practices-Software Configuration and Release Management (SCRM)

Introduction The development of software applications is an evolutionary process, moving towards some predetermined end goals. These goals are usually in the form of a Release, either…

Read More

asdasd adsad

asdasdasdsa  asda dsa Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel…

Read More

Most User P4 Command Line – P4 Commands Reference

p4 add Open file(s) in a client workspace for addition to the depot. Assigns a specific file type to a new file, overriding any settings in the…

Read More

Introduction to MSBuild – Quick Intro Guide

Introduction to MSBuild Microsoft supported build engine XML-based configuration file Intellisense available from Visual Studio using supplied schema Ships with .NET Framework 2.0, it is NOT part…

Read More

HOWTO: Install e17 from SVN/source on Ubuntu

E17 is a lightweight window manager/bundle of libraries for Unix based operating systems. E17 is designed to be both elegant and fast – two goals it succeeds…

Read More

How to read XML file by using shell script ?

This was like the first time where I had to write something that will be able to read something out of a XML file using a shell…

Read More