Review Request: 8007524: build-infra: Incremental build of tools.jar broken

2013-02-05 Thread Erik Joelsson
The logic for setting up correct dependencies from class files to jar files in the macro SetupArchive is broken. This fixes two things. The wrong variable was used to filter files found and a ',' was missing in the macro call to CacheFind. Verifed that dependency list is now populated instead

Re: Review Request: 8007524: build-infra: Incremental build of tools.jar broken

2013-02-05 Thread Tim Bell
Erik: The logic for setting up correct dependencies from class files to jar files in the macro SetupArchive is broken. This fixes two things. The wrong variable was used to filter files found and a ',' was missing in the macro call to CacheFind. Verifed that dependency list is now populated