You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "thomas pellegrin (JIRA)" <ji...@codehaus.org> on 2008/12/04 09:18:19 UTC

[jira] Created: (MECLIPSE-505) "Class not found" when run/debug under Eclipse

"Class not found" when run/debug under Eclipse
----------------------------------------------

                 Key: MECLIPSE-505
                 URL: http://jira.codehaus.org/browse/MECLIPSE-505
             Project: Maven 2.x Eclipse Plugin
          Issue Type: Bug
          Components: M2Eclipse support
         Environment: eclipse 3.4
            Reporter: thomas pellegrin


When I use an environment variable in my POM. 
like that:
<dependency>
			<groupId>xxx</groupId>
			<artifactId>xxx</artifactId>
			<version>1.3</version>
			<scope>system</scope>
			<systemPath>${env.MY_VARIABLE}\xxx.jar</systemPath>
</dependency>

There are some issues with the Maven POM XML editor. The editor ask to have an absolute path. I have already seen a thread about this issue.

After I can't use the run / debug in my eclipse  the classpath seems wrong. And I have the issue Class not found for my main class. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira