Forum: [VBP] General Discussion
01-18-2006, 01:05 PM
|
Replies: 9
Views: 23,794
Alternatively if the temp macros could be read...
Alternatively if the temp macros could be read from a text file that would be handy. I have something like 20 macros I would like to define in order to parameterize my builds. Specifying them all...
|
Forum: [VBP] General Discussion
01-18-2006, 11:54 AM
|
Replies: 9
Views: 23,794
Right I realized I meant to ask a related...
Right I realized I meant to ask a related question. Is it possible to use environment variables to the same effect? IOW rather than having to customize the command line can I simply set some...
|
Forum: [VBP] General Discussion
01-17-2006, 08:14 PM
|
Replies: 9
Views: 23,794
What if I want to have Project macros that are...
What if I want to have Project macros that are overridden by the command line? Is that possible? Using temporaries means that I can't run using the GUI without defining the temporaries.
Do the...
|
Forum: [VBP] Third Party Tools
01-12-2006, 08:04 PM
|
Replies: 7
Views: 14,712
|
Forum: [VBP] General Discussion
01-12-2006, 07:36 PM
|
Replies: 2
Views: 8,980
|
Forum: [VBP] General Discussion
01-12-2006, 04:47 PM
|
Replies: 2
Views: 8,980
Mouse Wheel in V6?
It seems that mouse wheel scrolling no longer works with the upgrade to V6? Is that true? I can't find an option to enable it within the menus.
|
Forum: [VBP] Third Party Tools
01-12-2006, 03:59 PM
|
Replies: 7
Views: 14,712
What if we want to get changes on only part of...
What if we want to get changes on only part of the depot?
That sample assumes we want all changes for our current client spec which might map in a lot more than we are interested in. I tried to...
|
Forum: [VBP] General Discussion
09-20-2005, 07:43 PM
|
Replies: 1
Views: 14,244
Window handle from VBScript
I am creating a user .action via VBScript. The script is creating a COM object that needs an hwnd. Is there a way to get this?
|
Forum: [VBP] General Discussion
09-15-2005, 01:40 PM
|
Replies: 8
Views: 14,599
Excellent! That did it. For reference here is...
Excellent! That did it. For reference here is what I wound up with:
SELECT build_seterrortext('%BUILD_KEY%', %CURRENT_STEP%, '[Replace(Replace(vbld_AllMacros().Item("FAILSTEP_OUTPUT").Value,...
|
Forum: [VBP] General Discussion
09-15-2005, 11:33 AM
|
Replies: 8
Views: 14,599
It is an error from a build step before the...
It is an error from a build step before the database. What I am trying to do is, in an error step, log that error text into a database.
So the database doesn't really play into this issue...
|
Forum: [VBP] General Discussion
09-14-2005, 06:05 PM
|
Replies: 8
Views: 14,599
|
Forum: [VBP] General Discussion
09-14-2005, 06:01 PM
|
Replies: 8
Views: 14,599
|
Forum: [VBP] General Discussion
09-14-2005, 01:57 PM
|
Replies: 8
Views: 14,599
I even tried a script step to filter out the...
I even tried a script step to filter out the quotes:
Set failText = Application.Macros(vbldProject).Item("FAILURE_TEXT")
Dim failOutput
failOutput = "%FAILSTEP_OUTPUT%"
Escape(failOutput)
...
|
Forum: [VBP] Third Party Tools
09-14-2005, 01:48 PM
|
Replies: 1
Views: 12,068
PostgreSQL and MySQL support
I'd really like to see support for databases other than MS SQL Server.
Rather than using an ISQL interface why not provide an ODBC step in the tool? Then as long as a proper DSN was setup on...
|
Forum: [VBP] Third Party Tools
09-14-2005, 01:47 PM
|
Replies: 0
Views: 10,714
|
Forum: [VBP] General Discussion
09-14-2005, 01:45 PM
|
Replies: 8
Views: 14,599
Macros containing single quotes
I am trying to create a failure step which logs the text of a failed step to a database via SQL. The text of the failed step is as follows:
Error message from the server: 'an item with that name...
|
Forum: [VBP] Suggestions
09-14-2005, 01:31 PM
|
Replies: 1
Views: 14,386
NxN AlienBrain SCC support
I'd like to see AlienBrain source control supported. VBP supports many SCC providers but for some reason not this one. Right now I am using Run commands but that is a little bit cumbersome.
|