[JBoss JIRA] (TOOLSDOC-482) Add info on new download feature for enterprise servers
by Misha Ali (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-482?page=com.atlassian.jira.plug... ]
Misha Ali closed TOOLSDOC-482.
------------------------------
Resolution: Won't Fix
This is for an older version of the product and for the JBT user guide which is no longer maintained.
> Add info on new download feature for enterprise servers
> -------------------------------------------------------
>
> Key: TOOLSDOC-482
> URL: https://issues.jboss.org/browse/TOOLSDOC-482
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Feature Request
> Components: User Guide
> Affects Versions: 4.2.0.Beta1
> Reporter: Michelle Murray
> Assignee: Misha Ali
> Fix For: 4.2.0.Beta1
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> Within IDE could always download JBoss AS servers. That functionality has now been extended to downloading JBoss EAP servers.
> Writer task: Edit topic 23487, which was previously solely for JBT. Add conditions as necessary to the intro, steps and note so that they accommodate the JBDS/EAP workflow. Make two new screen caps for JBDS/EAP and use conditions to add then to the existing <imageobject> tags. Add this topic to the JBDS User Guide content spec after Features Overview [22815].
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBIDE-20306) Central is unable to load icons, when there is space in path to workspace
by Radim Hopp (JIRA)
Radim Hopp created JBIDE-20306:
----------------------------------
Summary: Central is unable to load icons, when there is space in path to workspace
Key: JBIDE-20306
URL: https://issues.jboss.org/browse/JBIDE-20306
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central
Affects Versions: 4.3.0.Beta2
Environment: JBDS 9.0.0.Beta2, Fedora 22
Reporter: Radim Hopp
Icons for projects in Central (HTML5 Project, Java EE Web Project, ...) cannot be loaded, when there is space character in path to workspace.
Console ouptut:
{noformat}org.eclipse.core.runtime.CoreException: Error extracting jar:file:/home/rhopp/workspace-with space/.metadata/.plugins/org.jboss.tools.central/proxyWizards/1437377857515/com.jboss.jbds.central.discovery_9.0.0.Beta2_v20150717_1337_B72.jar_7206157800595541887.jar!/images/wizards/newcordovaprj_wiz.png
at org.jboss.tools.central.internal.ImageUtil.throwCoreException(ImageUtil.java:169)
at org.jboss.tools.central.internal.ImageUtil.access$0(ImageUtil.java:167)
at org.jboss.tools.central.internal.ImageUtil$UrlStreamJarProvider.readStream(ImageUtil.java:143)
at org.jboss.tools.central.internal.ImageUtil.getImageAsLocalUrl(ImageUtil.java:90)
at org.jboss.tools.central.internal.JsonUtil.jsonifyWizards(JsonUtil.java:40)
at org.jboss.tools.central.editors.GettingStartedHtmlPage.getLoadProxyWizardsScript(GettingStartedHtmlPage.java:511)
at org.jboss.tools.central.editors.GettingStartedHtmlPage.resetWizards(GettingStartedHtmlPage.java:465)
at org.jboss.tools.central.editors.GettingStartedHtmlPage.onProxyWizardUpdate(GettingStartedHtmlPage.java:470)
at org.jboss.tools.central.internal.discovery.wizards.ProxyWizardManager.notifyListeners(ProxyWizardManager.java:276)
at org.jboss.tools.central.internal.discovery.wizards.ProxyWizardManager.loadWizards(ProxyWizardManager.java:116)
at org.jboss.tools.central.internal.discovery.wizards.ProxyWizardUpdateJob.run(ProxyWizardUpdateJob.java:45)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: java.net.URISyntaxException: Illegal character in path at index 31: file:/home/rhopp/workspace-with space/.metadata/.plugins/org.jboss.tools.central/proxyWizards/1437377857515/com.jboss.jbds.central.discovery_9.0.0.Beta2_v20150717_1337_B72.jar_7206157800595541887.jar
at java.net.URI$Parser.fail(URI.java:2848)
at java.net.URI$Parser.checkChars(URI.java:3021)
at java.net.URI$Parser.parseHierarchical(URI.java:3105)
at java.net.URI$Parser.parse(URI.java:3053)
at java.net.URI.<init>(URI.java:588)
at org.jboss.tools.central.internal.ImageUtil$UrlStreamJarProvider.readStream(ImageUtil.java:133)
... 9 more
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBIDE-20248) compile failed in openshift
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20248?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-20248.
---------------------------------
> compile failed in openshift
> ---------------------------
>
> Key: JBIDE-20248
> URL: https://issues.jboss.org/browse/JBIDE-20248
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.0.Beta2
> Reporter: Nick Boldt
> Assignee: Jeff Cantrill
> Priority: Blocker
> Fix For: 4.3.0.Beta2
>
>
> This happened:
> https://github.com/jbosstools/jbosstools-openshift/commit/08206fefb9beb06...
> Then this happened:
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_Master/job/jbosstools-openshift_master/869/console}
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.22.0:compile (default-compile) on project org.jboss.tools.openshift.ui: Compilation failure: Compilation failure:
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/project/NewProjectWizardModel.java:[52]
> [ERROR] IProject project = connection.getResourceFactory().stub(ResourceKind.PROJECT, getProjectName());
> [ERROR] ^^^^
> [ERROR] The method stub(String, String) is undefined for the type IResourceFactory
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/project/NewProjectWizardModel.java:[53]
> [ERROR] project.setDescription(getDescription());
> [ERROR] ^^^^^^^^^^^^^^
> [ERROR] The method setDescription(String) is undefined for the type IProject
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/project/NewProjectWizardModel.java:[54]
> [ERROR] project.setDisplayName(getDisplayName());
> [ERROR] ^^^^^^^^^^^^^^
> [ERROR] The method setDisplayName(String) is undefined for the type IProject
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/project/ManageProjectsWizardPage.java:[223]
> [ERROR] return object.getDescription();
> [ERROR] ^^^^^^^^^^^^^^
> [ERROR] The method getDescription() is undefined for the type IProject
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/application/TemplateListPage.java:[472]
> [ERROR] public void setAnnoation(String key, String value) {
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The method setAnnoation(String, String) of type TemplateListPage.TemplateNode must override or implement a supertype method
> [ERROR] 5 problems (5 errors)
> {code}
> Related: http://memegenerator.net/instance2/662763
> Please fix this and kick a new build to get the job back to blue.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (TOOLSDOC-482) Add info on new download feature for enterprise servers
by Misha Ali (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-482?page=com.atlassian.jira.plug... ]
Misha Ali reassigned TOOLSDOC-482:
----------------------------------
Assignee: Misha Ali (was: Michelle Murray)
> Add info on new download feature for enterprise servers
> -------------------------------------------------------
>
> Key: TOOLSDOC-482
> URL: https://issues.jboss.org/browse/TOOLSDOC-482
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Feature Request
> Components: User Guide
> Affects Versions: 4.2.0.Beta1
> Reporter: Michelle Murray
> Assignee: Misha Ali
> Fix For: 4.2.0.Beta1
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> Within IDE could always download JBoss AS servers. That functionality has now been extended to downloading JBoss EAP servers.
> Writer task: Edit topic 23487, which was previously solely for JBT. Add conditions as necessary to the intro, steps and note so that they accommodate the JBDS/EAP workflow. Make two new screen caps for JBDS/EAP and use conditions to add then to the existing <imageobject> tags. Add this topic to the JBDS User Guide content spec after Features Overview [22815].
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months