--
To post to this group, send email to mach-ii-for...@googlegroups.com
For more options and to unsubscribe, visit this group at http://groups.google.com/group/mach-ii-for-coldfusion?hl=en
SVN: http://svn.mach-ii.com/machii/
Wiki / Documentation / Tickets: http://trac.mach-ii.com/machii/
I don't think that's the solution. Tony mentioned that he has other sites that use FW/1 and ColdBox working locally when running CF 9.0.1 HF2 under Lion.
Hopefully the remaining CF9 compatibility bugs will be ironed out soon
so I don't have to run a separate instance of CF on my laptop just for
my Mach-II apps. But for now this will have to do.
--
--Kurt
Correct, I have only seen hanging when I do something like cfdocument.
If you think it might be related to the new friendly app start screen
then try running under Mach II 1.8.1 final and see if that helps.
--Kurt
<cfset variables.AWT_TOOLKIT = CreateObject("java", "java.awt.Toolkit").getDefaultToolkit() />
More than likely it's related to this bug on the Apple forums:
http://lists.apple.com/archives/java-dev/2011/Aug/msg00061.html
.pjf
--
Peter J. Farrell
pe...@mach-ii.com
p...@maestropublishing.com
http://blog.maestropublishing.com
Identi.ca / Twitter: @maestrofjp
http://holistictendencies.wordpress.com/2011/10/13/truly-headless-awt-operation-on-macos-x/
-Djava.awt.headless=true
-Dawt.toolkit=sun.awt.HToolkit
You need to change to use "sun.awt.HToolkit" directive. The
"apple.awt.CToolkit" has bugs in it.
Can you try adding that additional directive and adding that AWT code
back in? I don't have a MAC so I need your help testing out the fix
that we need to add to the documentation.
Thanks for your help in advance!
.Peter
Could you file this as a suggestion on ACF bug tracker as well? If you
post a link, I will vote for it.
.pjf
--Kurt
>> mach-ii-for...@googlegroups.com
>> For more options and to unsubscribe, visit this group at
>> http://groups.google.com/group/mach-ii-for-coldfusion?hl=en
>>
>> SVN: http://svn.mach-ii.com/machii/
>> Wiki / Documentation / Tickets: http://trac.mach-ii.com/machii/
>
>
> --
> To post to this group, send email to mach-ii-for...@googlegroups.com
Blogged. Any other features that weren't working that now work?
--Kurt
--
To post to this group, send email to mach-ii-for-coldfusion@googlegroups.com
.pjf