On 21/12/2012 12:58, Fredrik Öhrström wrote:
:
The example Erik gave: make jdk-only JDK_FILTER=java/awt
Be aware that this workaround is of limited use, since it does not assist in
recompiling dependent packages, if the public api of java.awt was changed,
you need to know the 79 other packages
2012/12/21 Chris Hegarty :
> I haven't tried this yet, but this is exactly what I was looking for ( some
> way to be partial builds ).
The example Erik gave: make jdk-only JDK_FILTER=java/awt
Be aware that this workaround is of limited use, since it does not assist in
recompiling dependent packag
Thanks Erik,
I haven't tried this yet, but this is exactly what I was looking for (
some way to be partial builds ).
-Chris.
On 12/21/2012 09:39 AM, Erik Joelsson wrote:
There have been some concerns raised about partial builds going away
when switching to the new build. Sjavac is supposed t
There have been some concerns raised about partial builds going away
when switching to the new build. Sjavac is supposed to solve this
problem once and for all, but since it most probably won't be there from
day one, I'm going to describe the workaround that has been implemented
to alleviate th