Thanks Mike, I will submit a JIRA soon. -Stephen
-----Original Message----- From: Mike Drob <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Saturday, May 19, 2018 at 8:16 AM To: dev <[email protected]> Cc: "[email protected]" <[email protected]> Subject: Re: about `mvn test-compile` with JDK 7 after HBASE-12350 Go ahead and open a jira issue about removing the error prone profile, please assign it to me. Thank you for bringing this up on the list, I would have missed it in the issue. Mike On Fri, May 18, 2018, 5:35 PM Wu, Stephen <[email protected]> wrote: > Hi guys, > > As mentioned in the comments of HBASE-20556< > https://issues.apache.org/jira/browse/HBASE-20556>, I figured that the > build script executes `-PerrorProne` (introduced by HBASE-12350< > https://issues.apache.org/jira/browse/HBASE-12350> and it should be > removed for jdk7 build especially with branch-1) with mvn test-compile > command such that mvn compile failed the build for development (I found few > JIRAs has the same issue) on branch-1. So, the command passed test-compile > should be : > > > mvn -Dmaven.repo.local=<local m2 repo> -DHBasePatchProcess clean > test-compile -DskipTests=true > > I’m new to the community, how can we fix the test-compile command in > Jenkins or the build scripts ? should I open a JIRA? > > (cc my personal email address) > > Thanks, > Stephen > > >
