[jbosstools-issues] [JBoss JIRA] (JBIDE-26035) Conversion to OSGi not going so well

Rob Stryker (JIRA) issues at jboss.org
Wed May 23 09:57:00 EDT 2018


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

Rob Stryker updated JBIDE-26035:
--------------------------------
    Description: 
Branch:  https://github.com/robstryker/org.jboss.tools.ssp/tree/osgi_branch1

Instructions: mvn clean install, shit fails.  Specifically:

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}


  was:
Branch:  https://github.com/robstryker/org.jboss.tools.ssp/tree/osgi_branch1

Instructions: mvn clean install, shit fails. 



> 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
>
> Branch:  https://github.com/robstryker/org.jboss.tools.ssp/tree/osgi_branch1
> Instructions: mvn clean install, shit fails.  Specifically:
> 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}



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jbosstools-issues mailing list