Kinook Software Forum

Go Back   Kinook Software Forum > Search Forums

Showing results 1 to 25 of 32
Search took 0.01 seconds.
Search: Posts Made By: jnapier
Forum: [VBP] Third Party Tools 05-26-2006, 03:21 PM
Replies: 8
Views: 13,403
Posted By jnapier
I've tracked down the problem. I was building the...

I've tracked down the problem. I was building the Configuration Release| Any CPU and it appears that by default, the website is not set to build in this mode. Its hidden in the configuration manager...
Forum: [VBP] Third Party Tools 05-26-2006, 01:14 PM
Replies: 8
Views: 13,403
Posted By jnapier
I can't run your build script. I have the latest...

I can't run your build script. I have the latest 6.1 version.

I have attached an image that shows the problem.
Forum: [VBP] Third Party Tools 05-25-2006, 09:00 PM
Replies: 8
Views: 13,403
Posted By jnapier
Are you sure that this worked for you from Visual...

Are you sure that this worked for you from Visual Build? I just created a brand new solution and a file system website and got the exact same results as in my original solution.

I can send you...
Forum: [VBP] Third Party Tools 05-25-2006, 08:09 PM
Replies: 8
Views: 13,403
Posted By jnapier
This solution was upgraded from a 1.1 solution so...

This solution was upgraded from a 1.1 solution so I am wondering if there is something that is not appearing in the solution file correctly.

Also, I am using an IIS site and not a file system...
Forum: [VBP] Third Party Tools 05-12-2006, 01:00 PM
Replies: 8
Views: 13,403
Posted By jnapier
Build VS.Net 2005 Website

Hi, I am wondering how I can go about compiling a VS.Net 2005 Website when the solution is built. I have the Build Website as Part of solution option checked.

I have tried building the solution...
Forum: [VBP] Suggestions 01-26-2006, 07:03 PM
Replies: 0
Views: 9,081
Posted By jnapier
Locating Vs.Net web projects

I would just like to say that the strategy used by VisualBuild to locate project files for an asp.net project is very fragile. I think that you should derive a better strategy to locate the project...
Forum: [VBP] General Discussion 01-23-2006, 04:12 PM
Replies: 5
Views: 7,379
Posted By jnapier
I just realized that I wiped out all of my...

I just realized that I wiped out all of my global sub routine steps when I created this repro for you. Is there a backup or history stored by visual build anywhere?
Forum: [VBP] General Discussion 01-23-2006, 03:51 PM
Replies: 3
Views: 6,977
Posted By jnapier
Sounds like you are saying that Failure Steps can...

Sounds like you are saying that Failure Steps can only call global sub routines that have the "Build Failure Steps" checkbox selected. Is that the case?
Forum: [VBP] General Discussion 01-23-2006, 03:25 PM
Replies: 5
Views: 7,379
Posted By jnapier
Heres the repro. It contains the global steps as...

Heres the repro. It contains the global steps as well. Just run the complete build and you will see that the failure step calls a global sub routine and then all the global sub routine steps beneath...
Forum: [VBP] General Discussion 01-23-2006, 02:33 PM
Replies: 5
Views: 7,379
Posted By jnapier
All Global SubRoutines Called

Im getting some weird results with Global SubRoutines. I start all of my Global SubRoutines with a Group step and then indent the steps of the subroutine underneath the group. The problem is that...
Forum: [VBP] General Discussion 01-23-2006, 01:50 PM
Replies: 3
Views: 6,977
Posted By jnapier
Continuous Failure Loop

I ran into a problem with the failure steps of one of my build scripts. The first Filure step calls a Global Sub Routine called Rollback Vs.Net solution to Latest Backup. Now, if one of the steps...
Forum: [VBP] General Discussion 01-17-2006, 11:57 AM
Replies: 1
Views: 6,227
Posted By jnapier
Conditional Build Rule Problem

