[JBoss JIRA] (JBIDE-26035) Conversion to OSGi not going so well
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-26035?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-26035:
------------------------------------
compilation fails because you're restricting the build from seeing commons-io to test-time, not compile-time.
{code}
diff --git a/api/pom.xml b/api/pom.xml
index 77212cf..754fb49 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -86,7 +86,7 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-io</artifactId>
<version>1.3.2</version>
- <scope>test</scope>
+ <scope>compile</scope>
</dependency>
</dependencies>
</project>
{code}
> 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}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (JBIDE-26035) Conversion to OSGi not going so well
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-26035?page=com.atlassian.jira.plugi... ]
Nick Boldt reassigned JBIDE-26035:
----------------------------------
Assignee: Rob Stryker
> 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}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (JBIDE-26035) Conversion to OSGi not going so well
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-26035?page=com.atlassian.jira.plugi... ]
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}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (JBIDE-25597) TP: create target platforms based on Eclipse Photon
by Ondrej Dockal (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25597?page=com.atlassian.jira.plugi... ]
Ondrej Dockal commented on JBIDE-25597:
---------------------------------------
[~nickboldt] Oh, I missed the changes in commit, was just looking what was written in comments here. That version is pretty alright for me, unless [~jkopriva] has something in need what was merged recently. I would go with 4.0.0.201805161441. thanks
> TP: create target platforms based on Eclipse Photon
> ---------------------------------------------------
>
> Key: JBIDE-25597
> URL: https://issues.jboss.org/browse/JBIDE-25597
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: target-platform
> Affects Versions: 4.5.2.Final
> Reporter: Jeff MAURY
> Assignee: Nick Boldt
> Labels: target-platform
> Fix For: 4.6.0.AM2, 4.6.0.AM3, 4.6.0.Final
>
> Attachments: base.log
>
>
> In order to start Photon based builds, we need a working Photon based target platform
> For sprint 148 / AM1: Photon.0.M6
> For sprint 149 / AM2: Photon.0.M7
> For sprint 150 / AM3: Photon.0.RC3
> For sprint 151 / GA: Photon.0.GA
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (JBIDE-26035) Conversion to OSGi not going so well
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-26035?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-26035:
-------------------------------
Description:
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}
was:
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}
> 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`
> 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)
7 years, 10 months
[JBoss JIRA] (JBIDE-26035) Conversion to OSGi not going so well
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-26035?page=com.atlassian.jira.plugi... ]
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)
7 years, 10 months