Kinook Software Forum

Go Back   Kinook Software Forum > Search Forums

Showing results 1 to 25 of 38
Search took 0.01 seconds.
Search: Posts Made By: jdavidi
Forum: [VBP] Third Party Tools 12-20-2010, 11:26 AM
Replies: 3
Views: 9,167
Posted By jdavidi
Awesome; works brilliantly. Thanks a mil!

Awesome; works brilliantly. Thanks a mil!
Forum: [VBP] Third Party Tools 12-20-2010, 11:09 AM
Replies: 3
Views: 9,167
Posted By jdavidi
Team Foundation checkin unmodified file - question/suggestion

Greetings!

We're in the middle of migrating a bunch of our Vault-stored projects to TFS 2010, and I'm updating our corresponding Visual Build source control steps along with it.

One of our...
Forum: [VBP] Third Party Tools 06-17-2010, 09:04 AM
Replies: 2
Views: 7,481
Posted By jdavidi
Whew...I bow to the masters. Thanks a million!

Whew...I bow to the masters. Thanks a million!
Forum: [VBP] Third Party Tools 06-16-2010, 12:22 PM
Replies: 2
Views: 7,481
Posted By jdavidi
Question Adding elements to a csproj?

Greetings!

We're attempting to leverage Visual Build's read/write XML capabilities to aid in a large scale csproj file update. Essentially, we're looking to specify the Target Platform to be x86...
Forum: [VBP] Suggestions 02-18-2009, 09:50 AM
Replies: 1
Views: 12,859
Posted By jdavidi
Name your own ADO recordset macros

The ADO_RS copies fine with the Set Macro action trick described here
http://www.kinook.com/Forum/showthread.php?s=&threadid=3944&highlight=ado

but it'd be great to have the option of naming the...
Forum: [VBP] General Discussion 02-18-2009, 09:37 AM
Replies: 2
Views: 9,475
Posted By jdavidi
Thanks a mil! I'm now free of hacking text files...

Thanks a mil! I'm now free of hacking text files with a dozen or so regular expression find/replaces :)
Forum: [VBP] Third Party Tools 02-17-2009, 09:21 PM
Replies: 4
Views: 8,300
Posted By jdavidi
Ah, right! Thanks, that's what staring at a...

Ah, right! Thanks, that's what staring at a problem for too long helped me overlook :)
Forum: [VBP] General Discussion 02-17-2009, 07:11 PM
Replies: 2
Views: 9,475
Posted By jdavidi
Question Multiple ADO recordsets allowed?

Howdy again,

Toying more with ADO recordsets & Loop actions with v7.

I run an ADO action and this successfully adds the %RS_ADO% as expected.

I'm using Loop to process that recordset one row...
Forum: [VBP] Third Party Tools 02-17-2009, 06:42 PM
Replies: 4
Views: 8,300
Posted By jdavidi
Huh...so yours works, and I substituted my...

Huh...so yours works, and I substituted my script-action MsgBox step with a logging step...and that works. As did the rest of my logic that writes out values to a text file and proceeds with the...
Forum: [VBP] Third Party Tools 02-17-2009, 04:09 PM
Replies: 4
Views: 8,300
Posted By jdavidi
ADO and SQL Server troubles

Howdy!

Loving v7; was attempting to utilize ADO actions for the first time in concert with the new Loop action. My query is going against a SQL Server (2000) database.

ADO query is Select...
Forum: [VBP] General Discussion 06-19-2007, 09:02 AM
Replies: 4
Views: 8,617
Posted By jdavidi
Thanks kevina, I think we're back in shape....

Thanks kevina,

I think we're back in shape. Here's what I did:

