View Single Post
  #1  
Old 03-30-2004, 10:27 AM
Trampas Nevius Trampas Nevius is online now
Registered User
 
Join Date: 03-30-2004
Posts: 2
Unhappy Calling Process Files in a subroutine

Hi,

I am trying to use the Process Files step in a subroutine to recursively build some VS.Net sln files. There are roughly 150 solutions that I need to build, so I have broken up the steps in subroutines so if I later need to build a selected step (group of sample solutions) in the main project, I won't have to restart the entire build.

The problem is that although the step finds the appropriate number of files under the folder tree, only the first sample is built.

Attached is a sample build script displaying what I am seeing.

btw - I am using Visual Build Pro 4.0c

Is this a known problem? Am I really stuck with keeping the process files steps in the main build script?

Thanks in advance.
-Trampas
Attached Files
File Type: zip recurse.zip (649 Bytes, 785 views)
Reply With Quote