Probably highly _NOT_ recommended because it's (ab)using internal classes,
but placing something like the below into a settings.gradle file appears to
add a project named "alias" that is located in the directory
"../../some/other/dir" that behaves normally.

import org.gradle.intitialization.DefaultProjectDescriptor
new DefaultProjectDescriptor(getRootProject(), 'alias',
file('../../some/other/dir'), projectRegistry)

I have not tested this under windows yet, so I'm probably getting lucky with
the path structure at this point, but if that's the only issue for the file
specification, it doesn't seem that there is any fundamental reason what I
wish to do cannot be supported.

Of course, I might be missing the real reason such capability isn't directly
available, but limited tests are highly promising.

-Spencer
-- 
View this message in context: 
http://old.nabble.com/includeFlat-possibly-could-be-overloaded-to-accept-a-map-tp27536529p27537517.html
Sent from the gradle-dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to