• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

cfcompile....

New Here ,
Jan 30, 2008 Jan 30, 2008

Copy link to clipboard

Copied

I have been trying to compile some code with cfcompile and am getting no place

The directions indicate the following
cfcompile -deploy webroot directory-to-compile output-directory

So the root is d:/coldfusion applications/thewebsite
The files to be compiled are c:/cfusionmx7/bin/pages
The folder for the files to be placed is c:/cfusionmx7/bin/pagesdump

How should the executed?

From the command line I tried
c:\cfusionmx7\bin> cfcompile -deploy d:/coldfusion applications/mywebsite c:/cfusionx7/bin/pages c:/cfusionmx7/bin/pagesdump

HEEEEELLLLPPPPP
TOPICS
Advanced techniques

Views

426

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Jan 30, 2008 Jan 30, 2008

Copy link to clipboard

Copied


Hi SilentBob'secretfusion,

In my scenario, I keep this long command in a batch file:
C:\ColdFusion8\bin\cfcompile.bat -deploy c:\inetpub\wwwroot d:\Source d:\Destination

------------------------------------------------------------------------------------------------------------
C:\ColdFusion8\bin\cfcompile.bat ===> is the cfcompile.bat, yours is c:\cfusionmx7\bin\cfcompile.bat
c:\inetpub\wwwroot ===> is my IIS root
d:\Source ===> the directory of my application (source code)
d:\Destination ===> the directory of my newly compiled application (binary)


Hope it helps
Keiko

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 01, 2008 Feb 01, 2008

Copy link to clipboard

Copied

LATEST
Thanks.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation