Eric,
I never was able to get Netbeans 6 running right (Sun's fault, not yours). Now that 6.5 is out, I have downloaded your mevenide1 port and installed it. The build process works fine, but the build JDK is not connecting to the code complete JDK as it does in NB 5.5.
For example, I have a project that builds on JDK 1.5. In Netbeans 5.5, the IDE picks this up and uses JDK 1.5 for error checking / code complete. In Netbeans 6.5, the IDE keeps using the default JDK (the one NB runs on), which in my case is JDK 1.6.
Do you have any idea for how this problem can be solved? I'd love to switch to Maven 2, but the company I work for will not switch.
Thanks,
Jeff Costello