Re: Both Java 8 and Java 11 required for producing a tarball

2019-03-13 Thread Blake Eggleston
You may want to wait until CASSANDRA-14607 is finished before starting on 14712. I think it will end up unwinding most of the stuff requiring building with dual jdks (either as part of that ticket or an immediate follow on). I'm still working on making sure I haven't broken anything, but I'm

Re: Both Java 8 and Java 11 required for producing a tarball

2019-03-13 Thread Stefan Miklosovic
Hi, how do I assign myself to https://issues.apache.org/jira/browse/CASSANDRA-14712 ? I read the doco here (1) but I think that workflow does not apply to cassandra-builds repo. Should I do this first and then notify people? Until then it might happen that my time would be wasted as somebody

Re: Both Java 8 and Java 11 required for producing a tarball

2019-03-13 Thread Jordan West
A couple related JIRAs for reference: https://issues.apache.org/jira/browse/CASSANDRA-14714 https://issues.apache.org/jira/browse/CASSANDRA-14712 On Wed, Mar 6, 2019 at 7:34 PM Michael Shuler wrote: > On 3/6/19 7:10 PM, Stefan Miklosovic wrote: > > I am trying to build 4.0 from sources and

Re: Both Java 8 and Java 11 required for producing a tarball

2019-03-06 Thread Michael Shuler
On 3/6/19 7:10 PM, Stefan Miklosovic wrote: > I am trying to build 4.0 from sources and prior to this I was doing > > ant artifacts > > in order to get distribution tarball to play with. > > If I understand this right, if I do not run Ant with Java 11, > java.version.8 will be true so it will

Both Java 8 and Java 11 required for producing a tarball

2019-03-06 Thread Stefan Miklosovic
Hi, I am trying to build 4.0 from sources and prior to this I was doing ant artifacts in order to get distribution tarball to play with. The current situation in trunk is that I am not able to get that tarball unless I use two Java's - 8 and 11. I have to have JAVA8_HOME (pointing to 8) and