M. Dinowitz:
On that note, is there any demand for a ColdFusion Studio mailing list? 
Studio is so extendible (VTML, scripting, etc.), has a scope that
extends far beyond CFML, and we pretty much all use it on a daily basis,
so I think the community would benefit greatly from such a resource. 
However, if anyone knows of any existing mailing lists for
Studio/HomeSite, please let us know!

-- 
Billy Cravens
[EMAIL PROTECTED]


"Owens, Howard" wrote:
> 
> This isn't work and I don't understand the error message.  Any help would be
> appreciated:
> 
> Using the deployment wizard, I created the following script
> 
> // ===================================================================
> // Project Name:           BreakingFolder
> // Date/Time Generated:    11/22/2000 11:10
> //
> // ===================================================================
> // Server List:
> //
> // ftp://wwwMySite
> // ===================================================================
> 
> function Main()
> {
>  var app = Application;
> 
> 
> app.DeploymentManager.OpenProject("F:\\site\\www\\breaking\\BreakingFolder.a
> pf");
>    // ===================================================================
>    // Set Deployment Flags...
>    // ===================================================================
>    app.DeploymentManager.CreateFolder = true;
>    app.DeploymentManager.UploadOnlyIfNewer = true;
>    app.DeploymentManager.EncryptCFML = false;
>    app.DeploymentManager.ForceLowerCase = false;
>    // ===================================================================
>    // Server ftp://wwwMySite Deployment
>    // ===================================================================
>    // >>> Folder: BreakingFolder\breaking
> 
> app.DeploymentManager.UploadFile("F:\\site\\www\\breaking\\breaking.shtml","
> ftp://www.mysite.com:21/www/breaking/breaking.shtml");
> 
> 
>    app.DeploymentManager.CloseProject();
> 
> }
> 
> The error is:
> 
> "No Deployment Folder Path for folder: breaking"
> and
> "No Deployment Folder Path for folder: images"
> 
> =========================
> Howard Owens
> Web Producer
> InsideVC.com
> mailto:[EMAIL PROTECTED]
> =========================
> 
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
> 
> Archives: http://www.mail-archive.com/[email protected]/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to