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

VB6 Integration into RTC build

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.

<Project DefaultTargets="Execute" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="FreeToDev.MSBuildTasks.tasks"/>
<ItemGroup>
     <ProjectsToBuild Include="C:\MyVB6Project.vbp">
          <OutDir>c:\bob</OutDir>
     </ProjectsToBuild>
     <ProjectsToBuild Include="C:\MyVB6Project2.vbp"/>
</ItemGroup>
<Target Name="Execute">
     <BuildVB6 Projects="@(ProjectsToBuild)"/>
</Target>
</Project>

0 votes


Accepted answer

Permanent link
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

0 votes


2 other answers

Permanent link
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

0 votes

Comments

Hi,


Not sure what you mean.

Are you saying I can use command line definition to execute msbuild script?

Thanks
 

Hello gk,
Yes, this is how I would do that.


Permanent link
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.

0 votes

Your answer

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
× 562

Question asked: May 22 '13, 7:31 a.m.

Question was seen: 5,273 times

Last updated: May 24 '13, 2:36 a.m.

Confirmation Cancel Confirm