FW: Infrastructures questions.

2016-12-13 Thread Finan, Sean
This is a great question. mvn compile requires -DskipTests otherwise the build breaks. This is very poor form and everybody that installs runs into this. It would be great if we could fix this before the release. Any volunteers? Sean -Original Message- From: Andrey Kurdumov [mailto:

RE: Infrastructures questions.

2016-12-13 Thread Finan, Sean
Hi Andrey, The requirement of skipping tests for a successful build is something that all ctakes developers have stumbled across, but after initial setup we all forget about it and it has never been handled. Apologies. The github mirror is something that would be great to have, but getting it

Re: Infrastructures questions.

2016-12-13 Thread Andrey Kurdumov
NP for broken build. Finally I manage to run it, so I just report issue so other don't have have to go through hoops like me. I just want to made small correction - mvn compile works. mvn test works too, but mvn package require -DskipTests. The problem with build is somehow related to how Maven pa

Re: Infrastructures questions.

2016-12-13 Thread Pei Chen
That's right. mvn compile and test should work fine. The benign test failed error from junit tests is coming from install/package; it's been there since the beginning of time [1]. It would be a nice to have and remove the benign warning messages. If a proposed critical patch release passes the r

Re: Infrastructures questions.

2016-12-13 Thread Miller, Timothy
Pretty sure this particular issue is caused by LVG being part of the test pipeline and the "URI is not hierarchical" bug from not having its files unpacked from the jar. A simple fix is to disable that test in code; a slightly more complex fix is to run the test with a modified pipeline that doesn'

RE: Infrastructures questions.

2016-12-13 Thread Finan, Sean
By the way, did we ever vote on the release? http://www.apache.org/dev/release.html#approving-a-release -Original Message- From: Pei Chen [mailto:chen...@apache.org] Sent: Tuesday, December 13, 2016 10:51 AM To: dev@ctakes.apache.org Subject: Re: Infrastructures questions. That's right.

Re: Infrastructures questions.

2016-12-13 Thread Pei Chen
What release are you referring to? On Tue, Dec 13, 2016 at 11:08 AM, Finan, Sean wrote: > By the way, did we ever vote on the release? > http://www.apache.org/dev/release.html#approving-a-release > > > -Original Message- > From: Pei Chen [mailto:chen...@apache.org] > Sent: Tuesday, Decemb

Re: Infrastructures questions.

2016-12-13 Thread Miller, Timothy
Quick followup - the test passes in eclipse, both with and without LVG enabled. Can someone try to replicate at the command line and see if mvn package works with LVG commented out? This is line 130 in WriteClearNLPDescriptors.java. Otherwise I can try this afternoon. Tim On Tue, 2016-12-13 at 1

RE: Infrastructures questions.

2016-12-13 Thread Finan, Sean
Have you initiated a vote to release a 3.2.3 binary? Or do you want to wait until the branch has gone through testing? Just curious. Btw, thanks for writing the report. I don't know if anybody ever thanks you for that. Sean -Original Message- From: Pei Chen [mailto:chen...@apache.org