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

cfcompile cf2016 on mac or linux: destination folder is empty!

Community Beginner ,
Apr 16, 2018 Apr 16, 2018

Hi all,

a little problem with cfcompile.

I tried on my Mac (high sierra) with CF2016 to compile a folder, or even just a file, with this scenario under my wwwroot:

- "compsrc" folder has just 1 file (Application.cfm)

- "compdst" folder is empty

Here's my console output

/Applications/ColdFusion2016/cfusion/bin > ./cfcompile.sh -cfruntimeuser ale -webroot /Applications/ColdFusion2016/cfusion/wwwroot -dir /Applications/ColdFusion2016/cfusion/wwwroot/compsrc -deploy /Applications/ColdFusion2016/cfusion/wwwroot/compdst

Password: ****

/Applications/ColdFusion2016/cfusion/wwwroot/compsrc/Application.cfm... successful 1

total 1

elapsed 0.587 sec

after this, my compdst folder is EMPTY!!

Any suggestions?

p.s. I tried the same in a Docker container based on Ubuntu, and with CF11 on both mac & ubuntu. Same results... I'm surely doing something wrong...

385
Translate
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

correct answers 1 Correct answer

Community Beginner , May 25, 2018 May 25, 2018

After a call with Adobe support, I've found an error on my command. The right one is

./cfcompile.sh -deploy -cfruntimeuser ale -webroot /Applications/ColdFusion2016/cfusion/wwwroot/compsrc/ -dir /Applications/ColdFusion2016/cfusion/wwwroot/compsrc/ -deploydir /Applications/ColdFusion2016/cfusion/wwwroot/compdst/

In the docs there's just the windows command; for referencing and help, just run the cfcompile.sh without params

Translate
Community Beginner ,
May 25, 2018 May 25, 2018
LATEST

After a call with Adobe support, I've found an error on my command. The right one is

./cfcompile.sh -deploy -cfruntimeuser ale -webroot /Applications/ColdFusion2016/cfusion/wwwroot/compsrc/ -dir /Applications/ColdFusion2016/cfusion/wwwroot/compsrc/ -deploydir /Applications/ColdFusion2016/cfusion/wwwroot/compdst/

In the docs there's just the windows command; for referencing and help, just run the cfcompile.sh without params

Translate
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