Mike,

I don't use the deployment wizard, but I wonder if you
have tested the soon-to-be-released version of
ColdFusion Studio that is currently at Release
Candidate level?  I am using it and have definitely
found some improvements, especially in the way of
their FTP engine (they have apparently replaced it
altogether with another ftp engine).

It is available for download in the beta section of
Allaire's website: beta.allaire.com.

Eron

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On
Behalf Of Michael Kear
Sent: Wednesday, November 22, 2000 6:47 PM
To: CF-Talk
Subject: Re: Trying to understand deployment wizard


G'day Howard,

Not sure if this is a help to you or not, but I gave
up on the deployment
wizard in Studio4.5.1 because it only works if all
your folders are
already created on the host, AND if you are uploading
the entire project.
It's a bug in the software, and as far as I know
nothing's on the slate
for a new version yet.

It's a pity because I used to use the deployment all
the time in
Studio4.0.1 and found it one of the most useful
features.  Nowadays I
build a local version and use my reliable CuteFTP to
upload it.   And
CuteFTP doesn't cost nearly A$1000 either.

I think it's an outrage, and possibly even an
infringement of the Sale Of
Goods act to claim Studio v4.5.1 works on Windows95/98
and that it will
automatically deploy your project.  I've had a few
sympathetic calls, and
one particularly helpful individual at Allaire in the
USA call me over
several days to try to fix my Studio problems, but
they steadfastly
refused to go away, hundreds of other people have the
same problems, yet
Allaire haven't made any sign they're about to release
another version any
time soon.

I'll continue to attack them until they do.  If I
built web sites the way
they build Studio, I'd be sued out of business by my
clients.

Cheers,
Mike Kear
AFP Web Development
Windsor, NSW, Australia

On Wed, 22 Nov 2000, 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

__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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