In running build-from-source on my Windows 7 machine, I got these messages during the build step
[INFO] --- maven-bundle-plugin:2.3.4:manifest (uima-bundle) @ ruta-ep-engine --- XL TXE-J compiling stylesheet: null XL TXE-J compiling stylesheet: null XL TXE-J compiling stylesheet: null These messaged appeared 6 times, in various steps. Are these OK? ----------------------- The Antlr grammar appeared to issue some warnings, are these OK: [INFO] ANTLR: Processing source directory C:\au\t\ruta-rc2\build-from-source-tst\ruta-ep-ide\src\main\antlr3 ANTLR Parser Generator Version 3.1.3 Mar 17, 2009 19:23:44 org\apache\uima\ruta\ide\core\parser\RutaLexer.g org\apache\uima\ruta\ide\core\parser\RutaParser.g warning(203): org\apache\uima\ruta\ide\core\parser\RutaParser.g:583:2: Input such as "Identifier" is insufficiently covered with predicates at locations: alt 2: line 2037:7 at Identifier warning(200): org\apache\uima\ruta\ide\core\parser\RutaParser.g:583:2: Decision can match input such as "Identifier" using multiple alternat ives: 1, 2 As a result, alternative(s) 2 were disabled for that input warning(203): org\apache\uima\ruta\ide\core\parser\RutaParser.g:590:2: Input such as "Identifier" is insufficiently covered with predicates at locations: alt 2: line 2037:7 at Identifier warning(200): org\apache\uima\ruta\ide\core\parser\RutaParser.g:590:2: Decision can match input such as "Identifier" using multiple alternat ives: 1, 2 As a result, alternative(s) 2 were disabled for that input warning(203): org\apache\uima\ruta\ide\core\parser\RutaParser.g:1294:5: Input such as "Identifier" is insufficiently covered with predicates at locations: alt 1: line 2037:7 at Identifier, alt 2: line 2090:7 at Identifier warning(200): org\apache\uima\ruta\ide\core\parser\RutaParser.g:1294:5: Decision can match input such as "Identifier" using multiple alterna tives: 1, 2 As a result, alternative(s) 2 were disabled for that input warning(203): org\apache\uima\ruta\ide\core\parser\RutaParser.g:1316:5: Input such as "Identifier" is insufficiently covered with predicates at locations: alt 1: line 868:7 at Identifier, line 1896:7 at Identifier, line 2153:7 at Identifier, alt 2: line 2090:7 at Identifier warning(200): org\apache\uima\ruta\ide\core\parser\RutaParser.g:1316:5: Decision can match input such as "Identifier" using multiple alterna tives: 1, 2 As a result, alternative(s) 2 were disabled for that input warning(203): org\apache\uima\ruta\ide\core\parser\RutaParser.g:1346:5: Input such as "Identifier" is insufficiently covered with predicates at locations: alt 1: line 2037:7 at Identifier, alt 2: line 2090:7 at Identifier warning(200): org\apache\uima\ruta\ide\core\parser\RutaParser.g:1346:5: Decision can match input such as "Identifier" using multiple alterna tives: 1, 2 As a result, alternative(s) 2 were disabled for that input -Marshall On 5/7/2013 7:12 AM, Peter Klügl wrote: > Hi, > > the second release candidate of the sandbox project Apache UIMA Ruta > v2.0.1 is ready for voting. > > Changes in RC2 vs RC1: > - updated composite repository is provided > - small bug fixed: UIMA-2875 > > Staging repository: > https://repository.apache.org/content/repositories/orgapacheuima-015/ > > SVN tag: > https://svn.apache.org/repos/asf/uima/sandbox/ruta/tags/ruta-2.0.1-rc2 > > Composite repository: > https://dist.apache.org/repos/dist/dev/uima/eclipse-update-site > > Archive with all sources: > http://people.apache.org/~pkluegl/uima-releases/ruta-2.0.1-rc2/ruta-2.0.1-source-release.zip > > The issues fixed are in the RELEASE_NOTES.html. > They can also be found here: > https://issues.apache.org/jira/issues/?jql=project%20%3D%20UIMA%20AND%20fixVersion%20%3D%20%222.0.1ruta%22%20AND%20component%20%3D%20ruta%20AND%20status%20in%20(Resolved%2C%20Closed)%20ORDER%20BY%20priority%20DESC > > ONLY FOR REVIEWING: > > Single eclipse update site > http://people.apache.org/~pkluegl/uima-releases/ruta-2.0.1-rc2/ruta-2.0.1 > > Documentation (pdf file): > http://people.apache.org/~pkluegl/uima-releases/ruta-2.0.1-rc2/tools.ruta.book.pdf > > > Please vote on release: > > [ ] +1 OK to release > [ ] 0 Don't care > [ ] -1 Not OK to release, because ... > > Thanks. > > Peter >
