[JBoss JIRA] (JBTIS-280) Update JBT IS TP build to latest tycho (and discover missing dependencies!)
by Nick Boldt (JIRA)
Nick Boldt created JBTIS-280:
--------------------------------
Summary: Update JBT IS TP build to latest tycho (and discover missing dependencies!)
Key: JBTIS-280
URL: https://issues.jboss.org/browse/JBTIS-280
Project: JBoss Tools Integration Stack
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: target-platform
Affects Versions: 4.2.0.Alpha1-TP
Reporter: Nick Boldt
Wanted to see if the JBT IS TP could fetch sources, and it can. As it was building, I noticed that you're using Tycho 0.18.1 (not 0.20.0 or 0.21.0-SNAPSHOT) and a very old version of org.jboss.tools.tycho-plugins:target-platform-utils:0.16.0.CR2.
So, I bumped you up to 0.20.0 and 0.19.0-SNAPSHOT, and got this error:
{code}
Unable to satisfy dependency from
org.springframework.osgi.io 1.2.1 to
package org.springframework.util [2.5.6,4.0.0).;
No solution found because the
problem is unsatisfiable.
{code}
Attached is a PR which shows what I tried, how it failed, and what I tried to do to fix it.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (JBIDE-17486) Label in jQuery Mobile Palette
by Burr Sutter (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17486?page=com.atlassian.jira.plugi... ]
Burr Sutter commented on JBIDE-17486:
-------------------------------------
I think you nailed it - I like the span vs div aspect as well.
I was not sure if in jQuery Mobile land if they had another concept for "label".
> Label in jQuery Mobile Palette
> ------------------------------
>
> Key: JBIDE-17486
> URL: https://issues.jboss.org/browse/JBIDE-17486
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Burr Sutter
> Assignee: Alexey Kazakov
> Fix For: 4.2.0.Beta3
>
>
> Does jQuery Mobile offer a basic "label"? When I just want to replace the text programmatically?
> <div id="stuff"></div>
> $("#stuff").html("stuff is happening here"); // this based on button click
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (JBIDE-17171) Tab jQuery of Properties View: Cosmetic problems
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17171?page=com.atlassian.jira.plugi... ]
Alexey Kazakov resolved JBIDE-17171.
------------------------------------
Fix Version/s: 4.2.0.Beta2
(was: 4.2.0.Beta3)
Resolution: Partially Completed
OK. Let's put them in the one line by default too. Slava, please create a new issue for that and link it here. Thanks.
> Tab jQuery of Properties View: Cosmetic problems
> ------------------------------------------------
>
> Key: JBIDE-17171
> URL: https://issues.jboss.org/browse/JBIDE-17171
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.2.0.Beta1
> Reporter: Daniel Azarov
> Assignee: Viacheslav Kabanovich
> Priority: Minor
> Fix For: 4.2.0.Beta2
>
> Attachments: JQContent2.png, JQExtraSeparators.png, JQMProperties5.png
>
>
> 1. Extra separators
> Test case:
> EXECUTE:
> 1. Create HTML 5 file:
> {code}
> <!DOCTYPE html>
> <html>
> <head>
> <meta name="viewport" content="width=device-width, initial-scale=1">
> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.css" />
> <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
> <script src="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.js"></script>
> </head>
> <body>
> <div data-role="dialog">
> </div>
> </body>
> </html>
> {code}
> 2. Open file in Visual Page Editor
> 3. Select tag "div"
> 4. Open tab "jQuery" of Properties View
> FAIL:
> !JQExtraSeparators.png!
> 2. Different size of field "Data Role"
> !JQContent2.png!
> !JQExtraSeparators.png!
> -3. Code assist sign (yellow bulb icon) does not make sense with every field-
> -For instance, field "Tolerance", if you press Ctrl+Space - nothing happen.-
> !JQMProperties5.png!
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (JBIDE-17171) Tab jQuery of Properties View: Cosmetic problems
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17171?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-17171:
-----------------------------------------------
It was not meant to have checkboxes 'Ajax' and 'Enhance' layouted in the same way in all forms. When they both appeared on a customized form, I put them in one line, which useful to save area in case of many controls. Some widgets have no customized form, and by default all controls are put in one column. But I am ready to agree that even in the default form, we can always put 'Ajax' and 'Enhance' in one line. [~akazakov], should we do that? Is it ok to add one more PR to this issue, or is it better to create new task?
> Tab jQuery of Properties View: Cosmetic problems
> ------------------------------------------------
>
> Key: JBIDE-17171
> URL: https://issues.jboss.org/browse/JBIDE-17171
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.2.0.Beta1
> Reporter: Daniel Azarov
> Assignee: Viacheslav Kabanovich
> Priority: Minor
> Fix For: 4.2.0.Beta3
>
> Attachments: JQContent2.png, JQExtraSeparators.png, JQMProperties5.png
>
>
> 1. Extra separators
> Test case:
> EXECUTE:
> 1. Create HTML 5 file:
> {code}
> <!DOCTYPE html>
> <html>
> <head>
> <meta name="viewport" content="width=device-width, initial-scale=1">
> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.css" />
> <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
> <script src="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.js"></script>
> </head>
> <body>
> <div data-role="dialog">
> </div>
> </body>
> </html>
> {code}
> 2. Open file in Visual Page Editor
> 3. Select tag "div"
> 4. Open tab "jQuery" of Properties View
> FAIL:
> !JQExtraSeparators.png!
> 2. Different size of field "Data Role"
> !JQContent2.png!
> !JQExtraSeparators.png!
> -3. Code assist sign (yellow bulb icon) does not make sense with every field-
> -For instance, field "Tolerance", if you press Ctrl+Space - nothing happen.-
> !JQMProperties5.png!
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (JBIDE-17171) Tab jQuery of Properties View: Cosmetic problems
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17171?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich edited comment on JBIDE-17171 at 5/30/14 2:41 PM:
------------------------------------------------------------------------
It was not meant to have checkboxes 'Ajax' and 'Enhance' layouted in the same way in all forms. When they both appeared on a customized form, I put them in one line, which was useful to save area in case of many controls. Some widgets have no customized form, and by default all controls are put in one column. But I am ready to agree that even in the default form, we can always put 'Ajax' and 'Enhance' in one line. [~akazakov], should we do that? Is it ok to add one more PR to this issue, or is it better to create new task?
was (Author: scabanovich):
It was not meant to have checkboxes 'Ajax' and 'Enhance' layouted in the same way in all forms. When they both appeared on a customized form, I put them in one line, which useful to save area in case of many controls. Some widgets have no customized form, and by default all controls are put in one column. But I am ready to agree that even in the default form, we can always put 'Ajax' and 'Enhance' in one line. [~akazakov], should we do that? Is it ok to add one more PR to this issue, or is it better to create new task?
> Tab jQuery of Properties View: Cosmetic problems
> ------------------------------------------------
>
> Key: JBIDE-17171
> URL: https://issues.jboss.org/browse/JBIDE-17171
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.2.0.Beta1
> Reporter: Daniel Azarov
> Assignee: Viacheslav Kabanovich
> Priority: Minor
> Fix For: 4.2.0.Beta3
>
> Attachments: JQContent2.png, JQExtraSeparators.png, JQMProperties5.png
>
>
> 1. Extra separators
> Test case:
> EXECUTE:
> 1. Create HTML 5 file:
> {code}
> <!DOCTYPE html>
> <html>
> <head>
> <meta name="viewport" content="width=device-width, initial-scale=1">
> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.css" />
> <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
> <script src="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.js"></script>
> </head>
> <body>
> <div data-role="dialog">
> </div>
> </body>
> </html>
> {code}
> 2. Open file in Visual Page Editor
> 3. Select tag "div"
> 4. Open tab "jQuery" of Properties View
> FAIL:
> !JQExtraSeparators.png!
> 2. Different size of field "Data Role"
> !JQContent2.png!
> !JQExtraSeparators.png!
> -3. Code assist sign (yellow bulb icon) does not make sense with every field-
> -For instance, field "Tolerance", if you press Ctrl+Space - nothing happen.-
> !JQMProperties5.png!
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (JBIDE-17479) Add reference to JS/CSS dialog is empty
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17479?page=com.atlassian.jira.plugi... ]
Alexey Kazakov commented on JBIDE-17479:
----------------------------------------
It may be a linux specific problem. Sometimes I see that not-updated-until-resize problem in other SWT views in Eclipse in my ubuntu.
> Add reference to JS/CSS dialog is empty
> ---------------------------------------
>
> Key: JBIDE-17479
> URL: https://issues.jboss.org/browse/JBIDE-17479
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.2.0.Beta2
> Environment: JBDS 8.0.0.Beta2-v20140525-2146-B104
> Fedora 18 64bit KDE
> Java Oracle 1.7.0_51
> Reporter: Vlado Pakan
> Assignee: Viacheslav Kabanovich
> Fix For: 4.2.0.Beta3
>
>
> 1. Create new empty HTML file
> 2. Try to insert tag from JQuery Mobile Palette
> 3. Check checkbox Add Reference to JS/CSS
> 4. Click Next >
> ERROR: Wizard page is empty no widgets present
> 5. Click < Back
> 6. Click Hide Preview
> 7. Click Show Preview
> 8. Click Next >
> ASSERT: Now wizard page has proper content
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (JBIDE-17479) Add reference to JS/CSS dialog is empty
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17479?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-17479:
-----------------------------------------------
While implementing second page, I have seen this effect several times, until I found a nice combination of invoking update/layout methods. After that I have never seen it again, but these voodoo dances around swt control updates suggest that some still may go wrong. [~vpakan], please when you reproduce the empty dialog page once more, try just to resize its window as step 5. If all controls appear, then it is this - swt fails to layout controls despite all updates.
> Add reference to JS/CSS dialog is empty
> ---------------------------------------
>
> Key: JBIDE-17479
> URL: https://issues.jboss.org/browse/JBIDE-17479
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.2.0.Beta2
> Environment: JBDS 8.0.0.Beta2-v20140525-2146-B104
> Fedora 18 64bit KDE
> Java Oracle 1.7.0_51
> Reporter: Vlado Pakan
> Assignee: Viacheslav Kabanovich
> Fix For: 4.2.0.Beta3
>
>
> 1. Create new empty HTML file
> 2. Try to insert tag from JQuery Mobile Palette
> 3. Check checkbox Add Reference to JS/CSS
> 4. Click Next >
> ERROR: Wizard page is empty no widgets present
> 5. Click < Back
> 6. Click Hide Preview
> 7. Click Show Preview
> 8. Click Next >
> ASSERT: Now wizard page has proper content
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (JBDS-3054) Seeing recurring, almost constant core dumps with JBDS 8.0.beta2 on RHEL 6.5
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-3054?page=com.atlassian.jira.plugin.... ]
Nick Boldt edited comment on JBDS-3054 at 5/30/14 2:15 PM:
-----------------------------------------------------------
Sample Eclipse console log showing the crash and SIGSEGV:
[^eclipse.log.WedMay28_111225EDT2014.txt]
(This was with Fedora 18 x64 and JDK 1.8.0, so it's not VM-specific.)
was (Author: nickboldt):
Sample Eclipse console log showing the crash and SIGSEGV:
[^eclipse.log.WedMay28_111225EDT2014.txt]
> Seeing recurring, almost constant core dumps with JBDS 8.0.beta2 on RHEL 6.5
> ----------------------------------------------------------------------------
>
> Key: JBDS-3054
> URL: https://issues.jboss.org/browse/JBDS-3054
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: build
> Affects Versions: 8.0.0.Beta2
> Environment: JBDS 8.0.beta2
> RHEL 6.5
> uname -a
> Linux 2.6.32-431.11.2.el6.x86_64 #1 SMP Mon Mar 3 13:32:45 EST 2014 x86_64 x86_64 x86_64 GNU/Linux
> OpenJDK 1.7
> Reporter: Len DiMaggio
> Assignee: Snjezana Peco
> Priority: Critical
> Attachments: eclipse.log.WedMay28_111225EDT2014.txt
>
>
> After installing JBDS 8.0.beta2 on RHEL 6.5, I am seeing JBDS core dump and exit while performing simple tasks such as defining a new server, or sometimes even when just opening the IDE.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (JBIDE-17480) Error in validation of jboss-deployment-structure.xml
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17480?page=com.atlassian.jira.plugi... ]
Alexey Kazakov commented on JBIDE-17480:
----------------------------------------
So the XML validator works correctly here. [~emil.cervenan] where did you get this jboss-deployment-structure.xml?
> Error in validation of jboss-deployment-structure.xml
> -----------------------------------------------------
>
> Key: JBIDE-17480
> URL: https://issues.jboss.org/browse/JBIDE-17480
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: upstream
> Environment: Version: 8.0.0.Beta1
> Build id: Beta1-v20140408-2350-B93
> Build date: 20140408-2350
> Reporter: Emil Cervenan
> Assignee: Viacheslav Kabanovich
> Fix For: 4.2.0.Beta3
>
>
> Wrong validation error on jboss-deployment-structure.xml file:
> {code}
> <jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.2">
> <deployment>
> <dependencies>
> <module name="org.apache.log4j" slot="main" export="true"/>
> </dependencies>
> <exclusions>
> <module name="org.hibernate"/>
> </exclusions>
> </deployment>
> </jboss-deployment-structure>
> {code}
> Error:
> {code}
> cvc-complex-type.2.4.b: The content of element 'deployment' is not complete. One of '{"urn:jboss:deployment-structure:1.2":module-alias, "urn:jboss:deployment-structure:1.2":exports, "urn:jboss:deployment-structure:1.2":resources, "urn:jboss:deployment-structure:1.2":transformers, "urn:jboss:deployment-structure:1.2":local-last, "urn:jboss:deployment-structure:1.2":exclude-subsystems}' is expected.
> {code}
> Same for urn:jboss:deployment-structure:1.1.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (JBDS-3054) Seeing recurring, almost constant core dumps with JBDS 8.0.beta2 on RHEL 6.5
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-3054?page=com.atlassian.jira.plugin.... ]
Nick Boldt edited comment on JBDS-3054 at 5/30/14 2:09 PM:
-----------------------------------------------------------
This happens w/ plain Eclipse Luna M7 (JEE Bundle) with JBT installed into it too, on Fedora 18 and 20 (x86_64). I think this duplicates or at least relates to earlier issues you opened for Beta1 re: internal browser / SWT / GTK3.
was (Author: nickboldt):
This happens w/ plain Eclipse Luna M7 with JBT installed into it too, on Fedora 18 and 20. I think this duplicates an earlier issue you opened for Beta1.
> Seeing recurring, almost constant core dumps with JBDS 8.0.beta2 on RHEL 6.5
> ----------------------------------------------------------------------------
>
> Key: JBDS-3054
> URL: https://issues.jboss.org/browse/JBDS-3054
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: build
> Affects Versions: 8.0.0.Beta2
> Environment: JBDS 8.0.beta2
> RHEL 6.5
> uname -a
> Linux 2.6.32-431.11.2.el6.x86_64 #1 SMP Mon Mar 3 13:32:45 EST 2014 x86_64 x86_64 x86_64 GNU/Linux
> OpenJDK 1.7
> Reporter: Len DiMaggio
> Assignee: Snjezana Peco
> Priority: Critical
> Attachments: eclipse.log.WedMay28_111225EDT2014.txt
>
>
> After installing JBDS 8.0.beta2 on RHEL 6.5, I am seeing JBDS core dump and exit while performing simple tasks such as defining a new server, or sometimes even when just opening the IDE.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months