Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Possibility to configure RTC BuilfForge for ANT project

Hi Team,
We have a project which is not a Maven project but it is an ANT project(build.xml).
Please help me for following concerns :
1). Can we create automatic Build artifacts i.e BuildDefinition for this ANT project?
     If yes please guide me.
2). If No ,we need to convert ANT project into Maven project ?
3). In one of my Build definition XML, I have following :
<step id="4"
                    description="Copy Ears"
                    dir="${BASE_DIR}"
                    timeout="1000"
                    failnotify="29"
                    threadable="N"
                    onfail="H"
                    command="find . -name *8.5-SNAPSHOT*.jar -exec cp -p \{\} &quot;${BASE_DIR}${SWITCH}${PRIMARY_DIR}${SWITCH}Release${SWITCH}&quot; \\;"/>
This will find all the jars by searching name by "8.5-SNAPSHOT".
Can we use any regular expression while searching : for example :
command="find . -name *8.5-SNAPSHOT*.jar  --->can be written as ==>
command="find . -name [a-zA-Z_0-9]8.5-SNAPSHOT[a-z].jar

0 votes


Be the first one to answer this question!

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Mar 26 '15, 9:16 a.m.

Question was seen: 2,640 times

Last updated: Mar 26 '15, 9:16 a.m.

Confirmation Cancel Confirm