[JBoss JIRA] Created: (JBIDE-7308) VPE Part should not show exceptions but readable explanation why it cannot be loaded
by Denis Golovin (JIRA)
VPE Part should not show exceptions but readable explanation why it cannot be loaded
------------------------------------------------------------------------------------
Key: JBIDE-7308
URL: https://jira.jboss.org/browse/JBIDE-7308
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.2.0.M2
Environment: All other platforms except supported ones:
macosx-carbon-x86
macosx-cocoa-x86
win32-win32-x86
linux-gtk-x86
linux-gtk-x86_64
Reporter: Denis Golovin
Assignee: Maxim Areshkau
Fix For: 3.2.0.Beta2
Exceptions related to loading xulrunner should be handled right way. Human friendly messages would be good here for usecases we know. VPE should check for current platform and if it is not supported do not scary users with exceptions. It should try to load XL just in case path to XL injected outside through System property, but show explanation instead of just exception. Something like:
"Current platform ${os}-${ws}-${arch} is not supported. To find list of supported platforms and possible workarounds. please read this article on JBoss Tools Community Portal". If someone is trying to inject XULRunner implementation using system property it can say, That "Visual Editor tried to load XL from provided loaction ${pathToXulrunner} but it failed with exception, please find it in Eclipse Error Log View".
We could also have check box to remove VE related parts from editor:
"[x] Open only source part of Visual Editor".
--
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
14 years, 9 months
[JBoss JIRA] Created: (JBIDE-8521) Compile failed in org/jboss/tools/cdi/internal/core/refactoring/CDIRenameProcessor.java
by Nick Boldt (JIRA)
Compile failed in org/jboss/tools/cdi/internal/core/refactoring/CDIRenameProcessor.java
---------------------------------------------------------------------------------------
Key: JBIDE-8521
URL: https://issues.jboss.org/browse/JBIDE-8521
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi (jsr-299)
Affects Versions: 3.2.1
Reporter: Nick Boldt
Assignee: Alexey Kazakov
Priority: Blocker
Fix For: 3.2.1
ERROR] Failed to execute goal org.sonatype.tycho:maven-osgi-compiler-plugin:0.10.0:compile (default-compile) on project org.jboss.tools.cdi.core: Compilation failure: Compilation failure:
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-3.2_stable_branch.component--cdi/sources/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/refactoring/CDIRenameProcessor.java (at line 159):[-1,-1]
[ERROR] class CDISearcher extends RefactorSearcher{
[ERROR] ^^^^^^^^^^^
[ERROR] The type CDIRenameProcessor.CDISearcher must implement the inherited abstract method RefactorSearcher.isFileCorrect(IFile)
[ERROR]
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-3.2_stable_branch.component--cdi/sources/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/refactoring/CDIRenameProcessor.java (at line 165):[-1,-1]
[ERROR] protected void outOfSynch(IProject project) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method outOfSynch(IProject) of type CDIRenameProcessor.CDISearcher must override a superclass method
[ERROR]
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-3.2_stable_branch.component--cdi/sources/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/refactoring/CDIRenameProcessor.java (at line 171):[-1,-1]
[ERROR] if(isFileReadOnly(file)){
[ERROR] ^^^^^^^^^^^^^^
[ERROR] The method isFileReadOnly(IFile) is undefined for the type CDIRenameProcessor.CDISearcher
[ERROR] -> [Help 1]
[INFO] org.jboss.tools.cdi.core .......................... FAILURE [1:02.500s]
[INFO] org.jboss.tools.cdi.ui ............................ FAILURE [5.444s]
[INFO] org.jboss.tools.cdi.text.ext ...................... FAILURE [4.293s]
[INFO] org.jboss.tools.cdi.feature ....................... FAILURE [6.257s]
[INFO] org.jboss.tools.cdi.core.test ..................... FAILURE [5.480s]
[INFO] org.jboss.tools.cdi.text.ext.test ................. FAILURE [4.945s]
[INFO] org.jboss.tools.cdi.ui.test ....................... FAILURE [5.028s]
[INFO] cdi.site .......................................... FAILURE [2.736s]
[INFO] BUILD FAILURE
FAILURES FOUND: 9
http://hudson.qa.jboss.com/hudson/job/jbosstools-3.2_stable_branch.compon...
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 9 months
[JBoss JIRA] Created: (JBDS-1608) Feature set selection during installation
by Jiri Peterka (JIRA)
Feature set selection during installation
-----------------------------------------
Key: JBDS-1608
URL: https://issues.jboss.org/browse/JBDS-1608
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Feature Request
Components: installer
Affects Versions: 4.0.0.GA
Reporter: Jiri Peterka
There are many wishes to make JBDS more modular so one way would be to allow feature selection during installation known from othere application where you can select what features/plugins should be installed during installation process and according to user selection final installation is done.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 9 months
[JBoss JIRA] Created: (JBIDE-8507) Seam refactoring tests failure.
by Alexey Kazakov (JIRA)
Seam refactoring tests failure.
-------------------------------
Key: JBIDE-8507
URL: https://issues.jboss.org/browse/JBIDE-8507
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.3.0.M1
Reporter: Alexey Kazakov
Assignee: Daniel Azarov
Fix For: 3.3.0.M1
Failed tests:
testSeamComponentRename(org.jboss.tools.seam.core.test.refactoring.SeamComponentRefactoringTest)
testSeamContextVariable_Component_Rename(org.jboss.tools.seam.core.test.refactoring.SeamContextVariableRefactoringTest)
testSeamContextVariable_Factory1_Rename(org.jboss.tools.seam.core.test.refactoring.SeamContextVariableRefactoringTest)
testSeamContextVariable_Factory2_Rename(org.jboss.tools.seam.core.test.refactoring.SeamContextVariableRefactoringTest)
testSeamContextVariable_Out1_Rename(org.jboss.tools.seam.core.test.refactoring.SeamContextVariableRefactoringTest)
testSeamContextVariable_Out2_Rename(org.jboss.tools.seam.core.test.refactoring.SeamContextVariableRefactoringTest)
testSeamContextVariable_DataModel1_Rename(org.jboss.tools.seam.core.test.refactoring.SeamContextVariableRefactoringTest)
testSeamContextVariable_DataModel2_Rename(org.jboss.tools.seam.core.test.refactoring.SeamContextVariableRefactoringTest)
Make sure 3.2.* brunch has working tests or fix the issue in the brunch otherwise.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 9 months