FlexBuilder/Flashbuilder 中的语法/错误检查与 Samba 上的类库中断?
我们的类库位于通过 Samba(以及用于命令行的 ssh)访问的共享服务器上。遗憾的是,在这种设置下,Flex Builder 和 Flash Builder/Gumbo 中的一些功能似乎都失败了。例如,我们不再进行自动语法和错误检查。有人熟悉这个问题并能够提出解决方案吗?谢谢!
We have our class libraries on a shared server we access via Samba (and ssh for command line). Sadly, several features seem to fail in both Flex Builder and Flash Builder/Gumbo with this setup. For example, we no longer get automatic syntax and error checking. Anyone familiar with this issue and able to suggest a solution? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实证明这个问题与我们深奥的设置无关。我只是忘记在应用程序文件中创建对顶级类的引用(请记住,通过此设置,Flex 项目文件夹的存在只是为了满足 FB 将项目文件放置在某处的需要......所有真正的代码都已关闭在服务器上)。完成此操作后,所有正常服务均恢复。
Turns out this problem had nothing to do with our abstruse setup. I had simply forgotten to create a reference to the top-level class in the application file (bear in mind that with this setup the Flex project folder exists only to satisfy FB's need to place project files somewhere...all the real code is off on the server). Once this was done, all normal services were restored.