How to put new line in apache ant message

rajeshkumar created the topic: How to put new line in apache ant message How to put new line in Apache Ant echo task and mail task: Answer: line.separator is Java…

Read more »

Ant+Unable to create directory as a file already

rajeshkumar created the topic: Ant+Unable to create directory as a file already Hi, I have one file called djir.ear and I am trying to create a folder with the same…

Read more »

The type doesn’t support the nested “resources”

scmuser created the topic: The type doesn’t support the nested “resources” Hi, I getting below error when i execute following command Error: The type doesn’t support the nested “resources” element….

Read more »

Help in copy files from list using ant

scmuser created the topic: Help in copy files from list using ant Help in copy files from list using ant Hi, I have one file called list.txt where i have…

Read more »

Ant Scripting Issue

ant-qa created the topic: Ant Scripting Issue 1) I have many ant build files ( .xml files / test scripts) in folder : bin/execute 2) I have another testsuit.xml file…

Read more »

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 with Task in…

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 of hibernate.dialect property…

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 Ideas? -Tushar Rajesh…

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 few sql files…

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 to compile through…

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 ant without using…

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 from build.xml. batch…

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” Clean all 10…

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 Write a two…

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 Rajesh KumarI’m a…

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- 1. clone the…

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 are resolved in…

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 A Vob with…

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 PROFESSIONAL SUMMARY Software/Hardware…

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 language. But no…

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 helpful for you…

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 me @ twitter.com/RajeshKumarIn…

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 Scrum Master” 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 organization and can’t…

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 not responding” on…

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 does not match…

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 stored in files…

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 history, it figures…

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 important part of…

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 is mentioned in…

Read more »