符号链接源 +网豆

发布于 2024-12-02 06:22:19 字数 231 浏览 1 评论 0原文

当我为项目编写 Java 代码时,我不喜欢使用 Netbeans, 但 Netbeans 非常适合重构,并且与 svn 配合得很好。

该项目在 sourceforge 上是开源的,因此我不想强迫其他人使用 Netbeans。我的想法是将 netbeans 源目录与我认为是项目主干的目录进行符号链接。这是一个好/坏主意吗?

编辑:我通过将源目录添加到 Netbeans 来解决它。 没有意识到可以将项目与源代码分开。

I prefer not to use Netbeans when I write Java code for a project,
but Netbeans is perfect for refactoring, and works nicely with svn.

The project is open-source on sourceforge, so I do not want to push other people into using Netbeans. My idea is to symlink the netbeans source direcory with the directory I consider to be the trunk of my project. Is this a good/bad idea?

EDIT: I solved it by adding adding the source directory to Netbeans instead.
Did not realize one could separate the Project from source.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

<逆流佳人身旁 2024-12-09 06:22:19

假设您有 Ant,http://wiki.netbeans.org/AutomaticProjects 可能对您的情况有所帮助脚本。只要 NB 能够弄清楚您的脚本在 javac 等方面做什么,它就会让 IDE 打开您的项目源代码 - 足以进行重构、运行单元测试、使用 SVN 等 - 无需添加任何内容元数据到源树。

http://wiki.netbeans.org/AutomaticProjects may be helpful in your case, assuming you have an Ant script. So long as NB can figure out what your script is doing as far as javac and the like are concerned, it will let the IDE open your project's sources - enough to do refactoring, run unit tests, use SVN, etc. - without adding any metadata to the source tree.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文