Hello Mike,
This will probably work fine. Perhaps a note on the formatting of the
new argument is needed? From what I can tell it needs to always start
with "-a".
I can't help but think that there might be a need for named caches at
some point if this is introduced, but I will add that if I find a need
for it.
/Erik
On 2014-04-19 20:54, Mike Duigou wrote:
Hello all;
In some cases the results of find operations need to be more specific. Adding a
filter capability to the find/caching stage would reduce the overhead of some
requests. This changeset adds an optional second parameter allowing a find
expression to provide additional filtering of find results.
JBSBUG: https://bugs.openjdk.java.net/browse/JDK-8041267
WEBREV: http://cr.openjdk.java.net/~mduigou/JDK-8041267/0/webrev/
Once the functionality is available it will be used in CreateJars.gmk,
GensrcProperties.gmk, and Images.gmk to narrow find results.
Mike