Mistery solved...... all the projects with problem have JDK 1.4 as JRE. Switched to 1.6 and define source and target in pom.xml. Working fine now.
Eugene Kuleshov wrote: > > > It is more likely something with the project you are using. If you > can't share that particular project with us I can only suggest you to > start from some smaller project and see if you can reproduce issue there. > > regards, > Eugene > > > fherrerav wrote: >> I just did a fresh eclipse install (j2ee fall2) and i'm getting the same >> error in all my projects. >> Any idea? >> >> Maven Integration for Eclipse 0.0.12.20071107-2300 >> >> Could it be something in the workspace? >> >> I have an Eclipse installation using Maven Integration for Eclipse >> 0.0.12.20071018-2200 and it's working fine. >> >> >> >> bakito wrote: >> >>> Eugene Kuleshov wrote: >>> >>>> Bakito wrote: >>>> >>>>> Until now I was working with version 0.0.11.20070916-2300. >>>>> >>>>> Today I switched to the newest version 0.0.12.20071107-2300. >>>>> >>>>> Within the new version I can not execute any maven commands on my >>>>> eclipse projects any more. If I execute 'maven clean' or any other >>>>> command on my projects I get always the following error. >>>>> >>>>> With the old plugin and also in a plain windows console the projects >>>>> builds fine. >>>>> >>>>> Is there something new to be configured within the new version of the >>>>> plugin? >>>>> >>>>> [INFO] >>>>> ---------------------------------------------------------------------------- >>>>> >>>>> >>>>> [ERROR] BUILD FAILURE >>>>> [INFO] >>>>> ---------------------------------------------------------------------------- >>>>> >>>>> >>>>> [INFO] Cannot lookup required component. >>>>> >>>> Bakito, most likely, there is something in your project configuration >>>> that cause this error and we will need additional information, or >>>> better, a test project that would allow us to reproduce this issue. >>>> Please try to isolate this with a smaller project and submit a jira >>>> issue for this. Also see the following page for some hints. >>>> http://docs.codehaus.org/display/M2ECLIPSE/How+To+Report+Issues >>>> >>>> regards, >>>> Eugene >>>> >>>> >>>> >>>> >>> I've just tested the same project within an eclipse of version 3.2.2 >>> (M20070212-1330), where the maven plugin is working fine. >>> >>> If I use the same project within eclipse 3.3.0 (I20070625-1500) I get >>> the described error. >>> >>> It does not matter what maven project I use, I get always the same >>> error. >>> >>> Not even this simple pom does run: >>> >>> <?xml version="1.0" encoding="UTF-8"?> >>> <project xmlns="http://maven.apache.org/POM/4.0.0" >>> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >>> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 >>> http://maven.apache.org/maven-v4_0_0.xsd"> >>> <modelVersion>4.0.0</modelVersion> >>> <groupId>test</groupId> >>> <artifactId>test</artifactId> >>> <version>0.0.1</version> >>> </project> >>> >>> >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe from this list please visit: >>> >>> http://xircles.codehaus.org/manage_email >>> >>> >>> >>> >> >> > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > > -- View this message in context: http://www.nabble.com/Maven-run--debug--not-working-tp13702117s177p15283085.html Sent from the Maven Eclipse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
