[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 commented on JBIDE-26461:
---------------------------------------
also, JSF tests failed on
{code}
Error Message
org/eclipse/jdt/internal/corext/refactoring/tagging/IReferenceUpdating
Stacktrace
java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/corext/refactoring/tagging/IReferenceUpdating
at org.jboss.tools.jsf.test.refactoring.MethodRefactoringTest.testMethodRename(MethodRefactoringTest.java:59)
Caused by: java.lang.ClassNotFoundException: org.eclipse.jdt.internal.corext.refactoring.tagging.IReferenceUpdating cannot be found by org.jboss.tools.common.model_3.10.1.v20180802-1505
at org.jboss.tools.jsf.test.refactoring.MethodRefactoringTest.testMethodRename(MethodRefactoringTest.java:59)
{code}
this requires to update jbosstools-base/common plugin, so bumping up all the components in jbt-base as well... erghhh
> 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)
6 years, 1 month
[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)
6 years, 1 month
[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)
6 years, 1 month
[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)
6 years, 1 month