[jbossseam-issues] [JBoss JIRA] Updated: (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
Thu Jun 11 17:40:56 EDT 2009
[ https://jira.jboss.org/jira/browse/JBSEAM-4230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marek Novotny updated JBSEAM-4230:
----------------------------------
Fix Version/s: 2.2.0.CR1
Priority: Minor (was: Major)
> 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
> Priority: Minor
> Fix For: 2.2.0.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