If I understand your question, the GradlePluginLord is not meant to affect the build configuration at all. Its a read-only 'view' into the build configuration as well as a way to perform common 'gradle user' functions (execute tasks).
Mike Automated Logic Research Team --- On Thu, 3/11/10, Rene Groeschke <[email protected]> wrote: From: Rene Groeschke <[email protected]> Subject: [gradle-dev] addRefreshRequest via GradlePluginLord with custom build file name To: [email protected] Date: Thursday, March 11, 2010, 7:16 PM Hi there, before initial comitting what I've done so far on the eclipse plugin for gradle, I want to fix a list of issues. I'm using the GradlePluginLord class to get projekt/task informations about a given gradle build (addRequestObserver + addRefreshRequestToQueue) This works fine until we use a build file which does not use the default file name (build.gradle). Though GradlePluginLord offers a method to set the working directory, I'm not able to set the custom build file. I couldn't find a workaround for this problem yet. Any Ideas? Should I file a Jira for that? regards, René -- ------------------------------------ Rene Groeschke [email protected] http://www.breskeby.com http://twitter.com/breskeby ------------------------------------ --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
