播放框架+ Netbeans 7,无法扩展项目节点!
我正在使用 Play 1.2.1,并已 netbeansified 一个项目,并在 Netbeans 7 中打开该项目。我可以打开并运行该项目,但项目侧边栏不允许我打开/展开项目节点,这样我就可以查看项目文件夹。
有什么想法可能是错的吗?
我使用的是 Mac OS X 10.6。
I'm using Play 1.2.1, and have netbeansified a project, and opened the project in Netbeans 7. I am able to open and run the project, but the Projects sidebar won't allow me to open/expand the project node, so I can view the project folders.
Any ideas what might be wrong?
I'm using Mac OS X 10.6.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
已知错误,可在此处修复 ninebeans.py:
href="http://play.lighthouseapp.com/projects/57987/tickets/334-netbeansify-folder-inclusionexclusion#ticket-334-3" rel ="nofollow">http://play.lighthouseapp.com/projects/57987/tickets/334-netbeansify-folder-inclusionexclusion#ticket-334-3
问题是project.xml中的一个rouge条目,它尝试为您的源代码管理文件夹创建一个项目目录(也让我很恼火)。
Known bug, a fix to neatbeans.py to is available here:
http://play.lighthouseapp.com/projects/57987/tickets/334-netbeansify-folder-inclusionexclusion#ticket-334-3
The problem is a rouge entry in project.xml where it has tried to create a project directory for your source control folder (annoyed the hell out of me as well).