Multi-module and resource files

2006-12-19 Thread Paolo Bacci
Hi all, I have a maven multi-module project and I got a simple question about classpath. I want to know where Maven will lookup resource files (such as log4j.properties files) by default to include in the classpath in the case of a multi-module setup. Or, if no such directory exists by default,

Re: Assembly plugin for multi module project

2006-11-23 Thread Paolo Bacci
Nabble archives don't open here, returns timeout everytime. Does it have protection from brazilian ips? If so, a proxy would help. Barrie Treloar, could you send an example of your assembly descriptor? Thx, Paolo Bacci On 11/23/06, Barrie Treloar <[EMAIL PROTECTED]> wrote: On 11/

Re: set -source 1.5?

2006-11-22 Thread Paolo Bacci
I had problem like this one last week and in my case was that my javac was pointing to 1.5, while my java was pointing to 1.4 Maybe you're having the same problem. Try checking if javac and java are pointing to 1.5. It may be 1.4 as default. Paolo On 11/22/06, Eric Redmond <[EMAIL PROTECTED]> w

Assembly plugin for multi module project

2006-11-22 Thread Paolo Bacci
true false Both of them are not giving me the expected result. Does anybody has any clue about what could be possibly wrong? thx, Paolo Bacci.