Re: another eclipse multi module vs. flat question

2012-04-21 Thread Stephen Connolly
I often will create a "local" aggregator project which contains all the related projects I am working on. I don't check that "local" aggregator project into source control, and I throw it away when I am done with that and ready to move onto something else. If you go with tis route, then the only

Re: Multi modules and profiles

2012-04-21 Thread Stephane-3
I don't know what it is I was doing at the time, but I just gave a new fresh look at the issue. And this time it worked flawlessly the way I wanted. I simply cut and pasted the following dependencies from the parent pom to the child pom mysql mysql-connector-java 5.1.12

Re: Build on test target hangs when using an SMTP appender in the log4j configuration

2012-04-21 Thread Stephane-3
So I removed the file spring-smtp-appender.xml Then I added a debug property: as in: I also added the port property: When I then ran the build I could see the following output in the console log: DEBUG SMTP: useEhlo true, useAuth t

Re: Build on test target hangs when using an SMTP appender in the log4j configuration

2012-04-21 Thread Wayne Fay
> So I removed the file spring-smtp-appender.xml ...lots of lines of Spring configuration... ...brief mention of dependendencies... > But the issue remains the same and the build hangs. I don't think you're getting any traction on your questions here because this is not the right place to ask this

Re: Build on test target hangs when using an SMTP appender in the log4j configuration

2012-04-21 Thread Stephane-3
Hi Wayne, In fact it was a strange java behavior. After rebooting my pc Lenovo X60 with Linux Mint 12 the build worked fine. The mails were sent containing the exceptions. The issue is closed. Thanks. -- View this message in context: http://maven.40175.n5.nabble.com/Build-on-test-target-h