Kinook Software Forum

Kinook Software Forum (https://www.kinook.com/Forum/index.php)
-   [VBP] Third Party Tools (https://www.kinook.com/Forum/forumdisplay.php?f=3)
-   -   Make VS.NET Step fails to select configurations correctly (https://www.kinook.com/Forum/showthread.php?t=544)

johndunk 08-20-2004 07:05 AM

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

kinook 08-20-2004 09:38 AM

To match all solution configuration names beginning with "Release", use a regular expression of Release.* (the matching uses regex, not filename-style wildcards). Please post (or send to support@kinook.com) your .sln file + constituent project file(s) and we can examine why the All option is not working. Thanks.


All times are GMT -5. The time now is 10:36 PM.


Copyright © 1999-2023 Kinook Software, Inc.