View Single Post
  #3  
Old 08-18-2006, 09:37 AM
John Kerr John Kerr is online now
Registered User
 
Join Date: 08-17-2006
Posts: 10
Your suggestion would work for a continuous build process since you define a build order instead of build dependencies but again, how would VBP work for an incremental build process in this situation? For example, I have a change to 1.dll which is written in Gupta. I want to build only 1.dll and any other assemblies that reference it. The build order might be 1.dll (Gupta) 2.dll (VB6) 1.exe (Gupta) 2.exe (VB6) while ignoring the rest of the builds in the platform at that time. The solution needs to detect the dependencies regardless of the compile language. I suppose that a custom app could handle this functionality but can VBP?
Reply With Quote