gpt4 book ai didi

java - 导出/导入 Eclipse 构建路径

转载 作者:太空狗 更新时间:2023-10-29 22:39:34 27 4
gpt4 key购买 nike

我喜欢 Eclipse 的构建路径特性,但希望它与我的 ant build.xml 保持同步。有没有办法从文本文件自动导入 Eclipse 构建路径,或者将 Eclipse 构建路径导出到文本文件,这样我就可以从 ant 使用该文件? (如果我能得到一个文本文件,我知道我能弄清楚如何让 ant 使用该文件作为它的 javac 构建路径)

最佳答案

Is there a way to either automatically import the Eclipse build path from a text file, or export the Eclipse build path to a text file, so I can use that file from ant?

Eclipse 构建路径已经是一个文本文件(.classpath):

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="lib/ojdbc14_g.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="classes"/>
</classpath>

关于java - 导出/导入 Eclipse 构建路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1306885/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com