[jbossseam-issues] [JBoss JIRA] Commented: (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
Tue Jun 9 10:39:22 EDT 2009


    [ https://jira.jboss.org/jira/browse/JBSEAM-4230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12471216#action_12471216 ] 

Marek Novotny commented on JBSEAM-4230:
---------------------------------------

Pete, I know about that, but the issue is that the htmlparser sets this systemPath, but as result of generation .classpath file still points into local maven repo instead of jar in systemPath.

It seems that there is an issue in maven ant task -> http://jira.codehaus.org/browse/MANTTASKS-4

> 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
>            Assignee: Marek Novotny
>
> 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