On Mon, Aug 1, 2011 at 5:12 PM, Peter Donald <[email protected]> wrote:
> On Tue, Aug 2, 2011 at 10:07 AM, Peter Donald <[email protected] > >wrote: > > > In the Intellij IDE support we actually use the class paths if the > > dependency is part of a project. i.e. project('foo') will result > > in project('foo')._(:target, :main, :classes) added to the IDE project > files > > as will project('foo').package(:jar) > > > > > ... and thus I am suggesting that the same pattern could be followed in > the > eclipse plugin. > Yes, this is what the eclipse task does already. There are two issues here, 1) compile.with project('foo') doesn't work as people expect when foo doesn't export a package(:jar) 2) eclipse task doesn't work with compile.with project('foo').compile.target and the likes. alex
