ant4eclipse

    1热度

    1回答

    我的项目和ant4eclipse有问题。如果我运行的build.xml我得到这个消息: Exception in thread "main" : org.ant4eclipse.lib.core.exception.Ant4EclipseException: Exception whilst resolving the classpath entry '[EclipseClasspathEntr

    0热度

    1回答

    < project name="ant-in-eclipse" basedir="." xmlns:ant4eclipse="antlib:org.ant4eclipse" xmlns:antcontrib="antlib:net.sf.antcontrib" default="compileAndJar"> < import file="a4e-jdt-macros.xml"/>

    1热度

    1回答

    我使用ant4eclipse构建ear包。 您能否让我知道如何处理它。 <ear destfile="${deploy}/pto-web-ear.ear"> <ant4eclipse:jdtProjectFileSet workspaceDirectory="/data/temp/ANT/PSFBUILD" projectName="pto-web-ear"/>

    0热度

    1回答

    我想知道是否可以用Ant4Eclipse从buildJdtProject任务中排除某些文件夹或编译文件。 <buildJdtProject workspaceId="myWorkspace" projectName="@{projectName}" targetLevel="1.6" /> 最好的问候, 弗洛朗

    1热度

    1回答

    这里是我的构建文件: <project name="ant-in-eclipse" basedir="." xmlns:ant4eclipse="antlib:org.ant4eclipse" xmlns:antcontrib="antlib:net.sf.antcontrib" default="compileAndJar" > <taskdef uri="a

    0热度

    1回答

    我已经尝试设置不同的属性和属性(debug =“true”),但它不起作用。 这是从我们的build.xml(只是表示与生成步骤的部分): <!-- Environment holen --> <property environment="env" /> <!-- Target: all --> <target name="all" depends="build, test, export

    2热度

    3回答

    我正在尝试在使用Ant的命令行上构建Eclipse Java项目。然后我会在Jenkins中使用它。我一直在使用ant4eclipse和相关的文档和示例,但无法通过下面的错误。在计算器中最接近的东西是ant4eclipse classpath problem,但我无法弄清楚如何适应我的情况。有任何想法吗? BUILD FAILED /home/phil/git/backend-testing/b