Condition with Task in Ant

scmuser created the topic: Condition with Task in Ant Hi, How can i use conditions in Ant Task execution? Any idea? tpatil replied the topic: Re: Condition…

Read More

Replace xml values using ant

tpatil created the topic: Replace xml values using ant I want to replace xml values using ant. Any idea? e.g org.hibernate.dialect.Oracle10gDialect I want to replace the value…

Read More

How to delete specific classes from jar file?

tpatil created the topic: How to delete specific classes from jar file? I wanted to delete specific classes from jar file without extracting the jar file. Any…

Read More

SQL files execute : Incorrect syntax near ‘go’.

saiki created the topic: SQL files execute : Incorrect syntax near ‘go’. Getting below issue when trying to run the ant script. I am trying to run…

Read More

Compile sql file for syntax for error

saiki created the topic: Compile sql file for syntax for error Hi, How to Compile sql file for syntax error using ANT script. Is there any possibility…

Read More

Can you create a list of files in Apache ant without using touch tasks

rajeshkumar created the topic: Can you create a list of files in Apache ant without using touch tasks Can you create a list of files in Apache…

Read More

Apache Ant Interview Questions and Answers

rajeshkumar created the topic: Apache ant interview questions Links to all Apache Ant Task – ant.apache.org/manual/tasklist.html Question 1. Write a ant build.xml and call one batch file…

Read More

Sample Apache ant assignment – try it out

rajeshkumar created the topic: Sample Apache ant assignment – try it out Clone the prject- github.com/scmgalaxy/helloworld-java-ant Duplicate 10 source file from HelloWorld.java Create a directory called “mybuild”…

Read More

Sample Apache ant project for begginers

rajeshkumar created the topic: Sample Apache ant project for begginers Pre- 1. clone the src code from – github.com/scmgalaxy/Javatest1 2. Create a proper build structure via ant…

Read More

Apache Ant Interview Questions and Answers

rajeshkumar created the topic: Apache Ant Interview Questions and Answers Please provide answers for the all following questions here… www.scmgalaxy.com/scm/general/interview-…ons-and-answers.html Regards, Rajesh Kumar Twitt me @ twitter.com/RajeshKumarIn…

Read More

Apache ant programming Exercise

rajeshkumar created the topic: Apache ant programming Exercise Apache ant programming excercise FIRST Download Ant from the Apache Software Foundation and install it. Exercise Question 1 Pre-…

Read More

Release Notes – Version 3.7.2

rajeshkumar created the topic: Release Notes – Version 3.7.2 Overview AnthillPro Version 3.7.2 is a maintenance release for bugs in 3.7. The following issues in AnthillPro 3.7…

Read More

Clearcase with Maven

scmuser created the topic: Clearcase with Maven Hi, I am using Clearcase UCM and i am looking for pom.xml sample which does the following things. 1. Create…

Read More

ClearCase/ClearQuest SCM Applicant Livermore CA US

mfeighner created the topic: ClearCase/ClearQuest SCM Applicant Livermore CA US Michael Lee Feighner 831 Turino Street Livermore, California 94551-2569 Home: (925) 449-8692 Cell: (925) 337-1298 feinerVogel94551@comcast.net www.linkedIn.com/in/michaelfeighner…

Read More

Release notes for .net builds

rajeshkumar created the topic: Re: Release notes for .net builds Hi, I have used Doxygen for C++ and Java based project which is best for these 2…

Read More

Good GIT SCM Video at youtube.

rajeshkumar created the topic: Good GIT SCM Video at youtube.Hi Friends, This week I am started digging more into to GIT. I hope these videos will be…

Read More

Git Web References & Cheatsheet

rajeshkumar created the topic: Useful website Reference for GIT Here are following website good to know more about GIT-SCM. help.github.com/ progit.org/ git-scm.com/ whygitisbetterthanx.com/ Regards, Rajesh Kumar Twitt…

Read More

Urgent requirement for ‘IBM RTC with SCRUM Master’ with our client

ranjita created the topic: Urgent requirement for ‘IBM RTC with SCRUM Master’ with our client Hi, Greetings for the Day!! We have urgent openings for” SCM with…

Read More

This user is in an organization and can’t be deleted.

scmuser created the topic: This user is in an organization and can’t be deleted. Following error while deleting users from git gub. This user is in an…

Read More

GitLab Error: – GitLab is not responding

rajeshkumar created the topic: GitLab is not responding Issues – After setting up the gitlab in ubantu by following www.scmgalaxy.com/111-git/888-setting-up…n-local-machine.html I am getting error called “GitLab is…

Read More

The ova package name does not match

rajeshkumar created the topic: the ova package name does not match While importing github-enterprise-11.10.320-x86_64.ova in Vmware workstation 7, I am getting following error… The ova package name…

Read More

What does commit object contain and What is SHA1?

rajeshkumar created the topic: What does commit object contain and What is SHA1? The SHA All the information needed to represent the history of a project is…

Read More

Git Commands Tutorials and Example: Git Reset – Git Revert

 git reset Vs git revert git reset Vs git revert The git revert command undoes a committed snapshot. But, instead of removing the commit from the project…

Read More

What is Staging Area?

rajeshkumar created the topic: What is staging area? The Git directory is where Git stores the metadata and object database for your project. This is the most…

Read More

Git Commands Tutorials and Example: Git Clean – How to clean git workspace?

How to clean workspace in git? To reset a specific file to the last-committed state (to discard uncommitted changes in a specific file): git checkout thefiletoreset.txt This…

Read More

Deep Dive into Git Hooks

Like many other Version Control Systems, Git has a way to fire off custom scripts when certain important actions occur. There are two groups of these hooks:…

Read More

npm ERR! Error: No compatible version found: restful-client@’>=0.1.0-

rajeshkumar created the topic: npm ERR! Error: No compatible version found: restful-client@’>=0.1.0- Error during npm install node-gitlab rajesh@mahto:~$ npm install node-gitlab npm http GET registry.npmjs.org/node-gitlab npm http…

Read More

GitLab Error: -ERR! Error: failed to fetch from registry: gitlab-cli

rajeshkumar created the topic: ERR! Error: failed to fetch from registry: gitlab-cli rajesh@mahto:~$ more /home/rajesh/npm-debug.log info it worked if it ends with ok verbose cli [ ‘/usr/bin/nodejs’,…

Read More

GitLab Error: -npm ERR! error installing node-gitlab@0.2.1

rajeshkumar created the topic: npm ERR! error installing node-gitlab@0.2.1 rajesh@mahto:~$ npm install node-gitlab npm http GET registry.npmjs.org/node-gitlab npm http 304 registry.npmjs.org/node-gitlab npm http GET registry.npmjs.org/debug npm http…

Read More

My Gitlab First Notes…

rajeshkumar created the topic: My Gitlab First Notes… To work in gitlab, login as a scmadmin su – s ( go to root) su – git 9…

Read More