[JBoss JIRA] (JBIDE-13799) Source Lookup enhancements
by Snjezana Peco (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13799?page=com.atlassian.jira.plugi... ]
Snjezana Peco updated JBIDE-13799:
----------------------------------
Fix Version/s: 4.2.x
(was: 4.1.x)
> Source Lookup enhancements
> --------------------------
>
> Key: JBIDE-13799
> URL: https://issues.jboss.org/browse/JBIDE-13799
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: maven
> Affects Versions: 4.1.0.Alpha1
> Reporter: Snjezana Peco
> Assignee: Snjezana Peco
> Fix For: 4.2.x
>
>
> The PR includes the following enhancements:
> - AS 7.2/EAP 6.1 are now recognized correctly
> - the fix for the issue caused by changing the editor ID for ClassFileEdtor in 3.8/4.2
> - the fix for the ConcurrentModificationException exception
> - included libraries can be filtered - jsf 1.2 and hibernate 3 will be excluded by default for JBoss AS Container
> - JBoss Runtimes now can be included in the Java Search (this feature has been implemented in a similar way to adding PDE plugins to the Java Search)
> - JBoss Java Project Source Container
> See http://screencast.com/t/39LHqYx5m
> Screenshot shows debugging the WeldBootstrap class in JBoss AS 7.1 and JBoss AS 7.2.
> Note:
> You have to have some deployment on the servers in order the WeldBootstrap class to be created.
> You can add more JBoss servers to the Java Search, but it is the best to use only one at a time because of the performance reason.
> The "Automatically add the JBoss Maven source container to all JBoss AS launch configurations" and "Include the following JBoss Servers in the Java Search" checkboxes aren't related. The first checkbox adds the source container that enables finding a Java source file when debugging, the second enables finding a Java source file using the Java Search (using the "Open type" command, for instance).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months
[JBoss JIRA] (JBIDE-15021) forge2 runtime cannot be built locally
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15021?page=com.atlassian.jira.plugi... ]
Denis Golovin commented on JBIDE-15021:
---------------------------------------
works for me after I build/install forge/core 2.0 branch to the same local maven repository I use to build forge module
> forge2 runtime cannot be built locally
> --------------------------------------
>
> Key: JBIDE-15021
> URL: https://issues.jboss.org/browse/JBIDE-15021
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: forge
> Affects Versions: 4.1.0.CR1
> Reporter: Max Rydahl Andersen
> Priority: Critical
> Fix For: 4.1.0.CR1
>
>
> both @dgolovin and I cannot build forge2 runtime:
> "[ERROR] Failed to execute goal org.jboss.forge:forge-maven-plugin:1.0.0.Alpha5:addon-install (deploy-addons) on project org.jboss.tools.forge2.runtime: Execution deploy-addons of goal org.jboss.forge:forge-maven-plugin:1.0.0.Alpha5:addon-install failed: A required class was missing while executing org.jboss.forge:forge-maven-plugin:1.0.0.Alpha5:addon-install: org/apache/maven/repository/internal/MavenServiceLocator
> [ERROR] -----------------------------------------------------"
> it works on jenkins but not locally.
> Tried using both java6 and java7 - same problem
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months
[JBoss JIRA] (JBIDE-14922) There is no problem icon on the file with problems in Package/Project explorer
by Victor Rubezhny (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14922?page=com.atlassian.jira.plugi... ]
Victor Rubezhny edited comment on JBIDE-14922 at 6/28/13 3:55 PM:
------------------------------------------------------------------
Issue is not reproducible for me neither while using JBDS 7.0.0Beta2, nor while Eclipse 4.3 (Release) + WTP 3.5 (Release).
BUt it's easily reproducible in JBT 4.1.0.Beta2 installed on Eclipse 4.3 (Release).
So, probably the real reason somewhere in difference between JBT and JBDS.
was (Author: vrubezhny):
I suppose that this is UpStream issue, a result of [Bug 224571|https://bugs.eclipse.org/bugs/show_bug.cgi?id=224571] - [Decorators] Missing problem markers on IFile in Package Explorer.
Issue is not reproducible for me neither while using JBDS 7.0.0Beta2, nor while Eclipse 4.3 (Release) + WTP 3.5 (Release).
> There is no problem icon on the file with problems in Package/Project explorer
> ------------------------------------------------------------------------------
>
> Key: JBIDE-14922
> URL: https://issues.jboss.org/browse/JBIDE-14922
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: common/jst/core
> Affects Versions: 4.1.0.Beta2
> Reporter: Alexey Kazakov
> Assignee: Victor Rubezhny
> Priority: Minor
> Fix For: 4.1.1.Final
>
> Attachments: scr.png
>
>
> If there is a validation problem in some xml or xhtml file I can see a problem marker in Problems view. Also I see a problem icon on the parent folder of the file but there is no problem icon on the file.
> We need to investigate it and report in bugzilla if it's a pure upstream issue or fix the issue if it's a JBT bug.
> !scr.png!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months
[JBoss JIRA] (JBIDE-15021) forge2 runtime cannot be built locally
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15021?page=com.atlassian.jira.plugi... ]
Denis Golovin edited comment on JBIDE-15021 at 6/28/13 3:42 PM:
----------------------------------------------------------------
after adding making copy of settings.xml from jenkins build still cannot resolve two addons:
{code}<addonId>org.jboss.forge.addon:addons,${version.forge}</addonId>
<addonId>org.jboss.forge.addon:addon-manager,${version.forge}</addonId>{code}
I can build forge2.runtime only after those two addons removed from list.
was (Author: dgolovin):
after adding making copy of settings.xml from jenkins build still cannot resolve two addons:
<addonId>org.jboss.forge.addon:addons,${version.forge}</addonId>
<addonId>org.jboss.forge.addon:addon-manager,${version.forge}</addonId>
I can build forge2.runtime only after those two addons removed from list.
> forge2 runtime cannot be built locally
> --------------------------------------
>
> Key: JBIDE-15021
> URL: https://issues.jboss.org/browse/JBIDE-15021
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: forge
> Affects Versions: 4.1.0.CR1
> Reporter: Max Rydahl Andersen
> Priority: Critical
> Fix For: 4.1.0.CR1
>
>
> both @dgolovin and I cannot build forge2 runtime:
> "[ERROR] Failed to execute goal org.jboss.forge:forge-maven-plugin:1.0.0.Alpha5:addon-install (deploy-addons) on project org.jboss.tools.forge2.runtime: Execution deploy-addons of goal org.jboss.forge:forge-maven-plugin:1.0.0.Alpha5:addon-install failed: A required class was missing while executing org.jboss.forge:forge-maven-plugin:1.0.0.Alpha5:addon-install: org/apache/maven/repository/internal/MavenServiceLocator
> [ERROR] -----------------------------------------------------"
> it works on jenkins but not locally.
> Tried using both java6 and java7 - same problem
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months
[JBoss JIRA] (JBIDE-3628) Plugins should be .jar's not directories for efficiency sake
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-3628?page=com.atlassian.jira.plugin... ]
Denis Golovin edited comment on JBIDE-3628 at 6/28/13 3:21 PM:
---------------------------------------------------------------
{quote} eclipse knows how to handle jars inside jared plugins, it put all such jars into cache and then use them without unzipping constantly.{quote} The jars should be just referenced right way in Runtime section of manifest.https://issues.jboss.org/browse/JBIDE
was (Author: dgolovin):
{quote} eclipse knows how to handle jars inside jared plugins, it put all such jars into cache and then use them without unzipping constantly.{quote} The jars should be just referenced right way in Runtime section of manifest.
> Plugins should be .jar's not directories for efficiency sake
> ------------------------------------------------------------
>
> Key: JBIDE-3628
> URL: https://issues.jboss.org/browse/JBIDE-3628
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: Build/Releng
> Reporter: Max Rydahl Andersen
> Assignee: Denis Golovin
> Priority: Critical
> Fix For: 4.2.0.Alpha1
>
> Attachments: exception.log
>
>
> 65 of our plugins are bundled exploded instead of a .jar
> Some are probably just mistakes and can easily be packed others are because of legacy code assuming it can access the files directly and even store data in the plugins - that should be fixed.
> What should be fixed:
> 1. The way how plug-ins use images in plugin.xml, in java code and in .meta xmodel files
> 2. Plug-ins that loads resources should be aware that they are in jar now (VPE should be able to load templates from plugin jar files)
> 3. Some plug-ins contain resources registered in XML catalog
> 4. common.projecttemplates contains resources that is used as template for new projects
> 5. TBD
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months
[JBoss JIRA] (JBIDE-11348) Not generate clientsample codes in user-created folder on JBoss web services, only in src folder.
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-11348?page=com.atlassian.jira.plugi... ]
Denis Golovin updated JBIDE-11348:
----------------------------------
Fix Version/s: 3.3.2.Final
> Not generate clientsample codes in user-created folder on JBoss web services, only in src folder.
> -------------------------------------------------------------------------------------------------
>
> Key: JBIDE-11348
> URL: https://issues.jboss.org/browse/JBIDE-11348
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: Webservices
> Affects Versions: 3.3.0.M5
> Environment: Eclipse Indigo 3.7.2, JBossTools 3.3
> Reporter: Joseph Hwang
> Assignee: Brian Fitzpatrick
> Priority: Minor
> Fix For: 3.3.2.Final
>
> Attachments: 1_buildpath.jpg, 2_no_folder_choice.jpg, 3_generate_user_defined_folder.jpg, 4_choose_user_defined_folder.jpg, 5_generate_ws_client_code.jpg, 6_no_client_sample.jpg, 7_choose_src_folder.jpg, client_2.jpg, client_3.jpg, client_4.jpg, generating_client.doc, HelloWorld.zip, readme_pls.docx
>
>
> Web Services deployment is ok! But generating clientsample codes is failed in user-created folder.
> clientsample codes is generated only in default 'src' folder.
> Pls, check this thread https://community.jboss.org/thread/196669?start=0&tstart=0 .
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months