Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-dev] Project importing with 1.4 as source and target levels

Hello,

When importing the m2eclipse project as an existing Maven project into Eclipse, I am getting a number of compilation problems caused by the project importing with Java 1.4 as the source and target levels.  When I look at the Maven console, I see the following repeated for many of the sub-projects:

11/27/10 7:33:07 PM PST: Update started
...
11/27/10 7:33:07 PM PST: Could not determine source level, using default 1.4
11/27/10 7:33:07 PM PST: Could not determine target level, using default 1.4
11/27/10 7:33:07 PM PST: Adding source folder /org.eclipse.m2e.editor.tests/src
11/27/10 7:33:07 PM PST: Update completed: 0 sec

Any ideas?

Here is my platform:

Eclipse Platform    3.5.2    Eclipse Platform

Maven Integration for Eclipse (Required)    0.12.0.20101115-1102    org.maven.ide.eclipse.feature.feature.group


Ben

Back to the top