RE: Subdirectory problem/always recompiles

2005-11-21 Thread Brown, Carlton
> -Original Message- > From: Steve Loughran [mailto:[EMAIL PROTECTED] > Sent: Monday, November 21, 2005 12:24 PM > To: Ant Users List > Subject: Re: Subdirectory problem/always recompiles > > Dominique Devienne wrote: > >>I've been though a similar e

Re: Subdirectory problem/always recompiles

2005-11-21 Thread Dominique Devienne
On 11/21/05, Steve Loughran <[EMAIL PROTECTED]> wrote: > Dominique Devienne wrote: > >>I've been though a similar exercise with 50 developer separated over 9 > >>countries contributing code over a period of just under 4 years. The final > >>result fell out into over 200 separate projects - each wi

Re: Subdirectory problem/always recompiles

2005-11-21 Thread Steve Loughran
Dominique Devienne wrote: I've been though a similar exercise with 50 developer separated over 9 countries contributing code over a period of just under 4 years. The final result fell out into over 200 separate projects - each with specific build, runtime and test dependencies. Whoa, that's i

Re: Subdirectory problem/always recompiles

2005-11-21 Thread Dominique Devienne
> I've been though a similar exercise with 50 developer separated over 9 > countries contributing code over a period of just under 4 years. The final > result fell out into over 200 separate projects - each with specific build, > runtime and test dependencies. Whoa, that's impressive! And I thoug

RE: Subdirectory problem/always recompiles

2005-11-20 Thread Stephen McConnell
> -Original Message- > From: Brown, Carlton [mailto:[EMAIL PROTECTED] > I expected that Matt's situation would have worked for me, > and I don't see why it didn't. Either I did it wrong, or > somehow these techniques are different in some subtle way. > Right now I'm happy with my

Re: Subdirectory problem/always recompiles

2005-11-20 Thread Steve Loughran
Brown, Carlton wrote: -Original Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED] Now if you're up to the challenge, you should try to work with the developer to untangle the dependency knot you've discovered. Having separate source dirs implies independent components, or at

Re: Subdirectory problem/always recompiles

2005-11-20 Thread Steve Loughran
Brown, Carlton wrote: I've got a situation where the directory structure of the source code doesn't exactly correspond to the package structure, and therefore the javac task always recompiles. Due to a number of policy considerations I can't change the dir structure, so I've tried to work aroun

RE: Subdirectory problem/always recompiles

2005-11-20 Thread Brown, Carlton
> -Original Message- > From: Dominique Devienne [mailto:[EMAIL PROTECTED] > Sent: Sunday, November 20, 2005 10:55 AM > To: Ant Users List > Subject: Re: Subdirectory problem/always recompiles > > > I stumbled on a solution that worked for me, using multiple path e

Re: Subdirectory problem/always recompiles

2005-11-20 Thread Dominique Devienne
> > I've got a situation where the directory structure of the source code > > doesn't exactly correspond to the package structure, and therefore the > > javac task always recompiles. They do in fact, albeit spread across directories, at least to me. It's when the package name (com.company.foo) is

RE: Subdirectory problem/always recompiles

2005-11-18 Thread Brown, Carlton
> -Original Message- > From: Brown, Carlton > Sent: Friday, November 18, 2005 6:15 PM > To: Ant Users List > Subject: Subdirectory problem/always recompiles > > I've got a situation where the directory structure of the source code > doesn't exactly correspond to the package structure, and

RE: Subdirectory problem/always recompiles

2005-11-18 Thread Brown, Carlton
> -Original Message- > From: Matt Benson [mailto:[EMAIL PROTECTED] > Sent: Friday, November 18, 2005 6:32 PM > To: Ant Users List > Subject: Re: Subdirectory problem/always recompiles > > --- "Brown, Carlton" <[EMAIL PROTECTED]> > wrote: > &

Re: Subdirectory problem/always recompiles

2005-11-18 Thread Matt Benson
--- "Brown, Carlton" <[EMAIL PROTECTED]> wrote: > I've got a situation where the directory structure > of the source code > doesn't exactly correspond to the package structure, > and therefore the > javac task always recompiles. Due to a number of > policy considerations > I can't change the dir