You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Nigel Daley (JIRA)" <ji...@apache.org> on 2008/09/23 19:59:44 UTC

[jira] Updated: (HADOOP-4244) In "ant test-patch", runContribTestOnEclipseFiles should not be run on Hudson only

     [ https://issues.apache.org/jira/browse/HADOOP-4244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nigel Daley updated HADOOP-4244:
--------------------------------


Nicholas, the -1 comes from the eclipse plugin classpath check that someone put into test-patch.  At the end of the build, you can see:

{quote}
[exec] FAILED. Some jars are not declared in the Eclipse project.
     [exec]   Declared jars: lib/clover.jar
     [exec] lib/commons-cli-2.0-SNAPSHOT.jar
     [exec] lib/commons-codec-1.3.jar
     [exec] lib/commons-httpclient-3.0.1.jar
     [exec] lib/commons-logging-1.0.4.jar
     [exec] lib/commons-logging-api-1.0.4.jar
     [exec] lib/commons-net-1.4.1.jar
     [exec] lib/excluded/checkstyle-all-4.3.jar
     [exec] lib/jets3t-0.6.1.jar
     [exec] lib/jetty-5.1.4.jar
     [exec] lib/jetty-ext/commons-el.jar
     [exec] lib/jetty-ext/jasper-compiler.jar
     [exec] lib/jetty-ext/jasper-runtime.jar
     [exec] lib/jetty-ext/jsp-api.jar
     [exec] lib/junit-3.8.1.jar
     [exec] lib/kfs-0.2.0.jar
     [exec] lib/log4j-1.2.15.jar
     [exec] lib/oro-2.0.8.jar
     [exec] lib/servlet-api.jar
     [exec] lib/slf4j-api-1.4.3.jar
     [exec] lib/slf4j-log4j12-1.4.3.jar
     [exec] lib/xmlenc-0.52.jar
     [exec] src/test/lib/ftplet-api-1.0.0-SNAPSHOT.jar
     [exec] src/test/lib/ftpserver-core-1.0.0-SNAPSHOT.jar
     [exec] src/test/lib/ftpserver-server-1.0.0-SNAPSHOT.jar
     [exec] src/test/lib/mina-core-2.0.0-M2-20080407.124109-12.jar
     [exec]   Present jars:  lib/clover.jar
     [exec] lib/commons-cli-2.0-SNAPSHOT.jar
     [exec] lib/commons-codec-1.3.jar
     [exec] lib/commons-httpclient-3.0.1.jar
     [exec] lib/commons-logging-1.0.4.jar
     [exec] lib/commons-logging-api-1.0.4.jar
     [exec] lib/commons-net-1.4.1.jar
     [exec] lib/excluded/checkstyle-all-4.3.jar
     [exec] lib/hsqldb.jar
     [exec] lib/jets3t-0.6.1.jar
     [exec] lib/jetty-5.1.4.jar
     [exec] lib/jetty-ext/commons-el.jar
     [exec] lib/jetty-ext/jasper-compiler.jar
     [exec] lib/jetty-ext/jasper-runtime.jar
     [exec] lib/jetty-ext/jsp-api.jar
     [exec] lib/junit-3.8.1.jar
     [exec] lib/kfs-0.2.0.jar
     [exec] lib/log4j-1.2.15.jar
     [exec] lib/oro-2.0.8.jar
     [exec] lib/servlet-api.jar
     [exec] lib/slf4j-api-1.4.3.jar
     [exec] lib/slf4j-log4j12-1.4.3.jar
     [exec] lib/xmlenc-0.52.jar
     [exec] src/test/lib/ftplet-api-1.0.0-SNAPSHOT.jar
     [exec] src/test/lib/ftpserver-core-1.0.0-SNAPSHOT.jar
     [exec] src/test/lib/ftpserver-server-1.0.0-SNAPSHOT.jar
     [exec] src/test/lib/mina-core-2.0.0-M2-20080407.124109-12.jar
{quote}

> In "ant test-patch", runContribTestOnEclipseFiles should not be run on Hudson only
> ----------------------------------------------------------------------------------
>
>                 Key: HADOOP-4244
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4244
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: build, test
>            Reporter: Tsz Wo (Nicholas), SZE
>
> runContribTestOnEclipseFiles is ONLY executed on Hudson but it won't be executed by default.  So it won't be run when developers run "ant test-patch".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.