问题标签 [ant4eclipse]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
286 浏览

ant4eclipse - 无法识别 Ant4Eclipse 中的工作区标识

这是我的构建文件:

我收到此错误

谁能帮帮我?

0 投票
1 回答
534 浏览

eclipse - ANT4Eclipse 包信息已定义

我收到一个错误,称为

有人可以帮我吗

0 投票
0 回答
138 浏览

ant4eclipse - 使用 Ant4Eclipse 构建耳朵时如何解决 JavaProjectRole 问题?

我正在使用 Ant4Eclipse 构建一个 ear 包。

你能告诉我如何继续吗?

我在上面使用。

但这导致我出错:

任何人都可以请在这里帮助我吗?

0 投票
1 回答
351 浏览

ant - 如何使用 .project 用 ANT4Eclipse 构建 ear?

我正在使用ant4eclipse构建ear包。

你能告诉我如何进行吗?

我正在使用上面的东西。

但这导致我出现以下错误:

/data/temp/ANT/PSFBUILD/pto-web-ear/ant4eclipsebuild.xml:59:org.ant4eclipse.lib.core.exception.Ant4EclipseException:违反了先决条件:项目'pto-web-上的hasRole(projectRoleClass) ear'对于角色'interface org.ant4eclipse.lib.jdt.model.project.JavaProjectRole'必须为真!在 org.ant4eclipse.lib.core.Assure.assertTrue(Assure.java:264) 在 org.ant4eclipse.lib.platform.internal.model.resource.EclipseProjectImpl.getRole(EclipseProjectImpl.java:424) 在 org.ant4eclipse.ant .jdt.JdtProjectFileSet.doComputeFileSet(JdtProjectFileSet.java:193) 在 org.ant4eclipse.ant.platform.core.task.AbstractAnt4EclipseFileSet.computeFileSet(AbstractAnt4EclipseFileSet.java:276) 在 org.ant4eclipse.ant.platform.core.task.AbstractAnt4EclipseFileSet .iterator(AbstractAnt4EclipseFileSet.java:243) 在 org.apache.tools.ant.taskdefs.Zip。

任何人都可以请在这里帮助我。

感谢用户

0 投票
1 回答
1872 浏览

java - ant4eclipse classpath problem

i have a problem with my project and ant4eclipse. If i run the build.xml i got this message:

But where can i find the files? The .classpath file has just this entry:

0 投票
0 回答
219 浏览

android - 如何使用 ant4Eclipse 构建 Android 项目?

我正在尝试构建一个 Android 应用程序——以前只能使用 Eclipse 构建——使用 ant4Eclipse 来自动化构建。它有两个项目,一个构建为 JAR,另一个是 APK(引用 JAR)。这两个项目都引用了 Android 库。

所需的宏构建过程是:

  1. 构建 JAR 项目(称为 XX)
  2. 将 JAR 项目导出到 APK 项目的 lib 文件夹中
  3. 构建 APK 项目

现在,我只是想让 JAR 构建。我确信我会在第二个项目中遇到更多问题,但是......一次一件事。这是我的build.xml

现在这是我运行ant compileAndJar时遇到的错误

另请注意,我在构建输出中看到了这一点:

0 投票
1 回答
115 浏览

java - Ant4Eclipse - 在 buildJdtProject 任务中排除一些源文件夹

我想知道 Ant4Eclipse 是否可以使用 buildJdtProject 任务从编译中排除某些文件夹或文件。

最好的祝福,

弗洛朗

0 投票
3 回答
1975 浏览

eclipse - 解决类路径时出现ant4eclipse异常

我正在尝试使用 Ant 在命令行中构建一个 Eclipse Java 项目。然后我将在 Jenkins 中使用它。我一直在使用带有相关文档和示例的 ant4eclipse,但无法克服以下错误。stackoverflow 中最接近的是ant4eclipse 类路径问题,但我无法弄清楚如何使其适应我的情况。有任何想法吗?

0 投票
1 回答
142 浏览

java - 如何使用 buildJdtProject 在 ant4eclipse 构建中启用调试信息?

我尝试设置不同的属性和属性(debug="true"),但没有奏效。

这来自我们的 build.xml(仅显示与构建步骤相关的部分):

详细描述: 一个内部项目由大量的类和一些应用程序组成,全部用Java 编写。在Eclipse 中启动时一切都运行良好。

每次提交到我们的 SVN 存储库后,项目都会在我们的 Hudson 安装上使用 ant4eclipse 构建,如果测试通过,则会自动创建一个 zip 文件并将其复制到文件服务器,只需解压缩并启动提供的启动批处理脚本即可使用。

现在上周一位同事告诉我文件服务器的版本对他不起作用。我检查并能够重现问题 - 从数据库加载数据不起作用。日志/控制台中没有显示异常,我不知道出了什么问题。从 Eclipse 中启动时一切正常(相同的 vmargs、相同的 JVM 等)。

尝试连接调试器时,似乎不存在调试信息(“缺少行号”等)。所以我现在需要找出如何说服 ant4eclipse 包含调试信息。

0 投票
1 回答
173 浏览

ant - 解决javafx的问题

我尝试用我的 ant 脚本构建一个 eclipse 项目。我也使用 ant4eclipse 来导入项目。它工作正常,直到它尝试从我的 .classpath 文件中解析以下条目:

错误:

如果我按照建议使用

作为文件集目录,我得到了上面的错误。并且 jfxrt.jar 存在。

有没有人有想法,如何解决这个麻烦?