Kinook Software Forum

Go Back   Kinook Software Forum > Search Forums

Showing results 1 to 18 of 18
Search took 0.01 seconds.
Search: Posts Made By: abcdetech
Forum: [VBP] Suggestions 05-20-2010, 10:59 AM
Replies: 3
Views: 18,837
Posted By abcdetech
What's a workaround for nested Processed Files?

it is so true how you described this problem.

The problem is with the PROCFILES_FULLPATH macro which does not get updated properly on the second round in netsed Processed Files.

I know it is...
Forum: [VBP] General Discussion 05-20-2010, 08:58 AM
Replies: 1
Views: 7,688
Posted By abcdetech
Replace Macro's value

I have a Macro which stores a FileName.

For example FileNameMacro = FileName.dll or FileName.exe

I want to replace file extesnion in the macro

for example Macro should look like
...
Forum: [VBP] General Discussion 03-03-2010, 03:38 PM
Replies: 1
Views: 7,125
Posted By abcdetech
Temp macros left over from previous script

I'm having problems with creating a new script.

I launch VBP v.7, the last opened script gets loaded (it's configured so).
I click Files/New. I want to create a new script. A blank page appears....
Forum: [VBP] General Discussion 02-17-2010, 04:31 PM
Replies: 3
Views: 8,491
Posted By abcdetech
I did it exactly like you said. But it also...

I did it exactly like you said. But it also copies all folders which I don't want to be copied.

/A1
/B2
/C3

and everything else got copied. I though it will exclude everything else what is...
Forum: [VBP] General Discussion 02-17-2010, 04:08 PM
Replies: 3
Views: 8,491
Posted By abcdetech
Copy File (include folders)

I have this folder structure:

source\A1
source\C2
.....
source\XYZNNNNNNN

I want to copy just certain folders which I want to specify in Include. Everything else should be excluded.

For...
Forum: [VBP] General Discussion 01-11-2010, 01:08 PM
Replies: 1
Views: 8,218
Posted By abcdetech
Get the latest or from a label in VSS

I have VSS as source control.

In my script I want to have a switch/macro - let's say LabelOrNot.


If LabelOrNot = true

my project in VSS will be labelad with %VSSLabel% and next step would...
Forum: [VBP] General Discussion 12-16-2009, 01:03 PM
Replies: 1
Views: 8,649
Posted By abcdetech
LASTSTEP_STATUS, executing next step based on previous step

The easiest way to execute the second step based on previous step is to use %LASTSTEP_STATUS%



I have two steps:

1. Make VS2008
2. Copy Files with Build Only if %LASTSTEP_STATUS% is equal...
Forum: [VBP] General Discussion 12-01-2009, 03:11 PM
Replies: 1
Views: 8,095
Posted By abcdetech
the Group step and %LASTSTEP_STATUS%

If I have %LASTSTEP_STATUS% equals to 0 in any of my steps it works as expected: if a previous step fails the next step will not be executed.

Now. I included a bunch of steps into Group.
In the...
Forum: [VBP] General Discussion 10-29-2009, 03:35 PM
Replies: 2
Views: 9,338
Posted By abcdetech
just perfect and quick. THANK YOU

just perfect and quick. THANK YOU
Forum: [VBP] General Discussion 10-29-2009, 01:25 PM
Replies: 2
Views: 9,338
Posted By abcdetech
Replace in a .vcproj file

What is the best way to replace in a .vcproj file:

<Tool
Name="VCCustomBuildTool"
Description="Performing registration"
CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;&#x0D;&#x0A;echo...
Forum: [VBP] General Discussion 08-03-2009, 09:22 AM
Replies: 5
Views: 11,312
Posted By abcdetech
thanks it some how works but doesn't fully do...

thanks it some how works but doesn't fully do what I intended to do. I should've posted all my string.

I've solved a problem with backslashes but now I'm getting a problem with a $

I need to...
Forum: [VBP] General Discussion 07-31-2009, 03:42 PM
Replies: 5
Views: 11,312
Posted By abcdetech
what if I want to replace a text with a variable...

what if I want to replace a text with a variable %WORK_ROOT%

where %WORK_ROOT% defined as c:\temp\bin?

After testing my step I'm getting :

<HintPath>c:tempbin</HintPath>

(missing...
Forum: [VBP] Third Party Tools 07-31-2009, 10:10 AM
Replies: 3
Views: 10,177
Posted By abcdetech
thank you. the Output directory field on...

thank you.

the Output directory field on the Project/Solution tab works perfectly for me, very useful feature.

I have another similar question.

How do I do a similar thing to Librarian...
Forum: [VBP] Third Party Tools 07-29-2009, 03:41 PM
Replies: 1
Views: 7,423
Posted By abcdetech
Question SourceSafe. Get. How to get all files except .....

How to GET all files from SourceSafe off a given project except, for example, *.sln files?

I want to get all files from $\Project\MyProject recursively except *.sln files. Is it possible to do in...
Forum: [VBP] Third Party Tools 07-15-2009, 02:20 PM
Replies: 1
Views: 8,767
Posted By abcdetech
Question How to exclude .vdproj?

I know VBP6.X doesn't support .vdproj.

I'm building a .vcproj in the Make VS.NET step. I'm ggeting an error : "can't open project file ...../..../..../XXXX.vdproj

When I aknowledge that...
Forum: [VBP] Third Party Tools 07-09-2009, 01:46 PM
Replies: 3
Views: 10,177
Posted By abcdetech
Question How to customize the Output Directory in the Make VS2005 step?

Hi,

I have a question about updating the Output Directories in the Make VS steps.

Let's say my VS projects have multiple configurations such as:
Debug
Release
DebugMT
ReleaseMT
.......
Forum: [VBP] Third Party Tools 05-01-2008, 01:05 PM
Replies: 5
Views: 19,710
Posted By abcdetech
Okay, the DOS command for AccuRev which I want to...

Okay, the DOS command for AccuRev which I want to automate using the VBP is:

"accurev mkws -w gizmo_bugfix -b gizmo1.1 -l /home/jsmith/ws/test"

My question is, where in the AccuREv Step...
Forum: [VBP] Third Party Tools 04-30-2008, 02:23 PM
Replies: 5
Views: 19,710
Posted By abcdetech
How to get source files from AccuRev on your local PC?

I need to get all source files (VS2005 projects) from AccuRev into my local PC, build them, post on the network.

I've got stuck on the step with AccuRev.

There are a lot of samples regarding...
Showing results 1 to 18 of 18

 

All times are GMT -5. The time now is 01:26 AM.


Copyright © 1999-2023 Kinook Software, Inc.