[jbosstools-issues] [JBoss JIRA] (JBIDE-18444) jst.web.kb should not depend on org.codehaus.plexus.util

Victor Rubezhny (JIRA) issues at jboss.org
Fri Sep 26 11:44:02 EDT 2014


     [ https://issues.jboss.org/browse/JBIDE-18444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Victor Rubezhny reassigned JBIDE-18444:
---------------------------------------

    Assignee: Victor Rubezhny


> jst.web.kb should not depend on org.codehaus.plexus.util
> --------------------------------------------------------
>
>                 Key: JBIDE-18444
>                 URL: https://issues.jboss.org/browse/JBIDE-18444
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: common/jst/core
>    Affects Versions: 4.2.0.CR1
>            Reporter: Fred Bricon
>            Assignee: Victor Rubezhny
>             Fix For: 4.2.0.CR2
>
>
> On my local environment using m2e 1.6, I see some failure starting eclipse :
> {noformat}
>  Unresolved requirement: Require-Bundle: org.jboss.tools.jst.web.kb; visibility:="reexport"
>                   -> Bundle-SymbolicName: org.jboss.tools.jst.web.kb; bundle-version="3.6.0.CR1-v20140711-0354-B645"; singleton:="true"
>                      org.jboss.tools.jst.web.kb [989]
>                        Unresolved requirement: Import-Package: org.codehaus.plexus.util
> {noformat}
> plexus is provided by the m2e runtime, so should not be a dependency of jst (which was added by this [commit|https://github.com/jbosstools/jbosstools-jst/commit/cd919ad62f2d5bb618e3eab53c559ae04ee84e85#diff-903e45646f43a45cb28539f28bc29675R58]).
> Apache commons-io should be used in [RemoteFileManager|https://github.com/jbosstools/jbosstools-jst/commit/cd919ad62f2d5bb618e3eab53c559ae04ee84e85#diff-560e404efb9f132ffbe1b5dd1291a183R334] instead, as it is available in eclipse orbit. It provides the same capabilities : 
> * [copy(InputStream, OutputStream)|http://commons.apache.org/proper/commons-io/apidocs/org/apache/commons/io/IOUtils.html#copy(java.io.InputStream, java.io.OutputStream)]
> * [closeQuietly(...)|http://commons.apache.org/proper/commons-io/apidocs/org/apache/commons/io/IOUtils.html#closeQuietly(java.io.Closeable)]
> I'm not entirely sure why I see the error in my workspace, plexus should be available, but the real point here, is that this dependency should never be there in the first place.



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the jbosstools-issues mailing list