-
Bug
-
Resolution: Done
-
Major
-
3.2.0.M2
-
None
[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)
–
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.
- is duplicated by
-
JBIDE-6632 The constructor VpeEditAnyDialog(Shell, VpeAnyData) is undefined in org.jboss.tools.vpe.ui.test.dialog.VpeEditAnyDialogTest.java
-
- Closed
-
- is related to
-
JBIDE-6598 Incorrect result after editing a template on the Visual Templates Preference Page.
-
- Closed
-