[JBoss JIRA] (TOOLSDOC-546) Update JBDS GSG for 8.0
by Michelle Murray (JIRA)
Michelle Murray created TOOLSDOC-546:
----------------------------------------
Summary: Update JBDS GSG for 8.0
Key: TOOLSDOC-546
URL: https://issues.jboss.org/browse/TOOLSDOC-546
Project: Documentation for JBoss Tools and Developer Studio
Issue Type: Task
Components: Getting Started Guide
Reporter: Michelle Murray
Assignee: Michelle Murray
Fix For: 4.2.0.Final
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-18652) Random NPE in Eclipse Error Log View
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18652?page=com.atlassian.jira.plugi... ]
Denis Golovin updated JBIDE-18652:
----------------------------------
Description:
Could be related to Central Update Site not being available, but it should not fail with NPE in this case.
{code}java.lang.NullPointerException
at org.eclipse.equinox.internal.p2.metadata.OSGiVersion.compareTo(OSGiVersion.java:101)
at org.eclipse.equinox.internal.p2.metadata.OSGiVersion.compareTo(OSGiVersion.java:1)
at org.jboss.tools.central.editors.xpl.ConnectorDescriptorItemUi$6.run(ConnectorDescriptorItemUi.java:316)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54){code}
was:
{code}java.lang.NullPointerException
at org.eclipse.equinox.internal.p2.metadata.OSGiVersion.compareTo(OSGiVersion.java:101)
at org.eclipse.equinox.internal.p2.metadata.OSGiVersion.compareTo(OSGiVersion.java:1)
at org.jboss.tools.central.editors.xpl.ConnectorDescriptorItemUi$6.run(ConnectorDescriptorItemUi.java:316)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54){code}
> Random NPE in Eclipse Error Log View
> ------------------------------------
>
> Key: JBIDE-18652
> URL: https://issues.jboss.org/browse/JBIDE-18652
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.2.0.CR2
> Reporter: Denis Golovin
> Fix For: 4.3.x
>
>
> Could be related to Central Update Site not being available, but it should not fail with NPE in this case.
> {code}java.lang.NullPointerException
> at org.eclipse.equinox.internal.p2.metadata.OSGiVersion.compareTo(OSGiVersion.java:101)
> at org.eclipse.equinox.internal.p2.metadata.OSGiVersion.compareTo(OSGiVersion.java:1)
> at org.jboss.tools.central.editors.xpl.ConnectorDescriptorItemUi$6.run(ConnectorDescriptorItemUi.java:316)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54){code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-18652) Random NPE in Eclipse Error Log View
by Denis Golovin (JIRA)
Denis Golovin created JBIDE-18652:
-------------------------------------
Summary: Random NPE in Eclipse Error Log View
Key: JBIDE-18652
URL: https://issues.jboss.org/browse/JBIDE-18652
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central
Affects Versions: 4.2.0.CR2
Reporter: Denis Golovin
{code}java.lang.NullPointerException
at org.eclipse.equinox.internal.p2.metadata.OSGiVersion.compareTo(OSGiVersion.java:101)
at org.eclipse.equinox.internal.p2.metadata.OSGiVersion.compareTo(OSGiVersion.java:1)
at org.jboss.tools.central.editors.xpl.ConnectorDescriptorItemUi$6.run(ConnectorDescriptorItemUi.java:316)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54){code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-18652) Random NPE in Eclipse Error Log View
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18652?page=com.atlassian.jira.plugi... ]
Denis Golovin updated JBIDE-18652:
----------------------------------
Fix Version/s: 4.3.x
> Random NPE in Eclipse Error Log View
> ------------------------------------
>
> Key: JBIDE-18652
> URL: https://issues.jboss.org/browse/JBIDE-18652
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.2.0.CR2
> Reporter: Denis Golovin
> Fix For: 4.3.x
>
>
> {code}java.lang.NullPointerException
> at org.eclipse.equinox.internal.p2.metadata.OSGiVersion.compareTo(OSGiVersion.java:101)
> at org.eclipse.equinox.internal.p2.metadata.OSGiVersion.compareTo(OSGiVersion.java:1)
> at org.jboss.tools.central.editors.xpl.ConnectorDescriptorItemUi$6.run(ConnectorDescriptorItemUi.java:316)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54){code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-18594) Create a consistent /staging/ URL for JBT
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18594?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-18594:
------------------------------------
Similar work to be done for JBDS URL consistency: JBDS-3163
> Create a consistent /staging/ URL for JBT
> -----------------------------------------
>
> Key: JBIDE-18594
> URL: https://issues.jboss.org/browse/JBIDE-18594
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: build
> Affects Versions: 4.2.0.CR2
> Reporter: Mickael Istria
> Assignee: Mickael Istria
> Priority: Critical
> Labels: respin-a, respin-b
> Fix For: 4.2.0.CR2
>
>
> Currently, the site we use for staging are organized much differently from what will be shipped to end-users. This results in making tests against staging behaving differently to how release will believe, so making tests confusing, error-prone and useless.
> We need to rework the staging process so that its output is similar to what will be the output of a release:
> * updates/staging/luna , compositing
> ** target-platform
> ** JBT core
> ** Central TP
> * earlyaccess site (location still to be decided?), currently 'http://download.jboss.org/jbosstools/targetplatforms/jbtearlyaccesstarget...
> Those sites are the one that need to be used respectively for jboss.discovery.site.ul and jboss.discovery.earlyaccess.site.url in ide-config.properties
> Then the process of releasing to development isn't much more than a _cp -r_ and some _sed /staging/development/_
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-18651) Image dropped to VPE is not rendered on server
by Alexey Kazakov (JIRA)
Alexey Kazakov created JBIDE-18651:
--------------------------------------
Summary: Image dropped to VPE is not rendered on server
Key: JBIDE-18651
URL: https://issues.jboss.org/browse/JBIDE-18651
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml/html source editing
Affects Versions: 4.2.0.CR2
Environment: JBT 4.2.0.CR2-v20141005-0541-B267
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 4.2.1.Final, 4.3.x
1. Import HTML 5 project from JBoss Central
2. Open index.html page
3. Drag&drop some image from img subdirectory to source part of VPE
ASSERT: Image is displayed in visual part of VPE
4. Run project on server
ERROR: Dropped Image is not rendered in web browser
Once leading "/" is removed from img tag source attribute droped image is rendered on web page deployed to server
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 8 months