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
![]()
Ralph Schoon (62.7k●3●36●43)
| 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.
|