]
Nick Boldt updated JBIDE-26035:
-------------------------------
Fix Version/s: 4.6.0.AM2
Conversion to OSGi not going so well
------------------------------------
Key: JBIDE-26035
URL:
https://issues.jboss.org/browse/JBIDE-26035
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: stack-server-protocol
Reporter: Rob Stryker
Assignee: Rob Stryker
Fix For: 4.6.0.AM2
Branch:
https://github.com/robstryker/org.jboss.tools.ssp/tree/osgi_branch1
Instructions: `mvn clean install`
Compilation fails to find the jars packaged inside the bundle. A basic line or two has
been added to the Activator to try to use the classes in these libs, however it is failing
to compile.
{code}
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/home/rob/code/eclipse/lsp/lsp4j-chat-app/api/src/main/java/org/jboss/tools/ssp/api/Activator.java:[3,29]
package org.apache.commons.io does not exist
[ERROR]
/home/rob/code/eclipse/lsp/lsp4j-chat-app/api/src/main/java/org/jboss/tools/ssp/api/Activator.java:[21,30]
cannot find symbol
symbol: class DirectoryWalker
location: class org.jboss.tools.ssp.api.Activator
[INFO] 2 errors
[INFO] -------------------------------------------------------------
{code}