Mike, On Fri, Jun 5, 2009 at 2:01 AM, Mike Staver <[email protected]> wrote: > > what does the utility need the web server path for?
The docs are referring to the path on your current web server/dev machine/whatever. The compiler simply needs to know a fully qualified path to the directory containing the files you wish to compile, and a directory into which you want the compiled files saved. It doesn't have anything to do with paths in a deployment. Naturally, the pathing within your application will have to work correctly on all installations. But the paths you give to cfcompile are simply "Where are the files you want me to compile, and where do you want me to put the finished product?" -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560
