Gotcha. I wasn't aware of the -b flag. Currently, there's no way to do that. I can add a way to pass in arguments to refresh.
Mike Automated Logic Research Team --- On Thu, 3/11/10, Rene Groeschke <[email protected]> wrote: From: Rene Groeschke <[email protected]> Subject: Re: [gradle-dev] addRefreshRequest via GradlePluginLord with custom build file name To: [email protected] Date: Thursday, March 11, 2010, 7:44 PM Hi Mike, the problem I'm running into is that I can use GradlePluginLord to get the available tasks of every build.gradle file in every custom directory on my disk, but I'm not able to get the informations if the build files would have custom name. What I need is a way to add the -b flag to my the addRefreshRequest() method. regards, René Mike schrieb: > 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] </mc/[email protected]> > http://www.breskeby.com > http://twitter.com/breskeby > ------------------------------------ > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > -- ------------------------------------ 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
