Re: RFR: JDK-8147449: sjavac builds of jdk9/dev with closed sources broken

2016-01-19 Thread Andreas Lundblad
On Tue, Jan 19, 2016 at 02:29:33PM +0100, Magnus Ihse Bursie wrote: > On 2016-01-19 11:31, Erik Joelsson wrote: > >Hello, > > > >Please review this fix in the makefiles for using sjavac. The > >include/exclude mechanism in sjavac has changed. We used to > >sometimes exclude files using a full absol

Re: RFR: JDK-8147449: sjavac builds of jdk9/dev with closed sources broken

2016-01-19 Thread Magnus Ihse Bursie
On 2016-01-19 11:31, Erik Joelsson wrote: Hello, Please review this fix in the makefiles for using sjavac. The include/exclude mechanism in sjavac has changed. We used to sometimes exclude files using a full absolute path. This no longer works. The same thing can be achieved by splitting up t

RFR: JDK-8147449: sjavac builds of jdk9/dev with closed sources broken

2016-01-19 Thread Erik Joelsson
Hello, Please review this fix in the makefiles for using sjavac. The include/exclude mechanism in sjavac has changed. We used to sometimes exclude files using a full absolute path. This no longer works. The same thing can be achieved by splitting up the source roots argument to sjavac in sepa