I just committed a fix for this, so it should be in the next nightly build, which is available on the download page:
http://www.openbluedragon.org/download.cfm If you don't want to wait, the only change was to the com.naryx.tagfusion.cfx.cfCFX class, so you can get this from cvs and rebuild it yourself. Note that due to GAE restrictions, the RELOAD="AUTO" attribute value is not supported; "AUTO" is normally the default, but on GAE the default is RELOAD="ALWAYS". You can change this to RELOAD="NEVER" for production, but I don't think the performance impact will be noticeable. Details: GAE doesn't allow calls to the java.io.File.exists() or java.io.File.lastModified() methods. Therefore, we can't check the modification date on class files (or any file). Let me know if you have any problems with this. --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official site @ http://www.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
