Eclipse 中的自定义项目导入向导
是否可以使用 Eclipse 进行某种自动配置或自定义代码执行,以便从 svn/git/xyz 导入新的 Java 源项目将运行类似于 . /configure 或类似 Windows 上的新程序安装向导(询问本地路径或检测和更新 Unix 集成所需的代码变量)
Is it possible to have some kind of automagic configuration or custom code execution with Eclipse, so that importing a new Java source project from svn/git/xyz would run something (automatically asking for permissions, with behavior similar to Windows autorun) comparable to ./configure or like a new program installation wizard on Windows (asking for local paths or detecting and updating necessary code variables for Unix integration)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为你需要制作一个小的 Eclipse 插件才能获得这种行为:
http://www.eclipsepluginsite.com/< /a>
I think you need to make a small Eclipse plugin to get that kind of behaviour:
http://www.eclipsepluginsite.com/