1) Uninstalled all VisualBuildPro versions from my 2000 machine (had entries for Visual Build Pro, Visual Build Pro 5.7, and...
Forum: [VBP] General Discussion 06-19-2007, 06:57 AM
Replies: 4
Views: 8,617
Posted By jdavidi
I get "page cannot be found" when following that...

I get "page cannot be found" when following that link.
Forum: [VBP] General Discussion 06-18-2007, 03:17 PM
Replies: 4
Views: 8,617
Posted By jdavidi
Unhappy 6.2 --> 6.4 causing crashes on Win2K

Good afternoon,

Upgraded to v6.4 over the weekend on my 2 machines (one is Windows 2000 and the other is 2003).
On both machines, Visual Build is launched via the following command: ...
Forum: [VBP] General Discussion 02-21-2007, 01:27 PM
Replies: 7
Views: 10,663
Posted By jdavidi
Awesome, I think I've got the desired behavior...

Awesome, I think I've got the desired behavior going!

I was having trouble--even after reloading the global macros file via script--getting the other build machine to "unlearn" the existence of...
Forum: [VBP] General Discussion 02-20-2007, 03:00 PM
Replies: 7
Views: 10,663
Posted By jdavidi
And then I found this thread: ...

And then I found this thread:

http://www.kinook.com/Forum/showthread.php?s=&threadid=2049&highlight=reload

I will try and let you know!
Forum: [VBP] General Discussion 02-20-2007, 02:47 PM
Replies: 7
Views: 10,663
Posted By jdavidi
"One way to do that would be to exit (or wait in...

"One way to do that would be to exit (or wait in a loop) at the beginning of the build if a signal macro existed, creating that global macro next if it doesn't exist, and delete it at the end of the...
Forum: [VBP] General Discussion 02-16-2007, 03:35 PM
Replies: 7
Views: 10,663
Posted By jdavidi
Thanks for the reply! Yeah, the two machines...

Thanks for the reply!

Yeah, the two machines are trying to update one of my global macros each time an interative script is run, and while the probability is low that they execute the global...
Forum: [VBP] General Discussion 02-16-2007, 07:39 AM
Replies: 7
Views: 10,663
Posted By jdavidi
VisBuildPro.macros occasionally locking

Greetings,

We have 2 build machines, "A" and "B", both of whom utilize/update (via network share) VisBuildPro.macros on "A" when running similar yet separate nightly builds.

A failure routine...
Forum: [VBP] General Discussion 03-01-2006, 02:33 PM
Replies: 6
Views: 9,281
Posted By jdavidi
Talking Ahhhh...that did the trick! Never noticed those...

Ahhhh...that did the trick! Never noticed those menu items before. Thank you VERY much!

--jdavidi
Forum: [VBP] General Discussion 03-01-2006, 02:06 PM
Replies: 6
Views: 9,281
Posted By jdavidi
Here's the global macros file (renamed as a txt...

Here's the global macros file (renamed as a txt file so I could attach it)
Forum: [VBP] General Discussion 03-01-2006, 02:04 PM
Replies: 6
Views: 9,281
Posted By jdavidi
Hello again, I still get the problem with...

Hello again,

I still get the problem with 6.0a, although with the newer version it appears to be adding the temporary macro before stopping the build with the 'Error firing vbld_BuildStarting...
Forum: [VBP] General Discussion 03-01-2006, 07:29 AM
Replies: 6
Views: 9,281
Posted By jdavidi
Thanks for the reply; I noticed when I went to...

Thanks for the reply; I noticed when I went to check my Help About screen that I'm on 6.0, and that 6.0a is available for download. I will get that version before sending anything.
Forum: [VBP] General Discussion 02-28-2006, 08:23 AM
Replies: 6
Views: 9,281
Posted By jdavidi
Question Unable to set macros in vbld_BuildStarting Project script?

Good morning!

I have add plenty of macros with VBScript throughout my project steps, but I can't seem to get this to happen in the main Project script (vbld_BuildStarting event). When trying to...
Forum: [VBP] General Discussion 12-01-2005, 03:10 PM
Replies: 2
Views: 7,014
Posted By jdavidi
Interesting note on the undo/redo. I believe...

Interesting note on the undo/redo.
I believe I lost a set of my steps earlier after selecting a group of them and then getting "fat fingered" near the Delete key. Problem was I saved and closed...
Forum: [VBP] General Discussion 12-01-2005, 03:03 PM
Replies: 1
Views: 6,685
Posted By jdavidi
Copied text from SourceSafe editor pastes wrong into Script Editor (6.0)

Hello again,

Another 6.0-specific issue. I copy/paste text somewhat regularly from our SourceSafe files into the Script Editor when I'm setting up variables (I open text files, sql files, and...
Showing results 1 to 25 of 38

 

All times are GMT -5. The time now is 04:51 PM.


Copyright © 1999-2023 Kinook Software, Inc.