Skip to content

  • Top Certifications
  • Courses
  • Tutorials
  • Forum & Support
  • DevOps Tools
  • Slides
  • Update
  • Professional
  • hudson-master-slave-setup
    Uncategorised

    How to Setup Configure Hudson Master Slave? – Complete Guide

    ByRajesh Kumar July 24, 2010December 29, 2017

    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 same in Master slave setup. It serves HTTP requests, and it can still build projects on it’s own….

    Read More How to Setup Configure Hudson Master Slave? – Complete GuideContinue

  • comments-in-apache-ant
    Apache Ant

    How to put comment in Ant | Comments in Apache Ant

    ByRajesh Kumar July 22, 2010December 29, 2017

    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: The Definitive Guide” –> <!– and its sample project: irssibot –> Method 2: Echo Description Writes a message to the…

    Read More How to put comment in Ant | Comments in Apache AntContinue

  • intellij-ant-integration
    Apache Ant

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

    ByRajesh Kumar July 22, 2010June 23, 2021

    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 you already know how to use Ant, and you have a build.xml file ready to go, just follow these steps to (a) configure your build script…

    Read More How to run ant build in intellij? – IntelliJ/Ant integration GuideContinue

  • ant-build-script-war-file
    Uncategorised

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

    ByRajesh Kumar July 22, 2010December 29, 2017

    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 name=”webapp.dir” value=”/Users/al/tomcat-6.0.16/webapps” /> <property environment=”env” /> <property name=”build.dir” value=”build” /> <property file=”${build.dir}/build.${env.HOSTNAME}” /> <property name=”lib.dir” value=”lib” /> <property name=”pages.dir” value=”pages” /> <property name=”src.dir” value=”src” /> <property name=”src.tests.dir” value=”src-tests”…

    Read More A sample Ant build script that builds a WAR file – GuideContinue

  • ant-clean-prepare-and-compile-tasks
    Apache Ant

    Simple Ant Example – clean, prepare, and compile tasks

    ByRajesh Kumar July 22, 2010December 29, 2017

    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 ===</echo> <mkdir dir=”${dest.dir}” /> <mkdir dir=”${temp.dir}” /> <mkdir dir=”${temp.dir.lib}” /> <mkdir dir=”${temp.dir.meta-inf}” /> <mkdir dir=”${temp.dir.web-inf}” /> <mkdir dir=”${temp.dir.classes}” /> </target> <target name=”compile” depends=”prepare”> <echo>=== COMPILE ===</echo> <echo>Compiling ${src.dir}…

    Read More Simple Ant Example – clean, prepare, and compile tasksContinue

  • Samples/Examples of the Ant copy task – Guide
    Apache Ant

    Samples/Examples of the Ant copy task – Guide

    ByRajesh Kumar July 22, 2010December 28, 2017

    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 file=”${resources.dir}/monitoring-navigation-rules.xml” tofile=”${temp.dir.web-inf}/monitoring-navigation-rules.xml” overwrite=”true” /> <copy file=”${resources.dir}/faces-config.xml” tofile=”${temp.dir.web-inf}/faces-config.xml” overwrite=”true” /> <copy file=”${resources.dir}/log4j.properties” tofile=”${temp.dir.classes}/log4j.properties” overwrite=”true” /> <copy file=”${resources.dir}/commons-logging.properties” tofile=”${temp.dir.classes}/commons-logging.properties” overwrite=”true” /> <copy todir=”${temp.dir.classes}”> <fileset dir=”${src.dir}”> <include name=”**/*.xml”/> <include name=”**/*.xsl”/> <include…

    Read More Samples/Examples of the Ant copy task – GuideContinue

  • svn-pros-and-cons
    SVN(Subversion)

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

    ByRajesh Kumar July 22, 2010December 28, 2017

    | SVN | Subversion | SVN pros and Cons| SVN Repository Planning | SVN Repository layout | Subversion (SVN) Repository Layout Single Project – One project per repository location Pros · Isolated revision numbers · Isolated codebase · Isolated security model Cons · Isolated codebase · Multiple Urls to remember · Multiple locations to maintain Multi-Project Layout – Several projects in…

    Read More | SVN | Subversion | SVN pros and Cons| SVN Repository Planning | SVN Repository layoutContinue

  • sonar-pdf-report-plugin
    Uncategorised

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

    ByRajesh Kumar July 19, 2010December 28, 2017

    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: * Include information provided by other installed plugins * Possibility of use SVG images in front page and header Actually Sonar PDF Report Plugin 2.1 supports integration with: *…

    Read More Sonar PDF Report Plugin 2.1 – What is new in Sonar PDF Report Plugin 2.1?Continue

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

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

    ByRajesh Kumar July 19, 2010December 27, 2017

    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 new version :   1. Filters Users can define filters that allow to add new tabs on the homepage like : all projects projects analyzed during last 3 days…

    Read More Sonar 2.2 Released – Know what’s new in Sonar 2.2 ?Continue

  • website-typography
    Uncategorised

    Website Typography

    ByRajesh Kumar July 14, 2010December 30, 2017

    Below is a list with arrows. To use this style create a list in the following format: …. …. … Quisque ultrices etiam, class nec velit vestibulum sit congue pulvinar, mattis penatibus proin odio placerat ante. To use this style create a list in the following format: …. …. … Quisque ultrices etiam, class nec…

    Read More Website TypographyContinue

  • maven2-step-by-step
    Maven

    Maven2 Step by Step Guide – Complete Introduction

    ByRajesh Kumar July 12, 2010November 19, 2021

    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 standalone, a simple web application (no Java code), and a multi-module project. Presumably, the recommended approach to creating a standard web application (JSP and HTML code for the…

    Read More Maven2 Step by Step Guide – Complete IntroductionContinue

  • clearcase-faq
    ClearCase

    Rational ClearCase Frequently Asked Questions – ClearCase Faqs

    ByRajesh Kumar July 8, 2010December 30, 2017

    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 view: view-private files, view-private directories; checked-out files. NOTE: Checked-out directories are not listed. For more information run “cleartool man lscheckout” from the command line. 2. How do I…

    Read More Rational ClearCase Frequently Asked Questions – ClearCase FaqsContinue

  • clover-and-maven-working-with-distributed-applications
    Maven

    Clover and Maven working with Distributed Applications

    ByRajesh Kumar July 7, 2010September 25, 2018

    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.       Create & Review the Code Coverage Report. Configure Maven Clover Plugin Configure the maven plugin in pom.xml .If you are having multi module projects; you can configure the…

    Read More Clover and Maven working with Distributed ApplicationsContinue

  • information-technology-infrastructure-library-itil/
    Uncategorised

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

    ByRajesh Kumar July 6, 2010December 30, 2017

    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 ITIL stresses service quality and focuses on how IT services can be efficiently and cost-effectively provided and supported. In the ITIL framework, the business units within an organization…

    Read More What is Information Technology Infrastructure Library (ITIL) ? – Complete GuideContinue

  • Sonar team
    Uncategorised

    Build Stability Plugin 1.1.1 Released by Sonar team – Overview

    ByRajesh Kumar June 30, 2010December 30, 2017

    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, changes log and jar file are available on the plugin page [1]. Enjoy ! – The Sonar Team

    Read More Build Stability Plugin 1.1.1 Released by Sonar team – OverviewContinue

  • apache-ant-flow-diagram-and-gui-tools
    Apache Ant

    Flow Diagram and GUI tools for Apache Ant

    ByRajesh Kumar June 29, 2010December 30, 2017

    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 another. Ever take a look at an Ant build script and, although perfectly readable, not really “see” all the dependencies between targets? What targets depend on a certain…

    Read More Flow Diagram and GUI tools for Apache AntContinue

  • collabnet-subversion-edge
    Uncategorised

    CollabNet delivers Subversion Edge to ease deployment, administration

    ByRajesh Kumar June 29, 2010December 30, 2017

    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 a beta distribution that combines Subversion, Apache and ViewVC with a web-based management interface. Dubbed CollabNet Subversion Edge, the graphical user interface (GUI) works to simplify installation, administration,…

    Read More CollabNet delivers Subversion Edge to ease deployment, administrationContinue

  • subversion-on-linux-installation-process
    Linux

    How to install subversion on Linux?

    ByRajesh Kumar June 27, 2010September 25, 2018

    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 to Sanjay, who helped me in this and without him it won’t be possible.While installing this you will miss a small thing and you got stuck.But this is…

    Read More How to install subversion on Linux?Continue

  • hudson-master-slave-setup
    Uncategorised

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

    ByRajesh Kumar June 21, 2010December 29, 2017

    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. Low confidence levels for developers on nightly builds and subsequently during integration cycle. Approach We reviewed the whole set of build scripts being used and test case suite…

    Read More How we reduced build time from 8 hours to 1 hour ? – Complete GuideContinue

  • anthillpro-interview-questions
    Interview Questions & Answers

    Selected AnthillPro Interview Questions and Answer

    ByRajesh Kumar June 17, 2010February 4, 2020

    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 with Static Code Analysis

    Read More Selected AnthillPro Interview Questions and AnswerContinue

  • bamboo-interview-questions
    Interview Questions & Answers

    Top Bamboo Interview Questions and Answer

    ByRajesh Kumar June 17, 2010November 19, 2021

    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 Schedule Options? How did you configured Bamboo with Subversion?  

    Read More Top Bamboo Interview Questions and AnswerContinue

  • apche-interview-questions-answers
    Interview Questions & Answers

    Apache Interview Questions and Answer – Job Interview Kit

    ByRajesh Kumar June 17, 2010February 4, 2020

    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 two are remnants from the NCSA times, and generally you should be ok if you delete the first two, and stick with httpd.conf. What’s the command to stop…

    Read More Apache Interview Questions and Answer – Job Interview KitContinue

  • apache-and-http-interview-question-answers
    Interview Questions & Answers

    Apache and HTTP Interview Questions and Answers – Interview Guide

    ByRajesh Kumar June 1, 2010February 4, 2020

    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 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4…

    Read More Apache and HTTP Interview Questions and Answers – Interview GuideContinue

  • software-configuration-and-release-management-best-practices
    Uncategorised

    Best Practices-Software Configuration and Release Management (SCRM)

    ByRajesh Kumar May 17, 2010December 27, 2017

    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 internal or external, to deliver a set of required functionality. Software Release Management is the process of ensuring releases can be reliably planned, scheduled and successfully transitioned (deployed)…

    Read More Best Practices-Software Configuration and Release Management (SCRM)Continue

  • Uncategorised

    asdasd adsad

    ByRajesh Kumar May 17, 2010

    asdasdasdsa  asda dsa

    Read More asdasd adsadContinue

  • p4-command-line
    Perforce

    Most User P4 Command Line – P4 Commands Reference

    ByRajesh Kumar May 13, 2010September 28, 2018

    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 typemap table p4 add -t binary file.pdf Opens all the files within the user’s current directory for add, and links these files to changelist 13. p4 add -c…

    Read More Most User P4 Command Line – P4 Commands ReferenceContinue

  • msbuild-introduction
    Msbuild

    Introduction to MSBuild – Quick Intro Guide

    ByRajesh Kumar May 5, 2010December 27, 2017

    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 of Team Foundation Server Both Visual Studio and Team Foundation Server leverage MSBuild Command-line utility – MSBuild.exe MSBuild Concepts Project Property Item Target Task Projects –        The root…

    Read More Introduction to MSBuild – Quick Intro GuideContinue

  • install-e17-from-svn-source
    SVN(Subversion)

    HOWTO: Install e17 from SVN/source on Ubuntu

    ByRajesh Kumar May 3, 2010September 25, 2018

    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 at very well. The only problem is that installing E17 on Ubuntu (and it’s derivatives) is not a very straight forward process if you have never done it…

    Read More HOWTO: Install e17 from SVN/source on UbuntuContinue

  • read-xml-file-using-shell-script
    Shell Script

    How to read XML file by using shell script ?

    ByRajesh Kumar May 3, 2010December 27, 2017

    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 script. Usually I would use Python/Perl as my favorite choices in such a scenario but in this one I really *had* to do all within a shell script….

    Read More How to read XML file by using shell script ?Continue

  • maven-30-beta-1
    Uncategorised

    Maven 3.0-beta-1 Release – What’s new in Maven 3.0? – Quick guide

    ByRajesh Kumar May 3, 2010November 19, 2021

    The Apache Maven team would like to announce the release of Maven 3.0-beta-1. Maven 3.0-beta-1 is available for download from the ‘preview’ section. Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project’s build, reporting and documentation from a central place….

    Read More Maven 3.0-beta-1 Release – What’s new in Maven 3.0? – Quick guideContinue

Page navigation

Previous PagePrevious 1 … 381 382 383 384 385 … 388 Next PageNext

© 2026 - WordPress Theme by Kadence WP

  • Top Certifications
  • Courses
  • Tutorials
  • Forum & Support
  • DevOps Tools
  • Slides
  • Update
  • Professional
Search