On 8/7/2013 5:17 AM, Peter Klügl wrote: > compared source-release and svn-tag > - additional files in uimaj-cpe: checkpoint_synchPoint.xml, > checkpoint_synchPoint.xml.prev, checkpoint.dat.prev > - uimaj-eclipse-feature-runtime: .project (svn-tag), additional > feature.xml in root > - uimaj-eclipse-feature-tools: .project (svn-tag), additional > feature.xml in root > - additional META-INF folders and MANIFEST.MF files(but not in CAS > Editor plugins) > > mvn install source-release - OK > mvn install svn-tag - OK > checked some notice and license files - OK > installed and tested (CDE) update site in Eclipse 3.7.2 - OK > installed and tested ruta-2.0.2-snapshot - OK > > If the source diff is not problematic: IMHO, the source difference is not problematic. It is due to the source being built after the build runs. When the build runs, the uimaj-cpe project's "tests" leave some testing artifacts... The .project files are excluded from the source-release zip. They're not needed; I'm not sure why they're checked into SVN. The feature.xml are put in the spot Eclipse expects them to be, and don't affect the source build (they're regenerated). The MANIFEST.MF files are part of the result of the build of these plugins, and are put in the spot Eclipse expects them, and are picked up by the source-release zip.
So, all of these differences are OK; they don't hurt anything in building from source. -Marshall > > [X] +1 OK to release > > Peter > > On 06.08.2013 16:10, Marshall Schor wrote: >> Hi, >> >> I've posted 2.4.2 rc1. There were 8 Jiras fixed, see >> >> https://issues.apache.org/jira/issues/?jql=fixVersion%20%3D%20%222.4.2SDK%22%20AND%20project%20%3D%20UIMA >> >> The source and binary zip/tars are staged to >> http://people.apache.org/~schor/uima-release-candidates/2.4.2SDK-rc1/ >> <http://people.apache.org/%7Eschor/uima-release-candidates/2.4.2SDK-rc1/> >> >> The Eclipse udpate site is: >> http://people.apache.org/~schor/uima-release-candidates/2.4.2SDK-rc1/eclipse-update-site/uimaj/ >> <http://people.apache.org/%7Eschor/uima-release-candidates/2.4.2SDK-rc1/eclipse-update-site/uimaj/> >> >> The Maven artifacts are here: >> https://repository.apache.org/content/repositories/orgapacheuima-065/org/apache/uima/ >> >> The SVN tags are here: >> https://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.2-rc1 >> >> and for the Eclipse Update Site: >> https://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-eclipse-update-site-2.4.2-rc1 >> >> See http://uima.apache.org/testing-builds.html for suggestions on how to test >> release candidates. >> >> Please vote on release: >> >> [ ] +1 OK to release >> [ ] 0 Don't care >> [ ] -1 Not OK to release, because ... >> >> Thanks. >> >> -Marshall >
