Another cause found: The build in Jenkins was set to do SVN update, which won't delete projects that have been deleted. 2 projects (the old uimaj one - now a top-level project, and the uimaj-distr, now merged to the top level) were still there, and throwing rat errors.
I fixed this by changing the build to always delete and re-checkout from svn. We can change this back for efficiency or just leave it. -Marshall On 9/7/2011 8:58 AM, Marshall Schor wrote: > hmmm, this worked on Windows. > > This usually means a spelling error having to do with capitalization - windows > ignores... unix doesn't. I'll have a look > > -M > > On 9/6/2011 2:07 PM, Apache Jenkins Server wrote: >> See <https://builds.apache.org/job/UIMA-SDK/org.apache.uima$uimaj/111/> >> >> ------------------------------------------ >> [INFO] >> >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Building UIMA Java SDK: uimaj 2.3.2-SNAPSHOT >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] [INFO] Deleting >> <https://builds.apache.org/job/UIMA-SDK/org.apache.uima$uimaj/ws/target> >> >> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ uimaj --- >> [INFO] >> [INFO] --- build-helper-maven-plugin:1.5:parse-version >> (parse-project-version) @ uimaj --- >> [INFO] >> [INFO] --- uima-build-helper-maven-plugin:2:parse-date-time (set buildYear >> and buildMonth) @ uimaj --- >> [INFO] >> [INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ uimaj --- >> mojo forkStarted >> org.apache.maven.plugins:maven-javadoc-plugin:2.8(javadocs-distr) >> forkedProjectStarted org.apache.uima:uimaj2.3.2-SNAPSHOT >> [INFO] >> [INFO] --- build-helper-maven-plugin:1.5:parse-version >> (parse-project-version) @ uimaj --- >> [INFO] >> [INFO] --- uima-build-helper-maven-plugin:2:parse-date-time (set buildYear >> and buildMonth) @ uimaj --- >> forkedProjectSucceeded org.apache.uima:uimaj2.3.2-SNAPSHOT >> [JENKINS] Archiving >> <https://builds.apache.org/job/UIMA-SDK/org.apache.uima$uimaj/ws/pom.xml> to >> /home/hudson/hudson/jobs/UIMA-SDK/modules/org.apache.uima$uimaj/builds/2011-09-06_18-01-12/archive/org.apache.uima/uimaj/2.3.2-SNAPSHOT/uimaj-2.3.2-SNAPSHOT.pom >> >>
