View Single Post
  #1  
Old 08-20-2004, 07:05 AM
johndunk johndunk is online now
Registered User
 
Join Date: 06-03-2004
Location: Marlborough, MA
Posts: 1
Make VS.NET Step fails to select configurations correctly

Using Visual Build Pro 5.4 with Visual Studio 2003

The Make VS.NET Action appears to fail to handle configurations pretty regularly.

The docs suggest using wildcards, for instance "Release*" should catch configs that are marked "Release" as well as "Release | Win32". This does not appear to happen reliably.

It also appears to just plain miss some of the configurations in the solution, which leads me to try using the "All" option.

Unfortunately, neither does using the "All" radio button.
I get errors like this:

Code:
8/20/2004 8:00:59 AM: Building project step 'Build CADL'...
Invalid configuration name ''
8/20/2004 8:00:59 AM: Step 'Build CADL' failed
8/20/2004 8:00:59 AM: Build ended.
Any ideas?

john
Reply With Quote