[JBoss JIRA] Created: (JBIDE-6921) "New XHTML Page" Wizard does not create blank file
by Denis Maliarevich (JIRA)
"New XHTML Page" Wizard does not create blank file
--------------------------------------------------
Key: JBIDE-6921
URL: https://jira.jboss.org/browse/JBIDE-6921
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.2.0.M2
Reporter: Denis Maliarevich
Assignee: Maxim Areshkau
Fix For: 3.2.0.Beta
After making some clicks on the "Use XHTML template" checkbox and leaving it disabled at the end the created file is NOT blank and still has some template text.
The resulted file is blank only when the "Use XHTML template" checkbox is disabled from the beginning and no changes are made for it.
Only the last state of the checkbox should influence on whether the template text is added to the file content or not.
--
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, 6 months
[JBoss JIRA] Created: (JBIDE-6926) TEXT_ENTER_OR_SELECT_THE_PARENT_FOLDER cannot be resolved or is not a field in org/jboss/tools/vpe/ui/bot/test/wizard/NewXHTMLPageWizardTest.java
by Nick Boldt (JIRA)
TEXT_ENTER_OR_SELECT_THE_PARENT_FOLDER cannot be resolved or is not a field in org/jboss/tools/vpe/ui/bot/test/wizard/NewXHTMLPageWizardTest.java
-------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-6926
URL: https://jira.jboss.org/browse/JBIDE-6926
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.2.0.Beta
Reporter: Nick Boldt
Assignee: Maxim Areshkau
/mnt/hudson_workspace/workspace/jbosstools-3.2.0.M3.continuous/sources/vpe/tests/org.jboss.tools.vpe.ui.bot.test/src/org/jboss/tools/vpe/ui/bot/test/wizard/NewXHTMLPageWizardTest.java (at line 46):[-1,-1]
ActionItem.NewObject.JBossToolsWebXHTMLFile.TEXT_ENTER_OR_SELECT_THE_PARENT_FOLDER)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TEXT_ENTER_OR_SELECT_THE_PARENT_FOLDER cannot be resolved or is not a field
/mnt/hudson_workspace/workspace/jbosstools-3.2.0.M3.continuous/sources/vpe/tests/org.jboss.tools.vpe.ui.bot.test/src/org/jboss/tools/vpe/ui/bot/test/wizard/NewXHTMLPageWizardTest.java (at line 73):[-1,-1]
ActionItem.NewObject.JBossToolsWebXHTMLFile.TEXT_ENTER_OR_SELECT_THE_PARENT_FOLDER)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TEXT_ENTER_OR_SELECT_THE_PARENT_FOLDER cannot be resolved or is not a field
--
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, 6 months
[JBoss JIRA] Created: (JBIDE-7081) org.jboss.tools.vpe declares wrong Java Environment
by Snjezana Peco (JIRA)
org.jboss.tools.vpe declares wrong Java Environment
---------------------------------------------------
Key: JBIDE-7081
URL: https://jira.jboss.org/browse/JBIDE-7081
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.2.0.M2
Reporter: Snjezana Peco
Assignee: Maxim Areshkau
org.jboss.tools.vpe contains the "Bundle-RequiredExecutionEnvironment: J2SE-1.5" declaration.
However the plugin uses two methods of the Properties class that exist only for Java >=1.6.
You will get compile errors if the workspace contains some JRE 1.5 (JRE 1.5 doesn't have to be the default JRE).
Solution:
Changing the declaration to "Bundle-RequiredExecutionEnvironment: JavaSE-1.6" or removing the mentioned methods.
--
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, 6 months
[JBoss JIRA] Created: (JBIDE-6978) NEP when doubleclicked on repository in ModeShape view
by Jiri Peterka (JIRA)
NEP when doubleclicked on repository in ModeShape view
------------------------------------------------------
Key: JBIDE-6978
URL: https://jira.jboss.org/browse/JBIDE-6978
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: modeshape
Affects Versions: 3.2.0.Beta
Environment: JBT 3.2.0 M2 #309, EAP 5.1, Modeshape 2.2.0 Final
Reporter: Jiri Peterka
1. Add new server in ModeShape
2. Double click on repository
java.lang.NullPointerException
at org.jboss.tools.modeshape.rest.wizards.ServerPage.<init>(ServerPage.java:112)
at org.jboss.tools.modeshape.rest.wizards.ServerWizard.<init>(ServerWizard.java:72)
at org.jboss.tools.modeshape.rest.actions.EditServerAction.run(EditServerAction.java:80)
at org.jboss.tools.modeshape.rest.views.ServerView.handleDoubleClick(ServerView.java:254)
at org.jboss.tools.modeshape.rest.views.ServerView$3.doubleClick(ServerView.java:184)
at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:824)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:822)
at org.eclipse.jface.viewers.AbstractTreeViewer.handleDoubleSelect(AbstractTreeViewer.java:1421)
at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:1225)
at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:238)
at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:235)
at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:296)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3552)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3171)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2629)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2593)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2427)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:670)
--
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, 6 months