VB6 Integration into RTC build
g k (17●1●4●8)
| asked May 22 '13, 7:31 a.m.
edited May 22 '13, 7:37 p.m. by Millard Ellingsworth (2.5k●1●24●31) Hi, Anyone had experience of integrating VB6 projects into RTC? Looking to see if i can use msbuild and configurate the RTC VS build defenition to achieve this.
|
Accepted answer
I have also noticed that there is Visual Studio build definition. See this link:
https://jazz.net/help-dev/clm/index.jsp?re=1&topic=/com.ibm.team.concert.dotnet.build.tutorial.doc/topics/rtc_build_tut_lesson1.html&scope=null g k selected this answer as the correct answer
|
2 other answers
Hello gk,
You can try configuring command line build definition for that. You will find more info on https://jazz.net/help-dev/clm/index.jsp?topic=%2Fcom.ibm.team.build.doc%2Ftopics%2Ftcreatebuilddefinition.html Comments
g k
commented May 23 '13, 10:18 p.m.
Hi,
Not sure what you mean.
Are you saying I can use command line definition to execute msbuild script?
Thanks
Krzysztof Kaźmierczyk
commented May 24 '13, 2:27 a.m.
Hello gk,
|
Ralph Schoon (63.5k●3●36●46)
| answered May 24 '13, 2:36 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I think you should be able to use the ANT exec task to run any executable build and compile tool from the ANT script. Krzysztof's suggestion is also a good one, but once you need to do more automation/tasks than what is supported there you will end up having to use ANT anyway.
|
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.