Eclipse/RAD 中有多个 java 输出目录?

发布于 2024-11-09 04:22:17 字数 134 浏览 0 评论 0原文

我正在使用 RAD(基于 Eclipse),项目中有两个 source 文件夹,一个用于核心源文件,一个用于测试。如何让它们编译到不同的输出(bin)文件夹?

显然我不希望我的单元测试内置到我的输出 jar 中。

I'm using RAD (which is based on Eclipse) and I have two source folders in a project, one for the core source files, and one the tests. How can I have them compile to different output (bin) folders?

Obviously I don't want my unit tests to be built into my output jar.

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

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

发布评论

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

评论(2

寂寞美少年 2024-11-16 04:22:17

首先选中允许源文件夹的输出文件夹框,然后修改每个源目录下的各个输出文件夹元素。

RAD/Eclipse Build Path

EclipseZone

First check the Allow output folders for source folders box, then modify the individual Output folder elements under each source directory.

RAD/Eclipse Build Path

Solution discovered on EclipseZone

我家小可爱 2024-11-16 04:22:17

右键单击项目,选择“属性”,然后选择“Java 构建路径”。在“源”选项卡上,您可以看到源文件夹。启用“允许源文件夹的输出文件夹”复选框并适当配置每个源文件夹。

Right click on the projects, select Properties, then Java Build Path. On the tab "source" you see your source folders. Enable the checkbox "Allow output folders for source folders" and configure each of your source folder appropriate.

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