Review Request: 8007524: build-infra: Incremental build of tools.jar broken (original) (raw)
Erik Joelsson erik.joelsson at oracle.com
Tue Feb 5 10:09:19 UTC 2013
- Previous message (by thread): Updating jdk8 README files
- Next message (by thread): Review Request: 8007524: build-infra: Incremental build of tools.jar broken
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 of empty as before, and that changing a class in javac caused tools.jar to be updated.
http://cr.openjdk.java.net/~erikj/8007524/webrev.root.01/
/Erik
- Previous message (by thread): Updating jdk8 README files
- Next message (by thread): Review Request: 8007524: build-infra: Incremental build of tools.jar broken
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]