Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Container Project funtionality: Page 1 of 2 (2 Items)
   
Container Project funtionality  
I want to create a container project that builds projects in the proper order and then performs some custom steps like 
staging static and built files to a certain directory.  I created a container project and was able to reference and 
order other project in it to be built in the correct order.  I also referenced a System Builder project in the container
 but this doesn't show up in the build configuration list.  When I build the container, the System Builder project is 
built first before the listed projects.  I need it to be built last because I am building a hardware driver that I want 
loaded in the image.

For the custom steps, I tried creating a builder that calls a Windows batch file to stage the files, but the builder 
never gets called.  Is there some way to do this?

I'm using Momentics version 4.7.0 on Windows XP.  I am required to build on Windows and then transfer the staged files 
to a native QNX system to create a bootable compact flash card.