[JBoss JIRA] (JBDS-3861) Can't donwload some example projects from central
by Jan Richter (JIRA)
[ https://issues.jboss.org/browse/JBDS-3861?page=com.atlassian.jira.plugin.... ]
Jan Richter closed JBDS-3861.
-----------------------------
It works once again in 10.0.0.Alpha1 :)
> Can't donwload some example projects from central
> -------------------------------------------------
>
> Key: JBDS-3861
> URL: https://issues.jboss.org/browse/JBDS-3861
> Project: Red Hat Developer Studio (DevStudio)
> Issue Type: Bug
> Components: central, project-examples
> Affects Versions: 10.0.0.Alpha1
> Environment: Devstudio 10.0.0.Alpha1-v20160427-0539-B5240
> Reporter: Jan Richter
> Assignee: Fred Bricon
> Priority: Blocker
> Fix For: 10.0.0.Alpha1
>
>
> Trying to download some example projects from central simply opens a progress dialog, which quickly disappears and nothing happens. So far I found it happening with HTML5 project, AngularJS forge and Java EE Web Project - but there might be more.
> Note that in JBT master they all work.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-22270) [jiralint] Error in JQL Query: Expecting either a value, list or function but got ')'
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22270?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-22270:
---------------------------------------------
now with better network.
The actual error is this:
{quote}
updating filter ds_next_maint->((project = JBIDE AND fixVersion in ( )) OR (project = JBDS AND fixVersion in ( 9.1.0.GA )))
HTTPError = 400 {"errorMessages":["Error in JQL Query: Expecting either a value, list or function but got ')'. You must surround ')' in quotation marks to use it as a value. (line 1, character 41)"],"errors":{}}
{quote}
and her can be seen fixVersion is empty which should not happen.
looking at definiton of ds_next_maint it is seen that jbide_next_maint_versions is what ends up empty. What is weird is why jbds_next_main_versions has content.
Would indicate 9.1.0 GA was not mark as released.
Thus yes, JBIDE has no start date for its next maintaennce - I've set it to its start date: 20/Apr/2016 and JBDS 9.1 was not marked as released and 9.1.1 was also missing start date.
Fixed - thus please remember just because the release of a maintanence is not planned we still know when the branch/work for it could at the earlist start.
> [jiralint] Error in JQL Query: Expecting either a value, list or function but got ')'
> -------------------------------------------------------------------------------------
>
> Key: JBIDE-22270
> URL: https://issues.jboss.org/browse/JBIDE-22270
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: build
> Affects Versions: 4.4.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Max Rydahl Andersen
> Fix For: 4.4.0.Alpha2
>
>
> Somewhere in the last 8 days, a commit [1] broke jiralint:
> [1] https://github.com/maxandersen/jiralint/commits/master
> {code}HTTPError = 400 {"errorMessages":["Error in JQL Query: Expecting either a value, list or function but got ')'. You must surround ')' in quotation marks to use it as a value. (line 1, character 41)"],"errors":{}}
> Build step 'Jenkins Text Finder' changed build result to FAILURE
> {code} - http://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevSt... ... http://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevSt...
> The last good build was #2066:
> http://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevSt... (Apr 19, 2016 2:58:01 AM EST)
> Since then all builds have been red.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-22078) Error publishing war file to wildfy 8 or above on windows
by Tobias van den Berg (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22078?page=com.atlassian.jira.plugi... ]
Tobias van den Berg commented on JBIDE-22078:
---------------------------------------------
I finally got the change to update JBoss Tools to version 4.3.1 in Eclipse. After some testing I can confirm that the issue is resolved indeed. I don't have any problems any more with Wildfly 10 on Windows.
> Error publishing war file to wildfy 8 or above on windows
> ---------------------------------------------------------
>
> Key: JBIDE-22078
> URL: https://issues.jboss.org/browse/JBIDE-22078
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.3.0.Final
> Environment: - Windows 7 x64
> - jdk1.8.0_77 (32-bit)
> - Eclipse Mars.2 (32-bit)
> - JBoss Tools 4.3.0.FINAL
> - Wildfly 10.0.0.FINAL
> Reporter: Tobias van den Berg
> Assignee: Rob Stryker
> Priority: Critical
> Labels: new_and_noteworthy, respin-b
> Fix For: 4.3.1.CR1
>
> Attachments: FailureWatchModify1.PML, FileWatchError.zip, FSWatcherHang.txt, Logfile.PML, OkWatchModify1.PML
>
>
> The following error is thrown after publishing a maven webapplication (.war) to Wildfly 10.0:
> "Error renaming C:\wildfly-10.0.0.Final\standalone\tmp\tmp8945090880188299781.properties to C:\wildfly-10.0.0.Final\standalone\deployments\WebViewer-0.0.3-SNAPSHOT.war\META-INF\maven\nl.incad.webviewer\WebViewer\pom.properties.
> This may be caused by incorrect file permissions, or your server's temporary deploy directory may be on a different filesystem than the final destination.
> You may adjust these settings in the server editor."
> The webapplication is no longer available/online after the error. The only solution is to restart the server and to re-add the webapplication to the server. This makes it very hard to develop/test a webapplication on wildfly 10. The same error is thrown on wildfly 8.0/8.1, but the difference is that the webapplication is still available/online after the error.
> I've tried/tested the following:
> - Checked/updated Windows file permisions for the wildfly directory
> - Take ownership of the wildfly directory (recursively)
> - Disabled Windows User Account Control (UAC)
> - Run Eclipse as Admin
> Relates to:
> - JBIDE-18697
> - JBIDE-17545
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-21885) Properties: Remove "()" from context-menu name of Start Build
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21885?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-21885:
------------------------------------------
I cant find the "()" in plugin.properties ("openshift.command.build.startbuild = Start Build") nor anywhere in the source. For now it's not obvious to me what is causing this.
> Properties: Remove "()" from context-menu name of Start Build
> --------------------------------------------------------------
>
> Key: JBIDE-21885
> URL: https://issues.jboss.org/browse/JBIDE-21885
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha1
> Environment: JBoss OpenShift 3 Tools 3.2.0.Alpha1-v20160316-2139-B1202
> OS: Fedora 22 & Windows 10
> Reporter: Xia Zhao
> Priority: Minor
> Labels: openshift_v3
> Fix For: 4.4.0.Alpha2
>
> Attachments: build-config-properties-menu.png, start-build.png
>
>
> The "()" from context-menu name of Start Build should be removed
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-21885) Properties: Remove "()" from context-menu name of Start Build
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21885?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-21885:
-------------------------------------
Attachment: start-build.png
current master (4.4.0.Alpha1) has the erroneous label in the context menu of a build in the properties view:
!start-build.png!
> Properties: Remove "()" from context-menu name of Start Build
> --------------------------------------------------------------
>
> Key: JBIDE-21885
> URL: https://issues.jboss.org/browse/JBIDE-21885
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha1
> Environment: JBoss OpenShift 3 Tools 3.2.0.Alpha1-v20160316-2139-B1202
> OS: Fedora 22 & Windows 10
> Reporter: Xia Zhao
> Assignee: Andre Dietisheim
> Priority: Minor
> Labels: openshift_v3
> Fix For: 4.4.0.Alpha2
>
> Attachments: build-config-properties-menu.png, start-build.png
>
>
> The "()" from context-menu name of Start Build should be removed
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-21885) Properties: Remove "()" from context-menu name of Start Build
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21885?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-21885:
-------------------------------------
Summary: Properties: Remove "()" from context-menu name of Start Build (was: Remove "()" from context-menu name of Start Build )
> Properties: Remove "()" from context-menu name of Start Build
> --------------------------------------------------------------
>
> Key: JBIDE-21885
> URL: https://issues.jboss.org/browse/JBIDE-21885
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha1
> Environment: JBoss OpenShift 3 Tools 3.2.0.Alpha1-v20160316-2139-B1202
> OS: Fedora 22 & Windows 10
> Reporter: Xia Zhao
> Assignee: Andre Dietisheim
> Priority: Minor
> Labels: openshift_v3
> Fix For: 4.4.0.Alpha2
>
> Attachments: build-config-properties-menu.png
>
>
> The "()" from context-menu name of Start Build should be removed
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBDS-3874) Rename default install folder to match the new branding
by Jan Richter (JIRA)
[ https://issues.jboss.org/browse/JBDS-3874?page=com.atlassian.jira.plugin.... ]
Jan Richter updated JBDS-3874:
------------------------------
Description: Since we are no longer calling devstudio anything begining with 'j' (i.e. jboss devstudio, jbds, etc.) it would be nice to rename the default installation folder from 'jbdevstudio' to something more consistent with the new branding, like 'devstudio'. (was: Since we are no longer calling devstudio anything begining with 'j' (i.e. jboss devstudio, jbds, etc.) it would be nice to remane the default installation folder from 'jbdevstudio' to something more consistent with the new branding, like 'devstudio'.)
> Rename default install folder to match the new branding
> -------------------------------------------------------
>
> Key: JBDS-3874
> URL: https://issues.jboss.org/browse/JBDS-3874
> Project: Red Hat Developer Studio (DevStudio)
> Issue Type: Task
> Components: installer
> Affects Versions: 10.0.0.Alpha1
> Reporter: Jan Richter
> Priority: Minor
>
> Since we are no longer calling devstudio anything begining with 'j' (i.e. jboss devstudio, jbds, etc.) it would be nice to rename the default installation folder from 'jbdevstudio' to something more consistent with the new branding, like 'devstudio'.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBDS-3874) Rename default install folder to match the new branding
by Jan Richter (JIRA)
Jan Richter created JBDS-3874:
---------------------------------
Summary: Rename default install folder to match the new branding
Key: JBDS-3874
URL: https://issues.jboss.org/browse/JBDS-3874
Project: Red Hat Developer Studio (DevStudio)
Issue Type: Task
Components: installer
Affects Versions: 10.0.0.Alpha1
Reporter: Jan Richter
Priority: Minor
Since we are no longer calling devstudio anything begining with 'j' (i.e. jboss devstudio, jbds, etc.) it would be nice to remane the default installation folder from 'jbdevstudio' to something more consistent with the new branding, like 'devstudio'.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months