Real-life examples are important, but we can't possibly have an example for every method and property in Gradle's APIs (and bootstrapClasspath is a rarely needed one). Hence we also need to empower users to find the answers themselves, provided that they have studied the central APIs and principles behind Gradle (which is their responsibility).
One such principle (idiom) is that collections can be overwritten with "coll = [1,2,3]", and added to with "coll 1,2,3". I had specifically pointed you to the latter variant of bootstrapClasspath in the DSL guide (was there a problem with the anchor?). From the documentation: "Adds the given values to the end of the bootstrap classpath for the process.". Hope this helps. -- Peter Niederwieser Developer, Gradle http://www.gradle.org Trainer & Consultant, Gradle Inc. http://www.gradle.biz Creator, Spock Framework http://spockframework.org -- View this message in context: http://gradle.1045684.n5.nabble.com/Xbootclasspath-tp3400352p3400655.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
