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)
-   -   Problems building strangely named VS.NET solution configuration (https://www.kinook.com/Forum/showthread.php?t=1374)

rboutilier 11-29-2005 02:37 PM

Problems building strangely named VS.NET solution configuration
 
My latest VBP Project includes a step to build a VS.NET solution. The solution has the following 8 language-specific configurations:

[en-us]|Win32
[zh-cn]|Win32
[fr]|Win32
[de]|Win32
[it]|Win32
[ja]|Win32
[pt-br]|Win32
[es-mx]|Win32

Only the English configuration currently works, so I need to make sure it's the only one that gets built. I am selecting [en-us]|Win32 from the Configuration(s) list box on the Project/Solution tab. Unfortunately, because the configuration name begins with the '[' character, VBP seems to be interpreting it as a regular expression and giving the following error:

Solution configuration '0|Win32' not found.

Does anyone know if there's a way to force a literal string as a solution configuration?

kinook 11-29-2005 02:52 PM

Actually, VBP is interpreting the part between brackets as a script expression. Double the bracket chars to specify literals:

[[en-us]]|Win32

rboutilier 11-29-2005 02:59 PM

That did the trick. Thanks!


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


Copyright © 1999-2023 Kinook Software, Inc.