On Wed, Apr 24, 2013 at 10:09 AM, Wayne Fay <[email protected]> wrote:
> Eventually you simply cannot solve every problem in one module. You > may need to make another module, depend on the first one's output, > perhaps unpack it somewhere, run tools against those classes or > sources, and produce the real "final" output you require out of this > new module. > > Wayne > My current workaround is to create another module and use the generated sources from the first module. Not ideal, but hopefully Timo et al can work some magic. Thanks, Matthew
