Tbh I do my development in a completely different way. I use eclipse:eclipse and have no definition or configuration. To debug and develop I use maven, karaf the eclipse remote debugger and the dev:watch command.
Imho the java version issue is a bug in the pax—maven plugin mojo. Maybe you find the problem there. The creators of the project may be able to give you better pointers, but you should be able to locate the mojo quite fast. Kind regards, Andreas On Jul 30, 2011 9:58 PM, "Matt Madhavan" <[email protected]> wrote: > Hi Andreas, > I first created the project and bundles with PAX. Then I ran mvn > pax:eclipse. After that I importrd the projects into eclipse via import > existing mvn projects. > > Can u send me the exact sequences of steps you would perform if u were to do > it? > > This is becoming a huge issue for me because there are going to be large > number of developrs both here in the states and overseas are beginning to > use my methodolgies which is primarily pax based. > > Any help in the area is appreciated > > Thanks > Matt > On Jul 30, 2011 3:57 AM, "Andreas Pieber" <[email protected]> wrote: >> Hey Matt, >> >> Do you configure the eclipse goal for the maven-pax-plugin or do you use a >> "plain" m2 import? >> >> Kind regards, >> Andreas >> >> On Fri, Jul 29, 2011 at 19:23, Matt Madhavan <[email protected]> > wrote: >> >>> Hello, >>> We are using pax to generate project and bundles. By default the eclipse >>> project comes in as JDK 1.4. Even if we change it to JDK 1.6 and check in >>> into CVS (yes we still use CVS) and check the project out and do a import >>> maven projects the file *org.eclipse.jdt.core.prefs *file is > automatically >>> updated to jdk 1.4 as below? >>> >>> org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning >>> org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.4 >>> eclipse.preferences.version=1 >>> org.eclipse.jdt.core.compiler.source=1.4 >>> org.eclipse.jdt.core.compiler.compliance=1.4 >>> >>> >>> Not sure if its PAX issue or m2eclipse issue. Any ideas? Any help will be >>> appreciated. It has become a major irritant with my clients as multiple > team >>> members are using it. >>> >>> Any help will be appreciated. >>> >>> Thanks >>> Matt >>> >>> >>> _______________________________________________ >>> general mailing list >>> [email protected] >>> http://lists.ops4j.org/mailman/listinfo/general >>> >>>
_______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