I am having a problem with a conditional build rule. I have set the step to only run if the %FAILSTEP_NAME% equals a certian value. But it only fires randomly on the same fail step. The step in...
Forum: [VBP] General Discussion 01-05-2006, 04:05 PM
Replies: 2
Views: 7,225
Posted By jnapier
Thanks, thats what I was looking for.

Thanks, thats what I was looking for.
Forum: [VBP] General Discussion 01-05-2006, 02:50 PM
Replies: 2
Views: 7,225
Posted By jnapier
Pass arguments to Visual Build

I have a continuous integration build setup and I have differrent scenarios of when a build might run. The build can run on a source code modification or at a specific time each night. I would like...
Forum: [VBP] Suggestions 01-05-2006, 02:35 PM
Replies: 3
Views: 11,018
Posted By jnapier
Great, How about clover.net or NCover? I've...

Great,
How about clover.net or NCover? I've set up continuous integration with cruisecontrol.net and everything is working great. I would just like actions for the few remainig tools that I need...
Forum: [VBP] Suggestions 01-04-2006, 05:33 PM
Replies: 3
Views: 11,018
Posted By jnapier
FxCop

Any plans on creating an FXCop action?
Forum: [VBP] General Discussion 05-31-2005, 01:19 PM
Replies: 4
Views: 8,035
Posted By jnapier
Thanks. Everything is working as expected.

Thanks.
Everything is working as expected.
Forum: [VBP] General Discussion 05-30-2005, 03:19 PM
Replies: 4
Views: 8,035
Posted By jnapier
I got this error when running the specified...

I got this error when running the specified script

Error at Line 1, Column 1 (Object variable not set)
Forum: [VBP] General Discussion 05-27-2005, 11:37 AM
Replies: 4
Views: 8,035
Posted By jnapier
Looping through macro

This posts how to loop through the values in a text file http://www.kinook.com/Forum/showthread.php?threadid=231

but what about looping through the values in a macro? I have a macro that contains...
Forum: [VBP] General Discussion 09-21-2004, 03:32 PM
Replies: 12
Views: 17,099
Posted By jnapier
Finally I was able to get some information about...

Finally I was able to get some information about what is going on with the scheduled task. We set up the task to run a batch job that contained the build command and piped the output to a text file,...
Forum: [VBP] General Discussion 08-29-2004, 11:48 PM
Replies: 12
Views: 17,099
Posted By jnapier
I am running another machine at a different...

I am running another machine at a different location that is running scheduled build as well. So I am not doubting that this does not work. The problem began occurring after I upgraded to the latest...
Forum: [VBP] General Discussion 08-27-2004, 10:56 AM
Replies: 12
Views: 17,099
Posted By jnapier
Bug in the scheduler? How do you figure. It...

Bug in the scheduler? How do you figure. It starts VisualBuild at the correct time. VisualBuild just doesn't do anything. Why would the VisualBuild Process start and not do anything? That is the...
Forum: [VBP] General Discussion 08-26-2004, 05:18 PM
Replies: 12
Views: 17,099
Posted By jnapier
OS: Windows 2000 Server Yes the user account...

OS: Windows 2000 Server

Yes the user account specified is an admin. I can run the build script manually with this user.

Here is the command that is set to run in the scheduled task.
...
Forum: [VBP] General Discussion 08-26-2004, 02:03 AM
Replies: 12
Views: 17,099
Posted By jnapier
Scheduled Task Does nothing

I have a scheduled task to Run a viual build script. I have tried creating this task with the "Create Scheduled Task" command in VisualBuild and manually through the command line.

The task will...
Forum: [VBP] General Discussion 08-04-2004, 12:37 PM
Replies: 1
Views: 6,167
Posted By jnapier
Get command output into Macro

In a build script can I get the output from a command line utility and store it into a macro?

If so, what is the best way to do this?
Showing results 1 to 25 of 32

 

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


Copyright © 1999-2023 Kinook Software, Inc.