On Tue, 28 Feb 2006 10:23:12 +0100
Michael Wechner <[EMAIL PROTECTED]> wrote:

> Hi
> 
> It seems to me there is a bug re specifying single modules within 
> (local.)build.properties
> 
> If one specifies it as follows:
> 
>   modules.root.dirs=src/modules
> 
> then it works,  but
> 
> modules.root.dirs=src/modules/jcr
> 
> won't work at least re copying of Java classes.
> 
> Can anyone confirm this?

I can confirm that, but it is because it looks into the given folder if
there are "modules folders", in your case it would go look into
src/modules/jcr and dont find a module folder because it does already
point to it.
I guess that is why its name is "modules.ROOT.dirs"...

Oliver

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to