Re: RFR: JDK-8037238: JDK 9 images don't rebuild when access bridge jars rebuild

2014-03-14 Thread Magnus Ihse Bursie
On 2014-03-13 09:48, Erik Joelsson wrote: When rebuilding after touching a java source file in AccessBridge, the classes were recompiled but the jars were not rebuilt. This was caused by a bug in the macro CacheFind. The cache in this case contained the directory $(JDK_OUTPUTDIR)/classes. The j

Re: RFR: JDK-8037238: JDK 9 images don't rebuild when access bridge jars rebuild

2014-03-13 Thread Tim Bell
Hi Erik: When rebuilding after touching a java source file in AccessBridge, the classes were recompiled but the jars were not rebuilt. This was caused by a bug in the macro CacheFind. The cache in this case contained the directory $(JDK_OUTPUTDIR)/classes. The jar was built from the src dir $