Re: eclipse plugin does not generate org.eclipse.jdt.core.prefs file

2011-10-21 Thread Gabriel Belingueres
Hi Barrie! Finally, I had some time to checkout the eclipse plugin and do some modifications to make it work. If the explicit configuration is not found for the compiler source/target, it searches for the maven.compiler.source/maven.compiler.target properties. Even if the properties are not found

Re: maven-reactor-plugin: still active?

2011-10-21 Thread Olivier Lamy
Hello, No real maintenance on this as some features are now included in core with 3.x 2011/10/21 Laird Nelson : > Is the maven-reactor-plugin still alive and viable?  I want to make sure > that if I include it in my pom for a particular task it isn't doing anything > outmoded. > > Thanks, > Laird

maven-reactor-plugin: still active?

2011-10-21 Thread Laird Nelson
Is the maven-reactor-plugin still alive and viable? I want to make sure that if I include it in my pom for a particular task it isn't doing anything outmoded. Thanks, Laird -- http://about.me/lairdnelson

Re: Uncompiled classes resulting in COMPILATION ERROR : cannot find symbol

2011-10-21 Thread Guillaume Polet
Well, I think I finally found the root issue of this and I was quite astonished by what I have discovered. Anyway, the first thing I did was fixing 8 Warnings I had about using Sun proprietary code-->OK this was not nice from me, but it had worked for so many years that I was wondering if ther

Re: writing a parent pom that does not execute its plugins

2011-10-21 Thread Dirk Olmes
On 10/19/2011 09:32 PM, Anders Hammar wrote: >> I was able to make the profile idea work in the end. The trick is >> the enablement: the parent module defines a profile that is enabled >> through a property. The child module defines that property. Works >> like a charm. > > That should not work. A

Re: Maven 3.0.3: Problems with SNAPSHOT updates

2011-10-21 Thread Patrick Sansoucy
I always refer people to this Jira ... http://jira.codehaus.org/browse/MNG-5037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel But Brian's post explains it very well. Patrick Sansoucy In theory, there is no difference between theory and practice, but in practice, there is ...

Re: Maven 3.0.3: Problems with SNAPSHOT updates

2011-10-21 Thread Brian Parker
I ran in to this. See http://stackoverflow.com/questions/5249342/maven-3-0-2-u-option-does-not-update-snapshot/7081166#7081166 Brian On Fri, Oct 21, 2011 at 5:13 AM, Dreier Ruediger wrote: > Hello! > > Thanks for your answer, but both solutions do not work for me with Maven 3 > - both work perf

RE: Maven 3.0.3: Problems with SNAPSHOT updates

2011-10-21 Thread Dreier Ruediger
Hello! Thanks for your answer, but both solutions do not work for me with Maven 3 - both work perfectly with Maven 2.2.1. With Maven 3 only a metadata file is updated, not the artifact itself. Regards, Ruediger > -Original Message- > From: Thiessen, Todd (Todd) [mailto:tthies...@avaya

Re: Problems with MAVEN's-ANT on OpenVMS

2011-10-21 Thread Tim Pizey
Wow Wayne, brilliant response! On 20 October 2011 22:51, Wayne Fay wrote: >> With knowing the details about our environment >> would you expect that Lucene written in clean Java >> is not operating on such a platform? > > Without a comprehensive analysis of the source code for Lucene (and > pote