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)
-   -   Regex (https://www.kinook.com/Forum/showthread.php?t=2100)

conrad 10-17-2006 01:18 AM

Regex
 
Hi all,

Im trying to use a regex syntax Release( Mindependency)? to build my solution files in both release and release mindependency and this regex doesnt work . I thought that it was correct as it was in the tutorial links . The scenario was to build it in Release version if it finds it otherwise Release MinDependency.
Thanks in advance!

kinook 10-17-2006 07:51 AM

That should work, provided that the solution contains solution configurations named 'Release' and 'Release Mindependency'. If it does, please ZIP and send or post:
1) The info from Help | About | Install Info
2) The .bld file
3) A build log file
4) The .sln file and project files (no source code files)

Thanks.

conrad 10-17-2006 07:49 PM

Sorry ! I didnt exlain it better , My vsbuild contains a Process step from which it search for all solutions files then build it using Make VS.NET step with a %PROCFILES_FULLPATH% (I believe this macro contains all the sln files search) . What I want to accomplish is to build from whatever default solution config it find whether its release or release mindependency because some of my solution files is build using release and some rel mindependency . The problem is that the build will break if I only choose one configuration from Make VS.NET step and I dont want to build all the sln config . I'm trying to solve it using a regular expression so the sln files should build using its default configuration . Can you post an example of regex ?

kinook 10-17-2006 09:20 PM

You can't use a regex to determine the default solution configuration. But if the configuration you want will always start with Release, using Release.* would work. See http://www.visualbuild.com/Manual/regex.htm for more info on regular expressions.

conrad 10-19-2006 03:10 AM

That just solved my problem , Thanks men!


All times are GMT -5. The time now is 08:43 AM.


Copyright © 1999-2023 Kinook Software, Inc.