RE: CFMX CFM/JSP/Servlets/Beans Compile?

2002-07-25 Thread Brian Scandale
-Original Message- From: Joe Eugene [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 2:23 AM To: CF-Talk Subject: RE: CFMX CFM/JSP/Servlets/Beans Compile? Thanks, but it looks like the code is using CFHTTP to run the pages.. i was looking to run some command line code using a *.bat file

Re: CFMX CFM/JSP/Servlets/Beans Compile?

2002-07-23 Thread Dave Carabetta
Thanks, but it looks like the code is using CFHTTP to run the pages.. i was looking to run some command line code using a *.bat file or some. something like cfexecute name=C:\Compile\*.bat outputFile = F:\Temp\output.txt /cfexecute Save this code to a .bat file (or whatever)... setlocal

RE: CFMX CFM/JSP/Servlets/Beans Compile?

2002-07-23 Thread Stacy Young
with this, pointing to a directory: C:\ MXcompile.bat c:\cfusionMX \wwwroot\CFIDE\administrator -Original Message- From: Joe Eugene [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 2:23 AM To: CF-Talk Subject: RE: CFMX CFM/JSP/Servlets/Beans Compile? Thanks, but it looks like the code

RE: CFMX CFM/JSP/Servlets/Beans Compile?

2002-07-23 Thread Robert Everland
- From: Stacy Young [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 9:14 AM To: CF-Talk Subject: RE: CFMX CFM/JSP/Servlets/Beans Compile? Try this: To precompile CF templates: Save the code below as MXCompile.bat in C:\ @setlocal set NEO_INSTALL=c: \cfusionMX set PATH=%NEO_INSTALL

Re: CFMX CFM/JSP/Servlets/Beans Compile?

2002-07-23 Thread Joe Eugene
%* @endlocal Run with this, pointing to a directory: C:\ MXcompile.bat c:\cfusionMX \wwwroot\CFIDE\administrator -Original Message- From: Joe Eugene [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 2:23 AM To: CF-Talk Subject: RE: CFMX CFM/JSP/Servlets/Beans Compile? Thanks

RE: CFMX CFM/JSP/Servlets/Beans Compile?

2002-07-23 Thread Robert Everland
: Stacy Young [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 9:14 AM To: CF-Talk Subject: RE: CFMX CFM/JSP/Servlets/Beans Compile? Try this: To precompile CF templates: Save the code below as MXCompile.bat in C:\ @setlocal set NEO_INSTALL=c: \cfusionMX set PATH=%NEO_INSTALL% \runtime

RE: CFMX CFM/JSP/Servlets/Beans Compile?

2002-07-22 Thread Joe Eugene
Sorry for the Re-Post.. but does anybody have any ideas? Hi All, I was wondering if there is a Command/Utility to compile JSP/CFM pages in CFMX.. like a comand line utility rather than having to RUN the the pages. How are Java Beans/Servlets compiled in CFMX? Do

Re: CFMX CFM/JSP/Servlets/Beans Compile?

2002-07-22 Thread Jon Hall
Yes there is, and it was posted to this list a while back. I can not find the message though. Try searching the archives. -- jon mailto:[EMAIL PROTECTED] Monday, July 22, 2002, 8:48:05 PM, you wrote: JE Sorry for the Re-Post.. but does anybody have any ideas? JE Hi All, JE I was

Re: CFMX CFM/JSP/Servlets/Beans Compile?

2002-07-22 Thread Brian Scandale
You can find this discussion in a thread responded to by Pete Ruckelshaus: 'CFMX Spidering for cache' on June 18th... I think it is cfml code that spiders some directories and compiles what it finds. It seems like this is something that should be built into the start procedures for CFMX...

RE: CFMX CFM/JSP/Servlets/Beans Compile?

2002-07-22 Thread Joe Eugene
:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 1:47 AM To: CF-Talk Subject: Re: CFMX CFM/JSP/Servlets/Beans Compile? You can find this discussion in a thread responded to by Pete Ruckelshaus: 'CFMX Spidering for cache' on June 18th... I think it is cfml code that spiders some directories