Yeah, I'm thinking it might be useful from the cli because in this case the task is creating the project structure and its headless file.
I suppose I could also do an apply from in a global unit script. Thanks, James On Apr 14, 2011 7:51 AM, "Peter Niederwieser" <[email protected]> wrote: James Carr wrote: > > I've been thinking it would be useful to be able to run a build script > fro... Here is what you can already do now: build.gradle: apply from: "http://repo/gradle-scripts/create.gradle" > gradle java-jar -- Peter Niederwieser Developer, Gradle http://www.gradle.org Trainer & Consultant, Gradleware http://www.gradleware.com Creator, Spock Framework http://spockframework.org -- View this message in context: http://gradle.1045684.n5.nabble.com/Feature-Run-a-build-script-from-a-URI-tp4302045p4302932.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
