Kinook Software Forum

Go Back   Kinook Software Forum > Search Forums

Showing results 1 to 23 of 23
Search took 0.01 seconds.
Search: Posts Made By: raistlin
Forum: [VBP] General Discussion 08-19-2016, 06:23 AM
Replies: 1
Views: 17,400
Posted By raistlin
Nevermind, figured it out myself. An extra [ to [...

Nevermind, figured it out myself. An extra [ to [ without removing \.

(.*)?\[[assembly:(.*)?Assembly(FileVersion|Company|Copyright|InformationalVersion)(.*)
Forum: [VBP] General Discussion 08-19-2016, 05:44 AM
Replies: 1
Views: 17,400
Posted By raistlin
Regular expression for Replace in Files

Hi Kinook,


I have a hard time trying to figure out what's wrong with my regex.
I am removing lines in AssemblyInfo.cs that matches this regex:
...
Forum: [VBP] General Discussion 11-24-2014, 08:45 AM
Replies: 10
Views: 29,981
Posted By raistlin
Roger that. Thanks alot for the support!

Roger that. Thanks alot for the support!
Forum: [VBP] General Discussion 11-24-2014, 04:01 AM
Replies: 10
Views: 29,981
Posted By raistlin
Thanks for the quickfix. I had it installed and...

Thanks for the quickfix. I had it installed and it creates log files. Yay.

I have another question regarding the difference i see.

The logfile is generated at the script directory,...
Forum: [VBP] General Discussion 11-21-2014, 07:52 AM
Replies: 10
Views: 29,981
Posted By raistlin
According to my tests, these 2 command lines...

According to my tests, these 2 command lines gives different results:

Does not produce log file:
c:\Builds\Source\BuildScripts>visbuildcmd Test.bld /mta /loglevel 0 /config VisBuildPro.config...
Forum: [VBP] General Discussion 11-21-2014, 05:01 AM
Replies: 10
Views: 29,981
Posted By raistlin
Thanks Kinook. This works but it requires me to...

Thanks Kinook. This works but it requires me to parse /logfile _filename_.

visbuildcmd Test.bld /loglevel 1 /logfile Test.log

I wish to use the LOGFILE macro already defined in the bld script,...
Forum: [VBP] General Discussion 11-19-2014, 02:35 AM
Replies: 10
Views: 29,981
Posted By raistlin
Thanks. I used the link above for /loglevel. But...

Thanks. I used the link above for /loglevel. But how can i achieve /loglevel vbldLogLevelWarning + but still able to log with vbldLogLevelDetailed to LOGFILE?
Forum: [VBP] General Discussion 11-18-2014, 09:08 AM
Replies: 10
Views: 29,981
Posted By raistlin
Log level for console vs. log file

Hi Kinook,

I have searched around in the forums to look for more information about how logging works and haven't found much concrete info about it.

In general, i read these 2 links below and...
Forum: [VBP] General Discussion 11-13-2014, 07:27 AM
Replies: 10
Views: 24,573
Posted By raistlin
Epic. Thanks alot for this!

Epic. Thanks alot for this!
Forum: [VBP] General Discussion 11-13-2014, 07:11 AM
Replies: 10
Views: 24,573
Posted By raistlin
Thanks for the codes, however it still fails with...

Thanks for the codes, however it still fails with these error:

Error in Run Script (VBScript) script code at Line 11, Column 1 (http://jenkins/job/Test<Undefined macro 20New>20NUnit<Undefined...
Forum: [VBP] General Discussion 11-13-2014, 07:02 AM
Replies: 10
Views: 24,573
Posted By raistlin
The value is parsed as an environment variable...

The value is parsed as an environment variable when initiated by a jenkins job.

See...
Forum: [VBP] General Discussion 11-13-2014, 05:04 AM
Replies: 10
Views: 24,573
Posted By raistlin
Unexpanded macro value

I am trying to unexpand the macro value. A macro with this value is parsed and i want to retain its value.

"BUILD_URL=http://jenkins/job/Test%20New%20NUnit%20Test%20Script/lastBuild"


To use...
Forum: [VBP] General Discussion 11-11-2014, 06:24 AM
Replies: 6
Views: 23,261
Posted By raistlin
Great, thanks. I'll do that whenever i get any...

Great, thanks. I'll do that whenever i get any similar issues.
Forum: [VBP] General Discussion 11-11-2014, 03:02 AM
Replies: 6
Views: 23,261
Posted By raistlin
I am happy to provide you anything at all to help...

I am happy to provide you anything at all to help you find out the root cause of it, if that brings value to the product.

Please let me know what information you need to go to the next step....
Forum: [VBP] General Discussion 11-10-2014, 04:32 PM
Replies: 6
Views: 23,261
Posted By raistlin
That's a Won't Fix plus Won't even look at it i...

That's a Won't Fix plus Won't even look at it i guess. Thanks.
Forum: [VBP] General Discussion 11-10-2014, 08:43 AM
Replies: 6
Views: 23,261
Posted By raistlin
VisBuildCmd got stuck

It get stuck sometimes. Not sure why. But pretty frequently IMHO.
Please have a look. Thanks


NtDelayExecution:
00007FF838C019B0 4C 8B D1 mov r10,rcx
00007FF838C019B3 B8...
Forum: [VBP] General Discussion 11-10-2014, 08:26 AM
Replies: 8
Views: 26,605
Posted By raistlin
Thanks for clarifying. Is there any variable...

Thanks for clarifying.

Is there any variable to get the process' log level during execution?

Application.Options.LogLevel only provided the settings set in Application Options > Logging (More)...
Forum: [VBP] General Discussion 11-10-2014, 07:34 AM
Replies: 8
Views: 26,605
Posted By raistlin
I found an interesting observation. Please...

I found an interesting observation. Please correct me if i am wrong. In the documentation, it says:


vbldLogLevelNone 0 No calls to LogMessage will be logged.
vbldLogLevelError 1 Only error...
Forum: [VBP] General Discussion 11-08-2014, 06:17 AM
Replies: 8
Views: 26,605
Posted By raistlin
Thank you.

Thank you.
Forum: [VBP] General Discussion 11-07-2014, 04:57 PM
Replies: 8
Views: 26,605
Posted By raistlin
Thanks. Can you also include a small snippet with...

Thanks. Can you also include a small snippet with VBS on how to set the loglevel in the child when received?

On how to use the following:
Options.LogLevel As LogLevelEnum

I can iterate macros,...
Forum: [VBP] General Discussion 11-07-2014, 03:03 PM
Replies: 8
Views: 26,605
Posted By raistlin
How to propagate loglevel to child bld files?

Hi,

I would like to limit the amount of information / logs produced by my bld script to the console. I use Jenkins, so i would very much like to achieve a much smaller blueprint of logs.

This...
Forum: [VBP] General Discussion 04-30-2012, 02:28 AM
Replies: 4
Views: 21,252
Posted By raistlin
I think an option like "Fail build when one or...

I think an option like "Fail build when one or more files are not found." to this step would really help.

I guess this is not quite possible because this step supports wildcard. So it is not able...
Forum: [VBP] Third Party Tools 11-17-2008, 09:51 AM
Replies: 1
Views: 13,518
Posted By raistlin
How to prevent VisBuildPro from creating backup files, .bak after modification done?

Hi all,


Is there any option where I can set to disable file backup being created to modified files after this step, Make VS.NET, that does not build the project, but [ Set the project version to...
Showing results 1 to 23 of 23

 

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


Copyright © 1999-2023 Kinook Software, Inc.