class folders not handled ------------------------- Key: MECLIPSE-164 URL: http://jira.codehaus.org/browse/MECLIPSE-164 Project: Maven 2.x Eclipse Plugin Issue Type: Bug Components: dependency resolution Affects Versions: 2.2 Reporter: Francois Loison
I defined in POM a class folder: <dependency> <groupId>com.ptc</groupId> <artifactId>wt.codebase</artifactId> <version>1.0</version> <scope>system</scope> <systemPath>c:/dev/java/maven/wdc.ptc/codebase</systemPath> </dependency> This allows to add c:/dev/java/maven/wdc.ptc/codebase to compile classpath. Generated Eclipse .classpath file contains following entry: <classpathentry kind="lib" path="C:/Dev/java/maven/wdc.ptc/codebase"/> This entry is failing: Eclipse 3.2 doesn't accept external project folders for class folders. To resolve this, I create manually a linked folder in .project and defines class folder to point on linked folder. This may be an hint for resolution. -- 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