PDA

View Full Version : Calling Process Files in a subroutine


Trampas Nevius
03-30-2004, 10:27 AM
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

kinook
03-30-2004, 10:38 AM
http://www.kinook.com/Forum/showthread.php?threadid=170

http://www.kinook.com/Forum/showthread.php?threadid=240

Trampas Nevius
03-30-2004, 10:43 AM
Thank you for the quick reply. I tested/verified that it works when placed under a Group in the subroutine.