相关疑难解决方法(0)

TeamCity Ant Junit 2 报告因过时而被跳过

当我提交开发内容时,我会设置 TeamCity 来进行自动构建。问题是在尝试进行构建时我收到一条reports skipped as out-of-date消息。

这是我的 build.xml

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- WARNING: Eclipse auto-generated file.
              Any modifications will be overwritten.
              To include a user specific buildfile here, simply create one in the same
              directory with the processing instruction <?eclipse.ant.import?>
              as the first entry and export the buildfile again. -->
<project basedir="." default="build" name="RNS-Reader-v0.1">
    <property environment="env"/>
    <property name="ECLIPSE_HOME" value="../../../../../../../Applications/eclipse"/>
    <property name="junit.output.dir" value="junit"/>
    <property name="debuglevel" value="source,lines,vars"/>
    <property name="target" value="1.6"/>
    <property name="source" value="1.6"/>
    <path id="RNS-Reader-v0.1.classpath">
        <pathelement location="bin"/>
        <pathelement location="src/libraries/cron4j-2.2.5.jar"/> …
Run Code Online (Sandbox Code Playgroud)

ant teamcity junit

3
推荐指数
1
解决办法
2253
查看次数

标签 统计

ant ×1

junit ×1

teamcity ×1