Forum: [VBP] Third Party Tools
08-13-2014, 05:19 PM
|
Replies: 4
Views: 22,539
I got a similar error message to...
I got a similar error message to "'http://wiki.a0d/svn/TortoiseSVN/trunk' is not a local path". If you have a SVN set up with 'trunk', 'tags' and 'branches' subdirectories and check out from the...
|
Forum: [VBP] General Discussion
08-29-2005, 03:25 PM
|
Replies: 4
Views: 10,427
Try the following
%DOSCMD% mkdir...
Try the following
%DOSCMD% mkdir "c:\inetpub\wwwroot\myapp\[vbld_FormatDate()]"
This creates a folder named like this "20050829". Look in the help file under System Script Date/Time...
|
Forum: [VBP] General Discussion
08-17-2005, 05:02 PM
|
Replies: 4
Views: 10,631
Using wildcards (e.g. *) in the FTP step will...
Using wildcards (e.g. *) in the FTP step will speed up things considerably.
I suggest using the "Process once for each folder" option in the Process Files Option together with the wildcard option...
|
Forum: [VBP] General Discussion
08-01-2005, 03:21 PM
|
Replies: 2
Views: 10,102
|
Forum: [VBP] General Discussion
08-01-2005, 10:26 AM
|
Replies: 2
Views: 10,102
Continuation after error in chained builds
I have built a hierarchy of VBP projects as follows:
a) each application has its own VBP project
b) each major "application group" has its own VBP project which uses a series of VisualBuildPro...
|
Forum: [VBP] General Discussion
05-25-2005, 04:46 AM
|
Replies: 6
Views: 11,804
|
Forum: [VBP] General Discussion
05-24-2005, 08:55 AM
|
Replies: 6
Views: 11,804
|
Forum: [VBP] General Discussion
03-31-2005, 07:16 AM
|
Replies: 1
Views: 10,138
ZIP option - append to existing file
There is an option in the ZIP File action called "Append to existing file (don't use temporary file)"
However there is nothing in the help for this option. Its fairly obvious what it does however...
|
Forum: [VBP] Third Party Tools
02-04-2005, 05:35 AM
|
Replies: 3
Views: 12,039
|
Forum: [VBP] Third Party Tools
02-03-2005, 09:07 AM
|
Replies: 3
Views: 12,039
Checking for application existance
Is there a nice easy way to check if an application (one that has inbuild VBP support) is installed on a particular machine?
I have two machines running VBP, one of which doesn't have support for...
|
Forum: [VBP] General Discussion
10-13-2004, 08:35 AM
|
Replies: 12
Views: 14,638
|
Forum: [VBP] General Discussion
10-12-2004, 09:44 AM
|
Replies: 12
Views: 14,638
Problems with FTP
I'm trying to do an FTP get with wild cards (in binary mode) but I get an error:
Error transferring file(s) '/mydir/myfile*': Unable to access file on server (/mydir/myfile*: No such file or...
|
Forum: [VBP] General Discussion
02-06-2004, 09:02 AM
|
Replies: 1
Views: 8,617
Problem with Replace in File
I'm trying to use Replace In File to delete all lines that contain a certain phrase. I'm using the following regular expression to find the line, together with blank replacement text
^.*Delete...
|
Forum: [VBP] General Discussion
01-12-2004, 06:18 AM
|
Replies: 1
Views: 9,157
Logging when chaining projects
I have a number of projects that I want to call from a parent project as well as being able to run separately. I also want to use XML logging with the following requirements:
1. If the child...
|
Forum: [VBP] Suggestions
01-07-2004, 06:19 PM
|
Replies: 1
Views: 13,776
Support for mput in FTP
Can support for mput be added to the FTP command? I know that you can use Process File in conjunction with FTP to transfer multiple files, but then each file has its own FTP connection. This can be...
|
Forum: [VBP] General Discussion
01-05-2004, 12:24 PM
|
Replies: 5
Views: 11,089
Actually VSS uses the locale to determine the...
Actually VSS uses the locale to determine the date format. European users of VSS will (mostly) have dates in dd/mm/yy format, whilst North American users (and others) will have the mm/dd/yy format
|