Forum: [VBP] General Discussion
12-10-2003, 06:47 PM
|
Replies: 10
Views: 16,725
|
Forum: [VBP] General Discussion
12-10-2003, 11:24 AM
|
Replies: 10
Views: 16,725
|
Forum: [VBP] General Discussion
12-08-2003, 10:57 AM
|
Replies: 10
Views: 16,725
I got the test case to work as well. I closed...
I got the test case to work as well. I closed and reopened the project, to get a correct setting for the ignore failure flag. Then I unclicked all and re-ran and it works.
However, I am still...
|
Forum: [VBP] General Discussion
12-07-2003, 12:41 AM
|
Replies: 10
Views: 16,725
|
Forum: [VBP] General Discussion
12-06-2003, 11:04 PM
|
Replies: 10
Views: 16,725
Hmmm, how do you know it gets updated...
Hmmm, how do you know it gets updated internally? What I see is with this macro having been run, If I get a VC.NET build error it stops the visual build process. I dont really care about the...
|
Forum: [VBP] General Discussion
12-06-2003, 08:18 PM
|
Replies: 10
Views: 16,725
Setting Ignore Failure for all subroutine steps
I am trying to set the ignore failure property for all the steps in a script. I got the code below from you some time ago.
It sets ignore for the project steps, but not the subroutine steps. The...
|
Forum: [VBP] Third Party Tools
12-06-2003, 12:45 PM
|
Replies: 1
Views: 11,652
Fording a rebuild on a VC.NET step
I was able to force a rebuild on a vc6 step by appending the command tail /rebuild to the command line.
Now in .NET, that syntax is broken. You must substitute the /build filename for a /rebuild...
|