[jbosstools-issues] [JBoss JIRA] (JBIDE-19169) use Tycho 0.22 to build JBT 4.2.3 / JBDS 8.1.0

Nick Boldt (JIRA) issues at jboss.org
Wed Feb 4 18:50:49 EST 2015


    [ https://issues.jboss.org/browse/JBIDE-19169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13037700#comment-13037700 ] 

Nick Boldt edited comment on JBIDE-19169 at 2/4/15 6:50 PM:
------------------------------------------------------------

Use Tycho 0.22.0 and repo-utils 0.22.1-SNAPSHOT; enable create-full-site:

https://github.com/jbosstools/jbosstools-build/pull/176
https://github.com/jbosstools/jbosstools-build-sites/pull/172
https://github.com/jbdevstudio/jbdevstudio-product/pull/265

[~mickael_istria] WDYT? I ran this locally and both parent pom and JBT build OK, but got a compilation error (!) with JBDS. Then re-ran with `mvn clean install -Dtycho.localArtifacts=ignore` and the build was fine.

Feel free to push these into 4.2.x if you approve; or I can push them if you just want to +1 them.


was (Author: nickboldt):
Use Tycho 0.22.0 and repo-utils 0.22.1-SNAPSHOT; enable create-full-site:

https://github.com/jbosstools/jbosstools-build/pull/176
https://github.com/jbosstools/jbosstools-build-sites/pull/172
https://github.com/jbdevstudio/jbdevstudio-product/pull/265

[~mickael_istria] WDYT? I ran this locally and both parent pom and JBT build OK, but got a compilation error (!) with JBDS:

{code}
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.22.0:compile (default-compile) on project com.jboss.devstudio.core.central: Compilation failure: Compilation failure:
[ERROR] /home/nboldt/eclipse/workspace-jboss/jbdevstudio-github-42x/jbdevstudio-product/plugins/com.jboss.devstudio.core.central/src/com/jboss/devstudio/core/central/JbdsConfigurator.java:[13]
[ERROR] import org.jboss.tools.project.examples.configurators.DefaultJBossCentralConfigurator;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.tools.project.examples.configurators cannot be resolved
[ERROR] /home/nboldt/eclipse/workspace-jboss/jbdevstudio-github-42x/jbdevstudio-product/plugins/com.jboss.devstudio.core.central/src/com/jboss/devstudio/core/central/JbdsConfigurator.java:[20]
[ERROR] public class JbdsConfigurator extends DefaultJBossCentralConfigurator {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] DefaultJBossCentralConfigurator cannot be resolved to a type
[ERROR] /home/nboldt/eclipse/workspace-jboss/jbdevstudio-github-42x/jbdevstudio-product/plugins/com.jboss.devstudio.core.central/src/com/jboss/devstudio/core/central/JbdsConfigurator.java:[25]
[ERROR] public String[] getMainToolbarCommandIds() {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method getMainToolbarCommandIds() of type JbdsConfigurator must override or implement a supertype method
[ERROR] /home/nboldt/eclipse/workspace-jboss/jbdevstudio-github-42x/jbdevstudio-product/plugins/com.jboss.devstudio.core.central/src/com/jboss/devstudio/core/central/JbdsConfigurator.java:[31]
[ERROR] public String getDocumentationUrl() {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method getDocumentationUrl() of type JbdsConfigurator must override or implement a supertype method
[ERROR] 4 problems (4 errors)
{code}

Can't see how that's related to Tycho 0.22, so willing to push this and see what happens in Jenkins.

> use Tycho 0.22 to build JBT 4.2.3 / JBDS 8.1.0
> ----------------------------------------------
>
>                 Key: JBIDE-19169
>                 URL: https://issues.jboss.org/browse/JBIDE-19169
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: build
>    Affects Versions: 4.2.1.Final
>            Reporter: Nick Boldt
>            Assignee: Nick Boldt
>             Fix For: 4.2.3.Beta1
>
>
> Tycho 0.22 is out; we should use it to build JBT 4.3/JBDS 9, and see what new fun goodies we can take advantage of, too.



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the jbosstools-issues mailing list