[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-4230) Target eclipseclasspath generates .classpath file with path to local maven repository for tools.jar, while this shouldn't be in maven repo

Marek Novotny (JIRA) jira-events at lists.jboss.org
Mon Jun 8 09:54:56 EDT 2009


Target eclipseclasspath generates .classpath file with path to local maven repository for tools.jar, while this shouldn't be in maven repo
------------------------------------------------------------------------------------------------------------------------------------------

                 Key: JBSEAM-4230
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-4230
             Project: Seam
          Issue Type: Bug
          Components: Build
    Affects Versions: 2.1.2.CR2
         Environment: Linux, Windows XP
            Reporter: Marek Novotny
             Fix For: 2.1.2.CR2, 2.1.2.CR1


Ant target eclipseclasspath wrongly generates .classpath file for Eclipse IDE with path to tools.jar, it should be outside of local maven repository., because this dependency is marked with scope SYSTEM.

I have checked the generation on Windows XP and Linux.
Windows XP:
	<classpathentry kind="lib" path="C:\Documents and Settings\mana\.m2\repository\com\sun\tools\1.5.0\tools-1.5.0.jar"/>
Linux:
	<classpathentry kind="lib" path="/home/mnovotny/.m2/repository/com/sun/tools/1.5.0/tools-1.5.0.jar"/>

I also asked Pete and on Mac OS it doesn't happen this, .classpath file is without this dependency.

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

        



More information about the seam-issues mailing list