[JBoss JIRA] (JBIDE-18316) Errors in project after import WildFly quickstarts (bundled XSD)
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18316?page=com.atlassian.jira.plugi... ]
Xavier Coulon commented on JBIDE-18316:
---------------------------------------
[~maxandersen] I suggest we detach this issue from JBDS-2919 Epic. Ok for you ?
> Errors in project after import WildFly quickstarts (bundled XSD)
> ----------------------------------------------------------------
>
> Key: JBIDE-18316
> URL: https://issues.jboss.org/browse/JBIDE-18316
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server, upstream
> Affects Versions: 4.2.0.Beta3
> Reporter: Xavier Coulon
> Assignee: Max Rydahl Andersen
> Priority: Critical
> Fix For: 4.3.x
>
>
> After importing all modules from https://github.com/wildfly/quickstart into JBDS 8.0.0.CR1b, a few projects have errors because of XML validation, such as:
> {code}
> Referenced file contains errors (jar:file:/Users/xcoulon/DevToolz/ide/jbossdevstudio800CR1b/studio/plugins/org.jboss.tools.as.catalog_3.0.0.CR1-v20140905-1648-B75.jar!/schema/xsd/jboss-ejb3-2_0.xsd). For more information, right click on the message in the Problems View and select "Show Details..."
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (JBIDE-18444) jst.web.kb should not depend on org.codehaus.plexus.util
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18444?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-18444:
--------------------------------
Description:
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/cd919ad62f2d5b...]).
Apache commons-io should be used insted, as it is available in eclipse orbit. It provides the same capabilities.
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.
was:
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.
Apache commons-io should be used insted, as it is available in eclipse orbit. It provides the same capabilities.
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.
> 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
>
> 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/cd919ad62f2d5b...]).
> Apache commons-io should be used insted, as it is available in eclipse orbit. It provides the same capabilities.
> 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)
11 years, 6 months
[JBoss JIRA] (JBIDE-18444) jst.web.kb should not depend on org.codehaus.plexus.util
by Fred Bricon (JIRA)
Fred Bricon created JBIDE-18444:
-----------------------------------
Summary: 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
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.
Apache commons-io should be used insted, as it is available in eclipse orbit. It provides the same capabilities.
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)
11 years, 6 months
[JBoss JIRA] (JBIDE-18316) Errors in project after import WildFly quickstarts (bundled XSD)
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18316?page=com.atlassian.jira.plugi... ]
Xavier Coulon updated JBIDE-18316:
----------------------------------
Component/s: upstream
> Errors in project after import WildFly quickstarts (bundled XSD)
> ----------------------------------------------------------------
>
> Key: JBIDE-18316
> URL: https://issues.jboss.org/browse/JBIDE-18316
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server, upstream
> Affects Versions: 4.2.0.Beta3
> Reporter: Xavier Coulon
> Assignee: Max Rydahl Andersen
> Priority: Critical
> Fix For: 4.3.x
>
>
> After importing all modules from https://github.com/wildfly/quickstart into JBDS 8.0.0.CR1b, a few projects have errors because of XML validation, such as:
> {code}
> Referenced file contains errors (jar:file:/Users/xcoulon/DevToolz/ide/jbossdevstudio800CR1b/studio/plugins/org.jboss.tools.as.catalog_3.0.0.CR1-v20140905-1648-B75.jar!/schema/xsd/jboss-ejb3-2_0.xsd). For more information, right click on the message in the Problems View and select "Show Details..."
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (JBIDE-18316) Errors in project after import WildFly quickstarts (bundled XSD)
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18316?page=com.atlassian.jira.plugi... ]
Xavier Coulon updated JBIDE-18316:
----------------------------------
Fix Version/s: 4.3.x
(was: 4.2.0.CR2)
> Errors in project after import WildFly quickstarts (bundled XSD)
> ----------------------------------------------------------------
>
> Key: JBIDE-18316
> URL: https://issues.jboss.org/browse/JBIDE-18316
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.2.0.Beta3
> Reporter: Xavier Coulon
> Assignee: Max Rydahl Andersen
> Priority: Critical
> Fix For: 4.3.x
>
>
> After importing all modules from https://github.com/wildfly/quickstart into JBDS 8.0.0.CR1b, a few projects have errors because of XML validation, such as:
> {code}
> Referenced file contains errors (jar:file:/Users/xcoulon/DevToolz/ide/jbossdevstudio800CR1b/studio/plugins/org.jboss.tools.as.catalog_3.0.0.CR1-v20140905-1648-B75.jar!/schema/xsd/jboss-ejb3-2_0.xsd). For more information, right click on the message in the Problems View and select "Show Details..."
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months