I tried to build from source tarball using mvn 3.0.5 on linux and it looks like the jUnit test is hung. This is what I see on the console:
Running org.apache.uima.resource.impl.ResourceManager_implTest May 2, 2014 10:12:59 AM org.apache.uima.resource.impl.ResourceManager_impl initializeExternalResources WARNING: The external resource named MyFileLanguageResource has been declared multiple times with different definitions. The definition of the resource in component /Annotator1/ will be used. The definition in component /Annotator2/ will be ignored. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.945 sec - in org.apache.uima.resource.impl.ResourceManager_implTest Running org.apache.uima.resource.impl.URISpecifier_implTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.uima.resource.impl.URISpecifier_implTest Running org.apache.uima.resource.impl.ConfigurableDataResource_implTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.uima.resource.impl.ConfigurableDataResource_implTest Running org.apache.uima.resource.impl.RelativePathResolver_implTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.uima.resource.impl.RelativePathResolver_implTest Running org.apache.uima.resource.impl.PearSpecifier_implTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.uima.resource.impl.PearSpecifier_implTest Running org.apache.uima.resource.impl.DataResource_implTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.uima.resource.impl.DataResource_implTest Running org.apache.uima.resource.impl.ConfigurableDataResourceSpecifier_implTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.uima.resource.impl.ConfigurableDataResourceSpecifier_implTest Running org.apache.uima.resource.impl.TestResourceInterface_impl Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.uima.resource.impl.TestResourceInterface_impl Running org.apache.uima.resource.impl.FileLanguageResource_implTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.uima.resource.impl.FileLanguageResource_implTest Running org.apache.uima.resource.impl.ResourceCreationSpecifier_implTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.uima.resource.impl.ResourceCreationSpecifier_implTest Running org.apache.uima.resource.impl.CasManager_implTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.uima.resource.impl.CasManager_implTest Running org.apache.uima.resource.service.impl.ResourceServiceAdapter_implTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.uima.resource.service.impl.ResourceServiceAdapter_implTest Running org.apache.uima.resource.service.impl.ResourceService_implTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.uima.resource.service.impl.ResourceService_implTest Running org.apache.uima.resource.service.impl.TestResourceServiceStub Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.uima.resource.service.impl.TestResourceServiceStub Running org.apache.uima.cas_data.impl.XCasToCasDataSaxHandlerTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.783 sec - in org.apache.uima.cas_data.impl.XCasToCasDataSaxHandlerTest Running org.apache.uima.cas_data.impl.CasDataToXCasTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.uima.cas_data.impl.CasDataToXCasTest Running org.apache.uima.jcas.impl.JCasHashMapCompareTest test JCasHashMapComp with 32 threads JCasCompTest - custom, time = 7.999000 seconds JCasCompTest - concur, time = 24.594000 seconds Not sure if this is due to the mvn version I use, buggy code in jUnit test or something else. Jerry C On Thu, May 1, 2014 at 12:22 PM, Marshall Schor <[email protected]> wrote: > Tested uimaj 2.6.0 rc3 with Windows 64, 8 cores (4 real, * 2 hyperthread) > (I > note the cores because some new tests are multi-thread testing, that adjust > themselves for the # of cores). > > signatures OK > > install from update site into Eclipse 4.3.2 OK > > compare tag and source-release - OK > > build from sources (after clearing .m2 of uimaj projects) - OK (on IBM > Java 7) > > Jira-report issues-fixed - OK (except for ongoing non-blocker: > project.version > not being substituted: Version: ${project.version} ) > > on unzipped bin distr: ran adjust examples paths and document analyzer - OK > > spot check of licenses - jar OK, bin - OK, source - OK > > spot check of Javadocs - OK > > [X] +1 OK to release > > -Marshall >
