[JBoss JIRA] Created: (JBIDE-6664) cannot compile org.teiid.designer.ddl.importer: the import org.teiid.core.I18n cannot be resolved
by Nick Boldt (JIRA)
cannot compile org.teiid.designer.ddl.importer: the import org.teiid.core.I18n cannot be resolved
-------------------------------------------------------------------------------------------------
Key: JBIDE-6664
URL: https://jira.jboss.org/browse/JBIDE-6664
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: teiid
Affects Versions: 3.2.0.M2
Reporter: Nick Boldt
[ERROR] Failed to execute goal org.sonatype.tycho:maven-osgi-compiler-plugin:0.9.0:compile (default-compile) on project org.teiid.designer.ddl.importer: Compilation failure: Compilation failure:
/mnt/hudson_workspace/workspace/jbosstools-teiid-designer/sources/plugins/org.teiid.designer.ddl.importer/src/org/teiid/designer/ddl/importer/DdlImporter.java (at line 34):[-1,-1]
import org.teiid.core.I18n;
^^^^^^^^^^^^^^^^^^^
The import org.teiid.core.I18n cannot be resolved
/mnt/hudson_workspace/workspace/jbosstools-teiid-designer/sources/plugins/org.teiid.designer.ddl.importer/src/org/teiid/designer/ddl/importer/DdlImporter.java (at line 35):[-1,-1]
import org.teiid.core.exception.EmptyArgumentException;
^^^^^^^^^^^^^^^^^^^^^^^^
The import org.teiid.core.exception cannot be resolved
/mnt/hudson_workspace/workspace/jbosstools-teiid-designer/sources/plugins/org.teiid.designer.ddl.importer/src/org/teiid/designer/ddl/importer/DdlImporter.java (at line 256):[-1,-1]
messages.add(I18n.format(DdlImporterI18n.ENTITY_NOT_FOUND_MSG,
^^^^
I18n cannot be resolved
http://hudson.qa.jboss.com/hudson/view/DevStudio/job/jbosstools-teiid-des...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 8 months
[JBoss JIRA] Created: (JBIDE-6645) The constructor VpeEditAnyDialog(Shell, VpeAnyData) is undefined in VpeEditAnyDialogTest
by Nick Boldt (JIRA)
The constructor VpeEditAnyDialog(Shell, VpeAnyData) is undefined in VpeEditAnyDialogTest
----------------------------------------------------------------------------------------
Key: JBIDE-6645
URL: https://jira.jboss.org/browse/JBIDE-6645
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.2.0.M2
Reporter: Nick Boldt
Assignee: Maxim Areshkau
[INFO] Compiling 16 source files to /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M2.continuous/sources/vpe/tests/org.jboss.tools.vpe.ui.test/target/classes
----------
1. ERROR in /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M2.continuous/sources/vpe/tests/org.jboss.tools.vpe.ui.test/src/org/jboss/tools/vpe/ui/test/dialog/VpeEditAnyDialogTest.java (at line 30)
VpeEditAnyDialog dialog = new VpeEditAnyDialog(PlatformUI
.getWorkbench().getDisplay().getActiveShell(), data);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor VpeEditAnyDialog(Shell, VpeAnyData) is undefined
----------
2. ERROR in /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M2.continuous/sources/vpe/tests/org.jboss.tools.vpe.ui.test/src/org/jboss/tools/vpe/ui/test/dialog/VpeEditAnyDialogTest.java (at line 52)
dialog = new VpeEditAnyDialog(PlatformUI
.getWorkbench().getDisplay().getActiveShell(), data);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor VpeEditAnyDialog(Shell, VpeAnyData) is undefined
----------
2 problems (2 errors)
http://hudson.qa.jboss.com/hudson/view/DevStudio_Tycho/job/jbosstools-3.2...
--
I've added a component builder for vpe - to run it, check out the whole SVN tree to disk, then:
mvn3 clean install -B -U -fae -Dmaven.skip.test -Dmaven.test.skip -f ~/workspace/jbosstools-trunk/build/component/vpe.xml
By running your changes locally before committing, you can avoid breaking the build in future.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 8 months
[JBoss JIRA] Created: (JBIDE-6632) The constructor VpeEditAnyDialog(Shell, VpeAnyData) is undefined in org.jboss.tools.vpe.ui.test.dialog.VpeEditAnyDialogTest.java
by Nick Boldt (JIRA)
The constructor VpeEditAnyDialog(Shell, VpeAnyData) is undefined in org.jboss.tools.vpe.ui.test.dialog.VpeEditAnyDialogTest.java
--------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-6632
URL: https://jira.jboss.org/browse/JBIDE-6632
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.2.0.M2
Reporter: Nick Boldt
Assignee: Maxim Areshkau
[INFO] Compiling 16 source files to /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M2.continuous/sources/vpe/tests/org.jboss.tools.vpe.ui.test/target/classes
----------
1. ERROR in /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M2.continuous/sources/vpe/tests/org.jboss.tools.vpe.ui.test/src/org/jboss/tools/vpe/ui/test/dialog/VpeEditAnyDialogTest.java (at line 30)
VpeEditAnyDialog dialog = new VpeEditAnyDialog(PlatformUI
.getWorkbench().getDisplay().getActiveShell(), data);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor VpeEditAnyDialog(Shell, VpeAnyData) is undefined
----------
2. ERROR in /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M2.continuous/sources/vpe/tests/org.jboss.tools.vpe.ui.test/src/org/jboss/tools/vpe/ui/test/dialog/VpeEditAnyDialogTest.java (at line 52)
dialog = new VpeEditAnyDialog(PlatformUI
.getWorkbench().getDisplay().getActiveShell(), data);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor VpeEditAnyDialog(Shell, VpeAnyData) is undefined
----------
2 problems (2 errors)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 8 months
[JBoss JIRA] Created: (JBIDE-6493) pi4soa build issues
by Nick Boldt (JIRA)
pi4soa build issues
-------------------
Key: JBIDE-6493
URL: https://jira.jboss.org/browse/JBIDE-6493
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng
Affects Versions: 3.2.0.M2
Reporter: Nick Boldt
Assignee: Nick Boldt
Priority: Minor
1. Max, there is no component for pi4soa in JBIDE JIRA. Should one be added?
2. Gary, I cannot assign this to you. Max, should Gary be added to the viable options for assignment?
2. Current version of pi4soa features/plugins is numbered greater than the version that was released in JBT 3.1.1, yet the code in trunk is still 3.0.0. Should this be moved up to 3.1.0 to distinguish new work for JBT 3.2 (Eclipse 3.6 Helios) it from the JBT 3.1.x maintenance stream (Eclipse 3.5 Galileo)?
3. pi4soa build currently uses Athena and does not publish an update site outside of Hudson. We should switch to Tycho and begin publishing bits to http://download.jboss.org/jbosstools/builds/nightly/3.2.helios/
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 8 months