I tried to add this to the Trac site but it appears that the adding of
tickets has been locked down?
In ObjectTranslator, on line 42, this:
<cfset generate(
objectXML,
getDirectoryFromPath(projectRoot) & lcase(arguments.type) & "
custom.xsl",
getObjectPath(arguments.type,
objectXML.object.XmlAttributes.alias, "Custom", arguments.plugin),
false) />
Should be this (note the dot in front of "custom.xsl"):
<cfset generate(
objectXML,
getDirectoryFromPath(projectRoot) & lcase(arguments.type) &
".custom.xsl",
getObjectPath(arguments.type,
objectXML.object.XmlAttributes.alias, "Custom", arguments.plugin),
false) />
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --