Hi All, I've been thinking it would be useful to be able to run a build script from a uri, for example I could have a hosted gradle script with tasks that generate skeleton project structures like:
gradle -b http://repo/gradle-scripts/create.gradle java-jar Thoughts? I've been poking around and discovered this doesn't work at the moment due to the way AbstractFileResolver resolves files and throws exceptions on URLs. Is there any reason against changing it to actually fetch content from URLs (aside from some added complexity)? Thanks, James --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
