Looking for advice on unraveling a particularly nasty Ant-Maven migration

2009-04-24 Thread Andrew Bayer
Hi all - I'm working on moving a sizeable multimodule project from Ant to Maven, and have, along the way, run into a number of annoying circular dependency problems. This project was set up using some custom Ant tasks/targets for inter-module dependency management and unit testing, which worked

RE: Looking for advice on unraveling a particularly nasty Ant-Maven migration

2009-04-24 Thread Stan Devitt
Can you move D to A and use an assembly to build the external jar you want? - This transmission (including any attachments) may contain confidential information, privileged material (including material protected by the

Re: Looking for advice on unraveling a particularly nasty Ant-Maven migration

2009-04-24 Thread Andrew Bayer
Ah-ha - that would do the trick. I knew there'd be something fairly obvious I was missing. =) A. On Fri, Apr 24, 2009 at 10:40 AM, Stan Devitt sdev...@rim.com wrote: Can you move D to A and use an assembly to build the external jar you want?