In my usual ColdFusion directory layout all files are accessed via a controller called r.cfm that uses an include to pull in the actual .cfm file, so a file called "salaries.cfm" would be invoked via http://servername.com/r.cfm?name=salaries
In Eclipse with the ColdFusion extensions I could set the file properties so the default url for...
i am trying opening adobe coldfusionbuilder coldfusion , and it is throwing error
"open project has encountered a problem"
Problems occurred opening the selected resources.The project description file
(.project) for 'dev - work' is missing. This file contains important information
about the project. The project will not function p...
Probably a really stupid question but i can't figure it out.
When i type a tag in cfbuilder the code assist shows up but i am not able to jump into this window with a keyboard key (like Tab or down-arrow). I have to mouse-click on the window before i am able to navigate within it with the arrow keys.
In cfeclipse it is possible to just...
I am looking for dark themes for Coldfusion Builder but google does not find anything?
Do you have one or know a place where i can get some?
...
Hi guys,
I know coldfusion builder is released for developing coldfusion 9 applications. Now my question is whether coldfusion builder support COLDFUSION 8 development?
Great thanks.
...
How can I reformat the Text(.cfm file) ?
I am trying to do CTRL+SHIFT+F which works for java files, But its not working with Coldfusion files.
?
Is there anyway I can format the text?
...
What is the issue with CFBuilder?
I am trying to Check out a file from SS/CFBuilder and all i get is the message
80020009: Network not found.[src=SourceSafe,guid=null]
In fact even perfectly working files that are months old,suddenly become "removed from SS".As a result of which I have only "Team/Commit Changes" option for a given file...
I recently upgraded to 64-bit Enterprise ColdFusion 9 running in a multi-server JRun environment on Windows 2008 Server. When I try to invoke a .cfr that worked perfectly in ColdFusion 8, I get the following error in my server log:
Unable to load library: nvr_win:
java.lang.UnsatisfiedLinkError: Native
Library
X:\JRun4\servers\...
I love ColdFusion Builder. But I don't like that the help only has CF9 Documentation. Is there any way to change this to have ColdFusion 8 Documenation?
...
I am not sure if there's an answer for this already -- couldn't find one for this (hopefully common) setup:
I recently converted one of my ColdFusion projects to deploy via ANT.
I have a local ant script that instructs a remote server to check out the code, and run the application's specific build file, remotely on the server.
I hav...
In the past 30 minutes of working in CFBuilder (I have it as an Eclipse Plug in), I got this error 4 times:
A stack overflow has occurred.
You are recommended to exit the workbench.
Subsequent errors may happen and may terminate the workbench without warning.
See the .log file for more details.
Do you want to exit workbench?.
toge...
I have no idea how to handle this in coldfusion 9, I have a form being submitted (POST) with element checkboxes, called items[].
When I do a <cfdump var="#form#" /> no-problem, I get all the items shown with the proper names like items[] eg:
struct
ITEMS[] 13,14
FIELDNAMES ITEMS[]
however doing a <cfdump var="#form.items[]#" />...
I am using coldfusion builder to generate an ORM CFC. However, when I right click on the table in the RDS view and select "generate ORM CFC", I receive the following error message after choosing the location for the CFC:
"www.:8500.com could not be found. Please check the name and try again."
I have checked the server configuration and...