Compliation

2002-07-29 Thread Frank Mamone

When does the compile take place with CFMX? When moving templates from DEV to PROD 
won't they have to be re-compiled?


Thanks

__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Compliation

2002-07-29 Thread Critter

oi Frank!!

yeap. takes place on the first hit of the page

-- 
Critz
 Macromedia Certified Advanced ColdFusion Developer
 





Monday, July 29, 2002, 10:06:03 AM, you wrote:

FM> When does the compile take place with CFMX? When moving templates from DEV to PROD 
won't they have to be re-compiled?


FM> Thanks

FM> 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Compliation

2002-07-29 Thread Alex Hubner

And, of course, every single change you made on it.

[]'s
Alex

-Original Message-
From: Critter [mailto:[EMAIL PROTECTED]] 
Sent: 29/07/2002 11:14 AM
To: CF-Talk
Subject: Re: Compliation


oi Frank!!

yeap. takes place on the first hit of the page

-- 
Critz
 Macromedia Certified Advanced ColdFusion Developer  





Monday, July 29, 2002, 10:06:03 AM, you wrote:

FM> When does the compile take place with CFMX? When moving templates 
FM> from DEV to PROD won't they have to be re-compiled?


FM> Thanks

FM> 

__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Compliation

2002-07-29 Thread todd

So, if you get a chance... make a spider. :)

~Todd

On Mon, 29 Jul 2002, Alex Hubner wrote:

> And, of course, every single change you made on it.
> 
> []'s
> Alex
> 
> -Original Message-
> From: Critter [mailto:[EMAIL PROTECTED]] 
> Sent: 29/07/2002 11:14 AM
> To: CF-Talk
> Subject: Re: Compliation
> 
> 
> oi Frank!!
> 
> yeap. takes place on the first hit of the page
> 
> 

-- 

Todd Rafferty ([EMAIL PROTECTED]) - http://www.web-rat.com/ |
Team Macromedia Volunteer for ColdFusion   |
http://www.macromedia.com/support/forums/team_macromedia/  |
http://www.flashCFM.com/   - webRat (Moderator)|
http://www.ultrashock.com/ - webRat (Back-end Moderator)   |


__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Compliation

2002-07-29 Thread Jeffry Houser

  Compilation takes place the first time the page is run.  Yes, when moving 
from Development to Production they will have to be re-compiled.  There is 
a script floating around that can automatically compile all the templates.

At 10:06 AM 7/29/2002 -0400, you wrote:
>When does the compile take place with CFMX? When moving templates from DEV 
>to PROD won't they have to be re-compiled?
>
>
>Thanks
>
>
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Compliation

2002-07-29 Thread Chad Gray

We use Xenu.  It is fast and you can turn it up to 100 parallel threads.

Do be careful! I had a hyperlink asking the user if they really wanted
to delete the item from the database.  If they click the link the
product was dropped.  Needless to say I am glad I had a backup of the
database.  :)

http://home.snafu.de/tilman/xenulink.html


-Original Message-
From: Jeffry Houser [mailto:[EMAIL PROTECTED]] 
Sent: Monday, July 29, 2002 3:18 PM
To: CF-Talk
Subject: Re: Compliation

  Compilation takes place the first time the page is run.  Yes, when
moving 
from Development to Production they will have to be re-compiled.  There
is 
a script floating around that can automatically compile all the
templates.

At 10:06 AM 7/29/2002 -0400, you wrote:
>When does the compile take place with CFMX? When moving templates from
DEV 
>to PROD won't they have to be re-compiled?
>
>
>Thanks
>
>

__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



OT: Just in time compliation error

2001-05-11 Thread Lewis Steven

What would cause a "Just in time compilation error"?

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Just in time compliation error

2001-05-11 Thread David E. Crawford

Syntax errors, poorly constructed code, etc.

DC
- Original Message -
From: "Lewis Steven" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, May 11, 2001 09:10
Subject: OT: Just in time compliation error


> What would cause a "Just in time compilation error"?
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Just in time compliation error

2001-05-11 Thread Moneymaker, Jon S (WPNSTA Yorktown)

I have seen this when I have a # sign with a font color inside of a
cfoutput.

example: fsfdsf

the # must either be escaped by using another # or use no # at all...or use
a name color: white,navy,maroon etc.

also, if you use the tag editor, it will add the # BACK, if you remove
it...so watch out.

hope this helps...

-Original Message-
From: Lewis Steven [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 11, 2001 9:10 AM
To: CF-Talk
Subject: OT: Just in time compliation error


What would cause a "Just in time compilation error"?
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists