Hi I get a green runtime error when I try to use the new java language feature on cfscript and output as follows, do I need the latest nightly ? Mine is about 2 months old.
cfScript language='java' Compilation Error Request /foo.cfm Template /Users/alex/Sites/wwwroot/redirectm/foo.cfm Line#-13: package org.alanwilliamson.lang.java.inline does not exist Line#-12: package com.naryx.tagfusion.cfm.parser.script does not exist Line#-11: package com.naryx.tagfusion.cfm.engine does not exist Line#-4: cannot find symbol symbol: class JavaBase Line#-4: cannot find symbol symbol: class JavaBlock Line#2: cannot find symbol symbol : class cfArray Line#2: cannot find symbol symbol : variable cf Line#5: cannot find symbol symbol : variable cf Line#8: cannot find symbol symbol : variable cf Line#8: cannot find symbol symbol : variable cf Line#12: cannot find symbol symbol : variable cf Line#15: cannot find symbol symbol : variable cf Line#16: cannot find symbol symbol : variable cf Any ideas? A -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
