[JBoss JIRA] (JBIDE-26461) jbosstools-javaee master build is broken since updated tycho to 1.3.0-SNAPSHOT
by Ondrej Dockal (Jira)
[ https://issues.jboss.org/browse/JBIDE-26461?page=com.atlassian.jira.plugi... ]
Ondrej Dockal updated JBIDE-26461:
----------------------------------
Description:
Jbosstools-javaee master build is broken since TP updated (tycho version moved to 1.3.0-SNAPSHOT). There are compilation errors, probably tycho dropped some dependency.
See the jenkins job: https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
Cannot resolve org.eclipse.jdt.internal.corext.codemanipulation.StubUtility -> was moved to org.eclipse.jdt.core.codemanipulation with this [commit|https://github.com/eclipse/eclipse.jdt.ui/commit/bc3bc858da1855f31...]
{code}
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:1.3.0-SNAPSHOT:compile (default-compile) on project org.jboss.tools.batch.ui: Compilation failure: Compilation failure:
14:48:50 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/batch/plugins/org.jboss.tools.batch.ui/src/org/jboss/tools/batch/ui/internal/wizard/NewBatchArtifactWizardPage.java:[35]
14:48:50 [ERROR] import org.eclipse.jdt.internal.corext.codemanipulation.StubUtility;
14:48:50 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14:48:50 [ERROR] The import org.eclipse.jdt.internal.corext.codemanipulation.StubUtility cannot be resolved
14:48:50 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/batch/plugins/org.jboss.tools.batch.ui/src/org/jboss/tools/batch/ui/internal/wizard/NewBatchArtifactWizardPage.java:[387]
14:48:50 [ERROR] String lineDelimiter = StubUtility.getLineDelimiterUsed(newType
14:48:50 [ERROR] ^^^^^^^^^^^
14:48:50 [ERROR] StubUtility cannot be resolved
14:48:50 [ERROR] 2 problems (2 errors)
{code}
was:
Jbosstools-javaee master build is broken since TP updated (tycho version moved to 1.3.0-SNAPSHOT). There are compilation errors, probably tycho dropped some dependency.
See the jenkins job: https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
Cannot resolve org.eclipse.jdt.internal.corext.codemanipulation.StubUtility -> was moved to org.eclipse.jdt.core.codemanipulation with
{code}
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:1.3.0-SNAPSHOT:compile (default-compile) on project org.jboss.tools.batch.ui: Compilation failure: Compilation failure:
14:48:50 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/batch/plugins/org.jboss.tools.batch.ui/src/org/jboss/tools/batch/ui/internal/wizard/NewBatchArtifactWizardPage.java:[35]
14:48:50 [ERROR] import org.eclipse.jdt.internal.corext.codemanipulation.StubUtility;
14:48:50 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14:48:50 [ERROR] The import org.eclipse.jdt.internal.corext.codemanipulation.StubUtility cannot be resolved
14:48:50 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/batch/plugins/org.jboss.tools.batch.ui/src/org/jboss/tools/batch/ui/internal/wizard/NewBatchArtifactWizardPage.java:[387]
14:48:50 [ERROR] String lineDelimiter = StubUtility.getLineDelimiterUsed(newType
14:48:50 [ERROR] ^^^^^^^^^^^
14:48:50 [ERROR] StubUtility cannot be resolved
14:48:50 [ERROR] 2 problems (2 errors)
{code}
> jbosstools-javaee master build is broken since updated tycho to 1.3.0-SNAPSHOT
> ------------------------------------------------------------------------------
>
> Key: JBIDE-26461
> URL: https://issues.jboss.org/browse/JBIDE-26461
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: batch, cdi, jsf
> Affects Versions: 4.10.0.AM1
> Reporter: Ondrej Dockal
> Assignee: Ondrej Dockal
> Priority: Blocker
> Fix For: 4.10.0.AM1
>
>
> Jbosstools-javaee master build is broken since TP updated (tycho version moved to 1.3.0-SNAPSHOT). There are compilation errors, probably tycho dropped some dependency.
> See the jenkins job: https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
> Cannot resolve org.eclipse.jdt.internal.corext.codemanipulation.StubUtility -> was moved to org.eclipse.jdt.core.codemanipulation with this [commit|https://github.com/eclipse/eclipse.jdt.ui/commit/bc3bc858da1855f31...]
> {code}
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:1.3.0-SNAPSHOT:compile (default-compile) on project org.jboss.tools.batch.ui: Compilation failure: Compilation failure:
> 14:48:50 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/batch/plugins/org.jboss.tools.batch.ui/src/org/jboss/tools/batch/ui/internal/wizard/NewBatchArtifactWizardPage.java:[35]
> 14:48:50 [ERROR] import org.eclipse.jdt.internal.corext.codemanipulation.StubUtility;
> 14:48:50 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 14:48:50 [ERROR] The import org.eclipse.jdt.internal.corext.codemanipulation.StubUtility cannot be resolved
> 14:48:50 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/batch/plugins/org.jboss.tools.batch.ui/src/org/jboss/tools/batch/ui/internal/wizard/NewBatchArtifactWizardPage.java:[387]
> 14:48:50 [ERROR] String lineDelimiter = StubUtility.getLineDelimiterUsed(newType
> 14:48:50 [ERROR] ^^^^^^^^^^^
> 14:48:50 [ERROR] StubUtility cannot be resolved
> 14:48:50 [ERROR] 2 problems (2 errors)
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 5 months
[JBoss JIRA] (JBIDE-26461) jbosstools-javaee master build is broken since updated tycho to 1.3.0-SNAPSHOT
by Ondrej Dockal (Jira)
[ https://issues.jboss.org/browse/JBIDE-26461?page=com.atlassian.jira.plugi... ]
Ondrej Dockal updated JBIDE-26461:
----------------------------------
Description:
Jbosstools-javaee master build is broken since TP updated (tycho version moved to 1.3.0-SNAPSHOT). There are compilation errors, probably tycho dropped some dependency.
See the jenkins job: https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
Cannot resolve org.eclipse.jdt.internal.corext.codemanipulation.StubUtility -> was moved to org.eclipse.jdt.core.codemanipulation with
{code}
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:1.3.0-SNAPSHOT:compile (default-compile) on project org.jboss.tools.batch.ui: Compilation failure: Compilation failure:
14:48:50 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/batch/plugins/org.jboss.tools.batch.ui/src/org/jboss/tools/batch/ui/internal/wizard/NewBatchArtifactWizardPage.java:[35]
14:48:50 [ERROR] import org.eclipse.jdt.internal.corext.codemanipulation.StubUtility;
14:48:50 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14:48:50 [ERROR] The import org.eclipse.jdt.internal.corext.codemanipulation.StubUtility cannot be resolved
14:48:50 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/batch/plugins/org.jboss.tools.batch.ui/src/org/jboss/tools/batch/ui/internal/wizard/NewBatchArtifactWizardPage.java:[387]
14:48:50 [ERROR] String lineDelimiter = StubUtility.getLineDelimiterUsed(newType
14:48:50 [ERROR] ^^^^^^^^^^^
14:48:50 [ERROR] StubUtility cannot be resolved
14:48:50 [ERROR] 2 problems (2 errors)
{code}
was:
Jbosstools-javaee master build is broken since TP updated (tycho version moved to 1.3.0-SNAPSHOT). There are compilation errors, probably tycho dropped some dependency.
See the jenkins job: https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
> jbosstools-javaee master build is broken since updated tycho to 1.3.0-SNAPSHOT
> ------------------------------------------------------------------------------
>
> Key: JBIDE-26461
> URL: https://issues.jboss.org/browse/JBIDE-26461
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: batch, cdi, jsf
> Affects Versions: 4.10.0.AM1
> Reporter: Ondrej Dockal
> Assignee: Ondrej Dockal
> Priority: Blocker
> Fix For: 4.10.0.AM1
>
>
> Jbosstools-javaee master build is broken since TP updated (tycho version moved to 1.3.0-SNAPSHOT). There are compilation errors, probably tycho dropped some dependency.
> See the jenkins job: https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
> Cannot resolve org.eclipse.jdt.internal.corext.codemanipulation.StubUtility -> was moved to org.eclipse.jdt.core.codemanipulation with
> {code}
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:1.3.0-SNAPSHOT:compile (default-compile) on project org.jboss.tools.batch.ui: Compilation failure: Compilation failure:
> 14:48:50 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/batch/plugins/org.jboss.tools.batch.ui/src/org/jboss/tools/batch/ui/internal/wizard/NewBatchArtifactWizardPage.java:[35]
> 14:48:50 [ERROR] import org.eclipse.jdt.internal.corext.codemanipulation.StubUtility;
> 14:48:50 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 14:48:50 [ERROR] The import org.eclipse.jdt.internal.corext.codemanipulation.StubUtility cannot be resolved
> 14:48:50 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/batch/plugins/org.jboss.tools.batch.ui/src/org/jboss/tools/batch/ui/internal/wizard/NewBatchArtifactWizardPage.java:[387]
> 14:48:50 [ERROR] String lineDelimiter = StubUtility.getLineDelimiterUsed(newType
> 14:48:50 [ERROR] ^^^^^^^^^^^
> 14:48:50 [ERROR] StubUtility cannot be resolved
> 14:48:50 [ERROR] 2 problems (2 errors)
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 5 months
[JBoss JIRA] (JBIDE-26461) jbosstools-javaee master bui8ld is broken since updated TP
by Ondrej Dockal (Jira)
Ondrej Dockal created JBIDE-26461:
-------------------------------------
Summary: jbosstools-javaee master bui8ld is broken since updated TP
Key: JBIDE-26461
URL: https://issues.jboss.org/browse/JBIDE-26461
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: batch, cdi, jsf
Affects Versions: 4.10.0.AM1
Reporter: Ondrej Dockal
Fix For: 4.10.0.AM1
Jbosstools-javaee master build is broken since TP updated (tycho version moved to 1.3.0-SNAPSHOT). There are compilation errors, probably tycho dropped some dependency.
See the job:
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 5 months
[JBoss JIRA] (JBIDE-26388) TP: create target platform based on Eclipse 4.10 (Simrel 2018-12)
by Nick Boldt (Jira)
[ https://issues.jboss.org/browse/JBIDE-26388?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-26388:
------------------------------------
Latest TP appears to have this list of duplicate IUs:
{code}
[WARNING] Found 12 duplicate jbosstools plugins:
[WARNING] [1] jbosstools-multiple.target.repo/plugins/com.google.guava_21.0.0.v20170206-1425.jar
[WARNING] [1] jbosstools-multiple.target.repo/plugins/com.google.guava_15.0.0.v201403281430.jar
[WARNING] [2] jbosstools-multiple.target.repo/plugins/org.apache.batik.css_1.7.0.v201011041433.jar
[WARNING] [2] jbosstools-multiple.target.repo/plugins/org.apache.batik.css_1.10.0.v20180703-1553.jar
[WARNING] [3] jbosstools-multiple.target.repo/plugins/org.apache.batik.util_1.7.0.v201011041433.jar
[WARNING] [3] jbosstools-multiple.target.repo/plugins/org.apache.batik.util_1.10.0.v20180703-1553.jar
[WARNING] [4] jbosstools-multiple.target.repo/plugins/org.apache.commons.logging_1.2.0.v20180409-1502.jar
[WARNING] [4] jbosstools-multiple.target.repo/plugins/org.apache.commons.logging_1.1.1.v201101211721.jar
[WARNING] [5] jbosstools-multiple.target.repo/plugins/org.apache.lucene.analyzers-common_7.1.0.v20180122-2126.jar
[WARNING] [5] jbosstools-multiple.target.repo/plugins/org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar
[WARNING] [5] jbosstools-multiple.target.repo/plugins/org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar
[WARNING] [6] jbosstools-multiple.target.repo/plugins/org.apache.lucene.core_7.5.0.v20181003-1532.jar
[WARNING] [6] jbosstools-multiple.target.repo/plugins/org.apache.lucene.core_6.1.0.v20170814-1820.jar
[WARNING] [6] jbosstools-multiple.target.repo/plugins/org.apache.lucene.core_3.5.0.v20120725-1805.jar
[WARNING] [6] jbosstools-multiple.target.repo/plugins/org.apache.lucene.core_7.1.0.v20171214-1510.jar
[WARNING] [7] jbosstools-multiple.target.repo/plugins/org.apache.lucene.misc_7.5.0.v20181003-1532.jar
[WARNING] [7] jbosstools-multiple.target.repo/plugins/org.apache.lucene.misc_7.1.0.v20180220-1923.jar
[WARNING] [8] jbosstools-multiple.target.repo/plugins/org.apache.lucene.queryparser_7.5.0.v20181003-1532.jar
[WARNING] [8] jbosstools-multiple.target.repo/plugins/org.apache.lucene.queryparser_6.1.0.v20161115-1612.jar
[WARNING] [8] jbosstools-multiple.target.repo/plugins/org.apache.lucene.queryparser_7.1.0.v20180905-1540.jar
[WARNING] [9] jbosstools-multiple.target.repo/plugins/org.eclipse.jdt.annotation_2.2.200.v20180921-1416.jar
[WARNING] [9] jbosstools-multiple.target.repo/plugins/org.eclipse.jdt.annotation_1.1.400.v20180921-1416.jar
[WARNING] [10] jbosstools-multiple.target.repo/plugins/org.objectweb.asm_5.0.1.v201404251740.jar
[WARNING] [10] jbosstools-multiple.target.repo/plugins/org.objectweb.asm_6.2.1.v20180823-1831.jar
[WARNING] [11] jbosstools-multiple.target.repo/plugins/org.slf4j.api_1.7.2.v20121108-1250.jar
[WARNING] [11] jbosstools-multiple.target.repo/plugins/org.slf4j.api_1.7.10.v20170428-1633.jar
[WARNING] [12] jbosstools-multiple.target.repo/plugins/org.w3c.dom.smil_1.0.1.v200903091627.jar
[WARNING] [12] jbosstools-multiple.target.repo/plugins/org.w3c.dom.smil_1.0.0.v200806040011.jar
{code}
Worst offenders are the 3 and 4 versions of Lucene deps. Have you tried to remove the old ones to see if things Just Work w/ fewer singletons?
> TP: create target platform based on Eclipse 4.10 (Simrel 2018-12)
> -----------------------------------------------------------------
>
> Key: JBIDE-26388
> URL: https://issues.jboss.org/browse/JBIDE-26388
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: target-platform, upstream
> Affects Versions: 4.10.0.AM1
> Reporter: Nick Boldt
> Assignee: Jeff MAURY
> Priority: Major
> Labels: releasework
> Fix For: 4.10.0.AM1, 4.10.0.Final
>
> Attachments: jbosstools-multiple-considerversions-4.9.0.Final-4.10.0.AM1.p2diff, jbosstools-multiple-ignoreversions-4.9.0.Final-4.10.0.AM1.p2diff
>
>
> In order to start Eclipse 4.10-based builds, we need an updated target platform.
> Note that Eclipse 4.10 drops support for win32 and lin32 platforms, so poms will need to be updated accordingly. 32-bit is dead, long live 64-bit!
> For sprint 156 / AM1: simrel M1
> For sprint 157 / AM1: simrel M2
> For sprint 158 / GA: simrel M3/RC1
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 5 months