2011/12/26 Oliver Heger <oliver.he...@oliver-heger.de>: > Which version of JUnit is used by GUMP? According to the Javadocs for > version 4.10, there should be a method TemporaryFolder.newFile() with an > empty argument list.
http://vmgump.apache.org/gump/public/apache-commons/commons-configuration/details.html says "junit-26122011.jar" and that that jar comes from junit project at Gump, http://vmgump.apache.org/gump/public/junit/junit/index.html The git update log for junit project http://vmgump.apache.org/gump/public/junit/gump_work/update_junit.html says at the end [[[ Pull is not possible because you have unmerged files. Please, fix them up in the work tree, and then use 'git add/rm <file>' as appropriate to mark resolution, or use 'git commit -a'. ]]] Is that of any concern? I agree that https://github.com/KentBeck/junit/blob/master/src/main/java/org/junit/rules/TemporaryFolder.java has newFile(), so this issue is strange. > > Oliver > > Am 26.12.2011 07:20, schrieb Gump: >> >> To whom it may engage... >> >> This is an automated request, but not an unsolicited one. For >> more information please visit http://gump.apache.org/nagged.html, >> and/or contact the folk at gene...@gump.apache.org. >> >> Project commons-configuration has an issue affecting its community >> integration. >> This issue affects 2 projects, >> and has been outstanding for 46 runs. >> The current state of this project is 'Failed', with reason 'Build Failed'. >> For reference only, the following projects are affected by this: >> - commons-configuration : Apache Commons >> - commons-configuration-test : Apache Commons >> >> >> Full details are available at: >> >> http://vmgump.apache.org/gump/public/apache-commons/commons-configuration/index.html >> >> That said, some information snippets are provided here. >> >> The following annotations (debug/informational/warning/error messages) >> were provided: >> -DEBUG- Sole jar output [commons-configuration-*[0-9T].jar] identifier >> set to project name >> -DEBUG- (Apache Gump generated) Apache Maven Settings in: >> /srv/gump/public/workspace/apache-commons/configuration/gump_mvn_settings.xml >> -INFO- Failed with reason build failed >> -DEBUG- Maven POM in: >> /srv/gump/public/workspace/apache-commons/configuration/pom.xml >> -DEBUG- Extracted fallback artifacts from Gump Repository >> >> >> >> The following work was performed: >> >> http://vmgump.apache.org/gump/public/apache-commons/commons-configuration/gump_work/build_apache-commons_commons-configuration.html >> Work Name: build_apache-commons_commons-configuration (Type: Build) >> Work ended in a state of : Failed >> Elapsed: 3 mins 41 secs >> Command Line: /opt/maven2/bin/mvn --batch-mode -DskipTests=true --settings >> /srv/gump/public/workspace/apache-commons/configuration/gump_mvn_settings.xml >> package >> [Working Directory: >> /srv/gump/public/workspace/apache-commons/configuration] >> M2_HOME: /opt/maven2 >> --------------------------------------------- >> Downloading: >> http://localhost:8192/maven2/org/apache/maven/maven-archiver/2.4.1/maven-archiver-2.4.1.jar >> Downloading: >> http://localhost:8192/maven2/org/easymock/easymock/2.4/easymock-2.4.jar >> Downloading: >> http://localhost:8192/maven2/biz/aQute/bndlib/1.43.0/bndlib-1.43.0.jar >> Downloading: >> http://localhost:8192/maven2/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.jar >> >> >> >> >> >> Downloading: >> http://localhost:8192/maven2/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar >> Downloading: >> http://localhost:8192/maven2/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.jar >> Downloading: >> http://localhost:8192/maven2/org/codehaus/plexus/plexus-archiver/1.0/plexus-archiver-1.0.jar >> >> >> >> Downloading: >> http://localhost:8192/maven2/org/codehaus/plexus/plexus-io/1.0/plexus-io-1.0.jar >> >> [INFO] [bundle:manifest {execution: bundle-manifest}] >> [debug] execute contextualize >> [INFO] [resources:testResources {execution: default-testResources}] >> [INFO] Using 'iso-8859-1' encoding to copy filtered resources. >> [INFO] Copying 96 resources >> [INFO] Copying 2 resources >> [INFO] Copying 2 resources to META-INF >> [INFO] [compiler:testCompile {execution: default-testCompile}] >> [INFO] Compiling 111 source files to >> /srv/gump/public/workspace/apache-commons/configuration/target/test-classes >> [INFO] ------------------------------------------------------------- >> [ERROR] COMPILATION ERROR : >> [INFO] ------------------------------------------------------------- >> [ERROR] >> /srv/gump/public/workspace/apache-commons/configuration/src/test/java/org/apache/commons/configuration/TestFileConfiguration.java:[203,26] >> newFile(java.lang.String) in org.junit.rules.TemporaryFolder cannot be >> applied to () >> [ERROR] >> /srv/gump/public/workspace/apache-commons/configuration/src/test/java/org/apache/commons/configuration/TestFileConfiguration.java:[261,29] >> newFile(java.lang.String) in org.junit.rules.TemporaryFolder cannot be >> applied to () >> [ERROR] >> /srv/gump/public/workspace/apache-commons/configuration/src/test/java/org/apache/commons/configuration/TestFileConfiguration.java:[314,32] >> newFile(java.lang.String) in org.junit.rules.TemporaryFolder cannot be >> applied to () >> [INFO] 3 errors >> [INFO] ------------------------------------------------------------- >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] BUILD FAILURE >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Compilation failure >> >> >> /srv/gump/public/workspace/apache-commons/configuration/src/test/java/org/apache/commons/configuration/TestFileConfiguration.java:[203,26] >> newFile(java.lang.String) in org.junit.rules.TemporaryFolder cannot be >> applied to () >> >> /srv/gump/public/workspace/apache-commons/configuration/src/test/java/org/apache/commons/configuration/TestFileConfiguration.java:[261,29] >> newFile(java.lang.String) in org.junit.rules.TemporaryFolder cannot be >> applied to () >> >> /srv/gump/public/workspace/apache-commons/configuration/src/test/java/org/apache/commons/configuration/TestFileConfiguration.java:[314,32] >> newFile(java.lang.String) in org.junit.rules.TemporaryFolder cannot be >> applied to () >> >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] For more information, run Maven with the -e switch >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Total time: 3 minutes 40 seconds >> [INFO] Finished at: Mon Dec 26 07:19:58 UTC 2011 >> [INFO] Final Memory: 49M/119M >> [INFO] >> ------------------------------------------------------------------------ >> --------------------------------------------- >> >> To subscribe to this information via syndicated feeds: >> - RSS: >> http://vmgump.apache.org/gump/public/apache-commons/commons-configuration/rss.xml >> - Atom: >> http://vmgump.apache.org/gump/public/apache-commons/commons-configuration/atom.xml >> >> ============================== Gump Tracking Only === >> Produced by Apache Gump(TM) version 2.3. >> Gump Run 13000026122011, vmgump.apache.org:vmgump:13000026122011 >> Gump E-mail Identifier (unique within run) #36. >> >> -- >> Apache Gump >> http://gump.apache.org/ [Instance: vmgump] >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org >> For additional commands, e-mail: dev-h...@commons.apache.org >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org