ant4eclipse

    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"/>

    2熱度

    3回答

    我正在嘗試在使用Ant的命令行上構建Eclipse Java項目。然後我會在Jenkins中使用它。我一直在使用ant4eclipse和相關的文檔和示例,但無法通過下面的錯誤。在計算器中最接近的東西是ant4eclipse classpath problem,但我無法弄清楚如何適應我的情況。有任何想法嗎? BUILD FAILED /home/phil/git/backend-testing/b

    0熱度

    1回答

    我想知道是否可以用Ant4Eclipse從buildJdtProject任務中排除某些文件夾或編譯文件。 <buildJdtProject workspaceId="myWorkspace" projectName="@{projectName}" targetLevel="1.6" /> 最好的問候, 弗洛朗

    1熱度

    1回答

    我的項目和ant4eclipse有問題。如果我運行的build.xml我得到這個消息: Exception in thread "main" : org.ant4eclipse.lib.core.exception.Ant4EclipseException: Exception whilst resolving the classpath entry '[EclipseClasspathEntr

    1熱度

    1回答

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

    1熱度

    1回答

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

    0熱度

    1回答

    我已經嘗試設置不同的屬性和屬性(debug =「true」),但它不起作用。 這是從我們的build.xml(只是表示與生成步驟的部分): <!-- Environment holen --> <property environment="env" /> <!-- Target: all --> <target name="all" depends="build, test, export