[JBoss JIRA] (JBIDE-20711) Changing deploy-name in component xml file will not take effect
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20711?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-20711:
-------------------------------------
Current behavior seems to publish the new module as expected... however it never deletes the old one. This seems an even harder api question because we don't get an event indicating the rename.
> Changing deploy-name in component xml file will not take effect
> ---------------------------------------------------------------
>
> Key: JBIDE-20711
> URL: https://issues.jboss.org/browse/JBIDE-20711
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server, upstream
> Affects Versions: 4.3.0.CR1
> Reporter: Rob Stryker
> Assignee: Rob Stryker
> Fix For: 4.4.x
>
>
> Steps to replicate:
> 1) Create a dynamic web project TestProject
> 2) Create a server
> 3) Add/Remove action in servers view. You will see the module name is TestProject
> 4) Open the component.xml file in .settings folder and change deploy-name to some new value (RobsTest)
> 5) Add/Remove, note module name didn't change
> 6) Publish deployment, note its still deploying as TestProject
> 7) Close project, then re-open it
> 8) Add/Remove action, note the module now reads TestProject (RobsTest) (or similar)
> 9) Publish, note module is deployed as RobsTest.war
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBDS-3897) Use "Red Hat JBoss Developer Studio" instead of "Red Hat Developer Studio" in graphics
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-3897?page=com.atlassian.jira.plugin.... ]
Nick Boldt edited comment on JBDS-3897 at 5/20/16 1:56 PM:
-----------------------------------------------------------
[~sjcox] We'll need a few images changed again because of this change to the product name:
installer/src/config/resources/images/heading.png
plugins/com.jboss.devstudio.core/splash.bmp (24-bit bitmap ONLY)
plugins/com.jboss.devstudio.core/about_devstudio.jpg
content/images/devstudio_banner.png
You can see the images here [1], and I've also attached them to this JIRA.
[1] https://github.com/jbdevstudio/jbdevstudio-artwork/blob/master/devstudio1...
Sorry about this - only got the official word from on high that we're keeping the "JBoss" part of the name yesterday.
was (Author: nickboldt):
[~sjcox] We'll need a few images changed again because of this change to the product name:
installer/src/config/resources/images/heading.png
plugins/com.jboss.devstudio.core/splash.bmp
plugins/com.jboss.devstudio.core/about_devstudio.jpg
content/images/devstudio_banner.png
You can see the images here [1], and I've also attached them to this JIRA.
[1] https://github.com/jbdevstudio/jbdevstudio-artwork/blob/master/devstudio1...
Sorry about this - only got the official word from on high that we're keeping the "JBoss" part of the name yesterday.
> Use "Red Hat JBoss Developer Studio" instead of "Red Hat Developer Studio" in graphics
> --------------------------------------------------------------------------------------
>
> Key: JBDS-3897
> URL: https://issues.jboss.org/browse/JBDS-3897
> Project: Red Hat Developer Studio (DevStudio)
> Issue Type: Feature Request
> Components: installer
> Affects Versions: 10.0.0.Alpha2
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 10.0.0.Alpha3
>
> Attachments: about_devstudio.jpg, devstudio_banner.png, heading.png, splash.bmp
>
>
> Due to changes in https://trello.com/c/Cbo0q8TT/99-rebrand-jbds-as-rhds-using-rhd-logo the correct name of the product is "Red Hat JBoss Developer Studio", not "Red Hat Developer Studio", so we need to add the "JBoss" part back into the new RHD-branded headers & splash.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-21059) Server Adapter does not connect in debug mode on WF in a Docker container
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21059?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-21059:
-------------------------------------
A debug launch configuration has been added recently to rse servers. I can work on expanding this to so it also works for externally-managed servers :D
Suck less every day.
> Server Adapter does not connect in debug mode on WF in a Docker container
> --------------------------------------------------------------------------
>
> Key: JBIDE-21059
> URL: https://issues.jboss.org/browse/JBIDE-21059
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.3.0.Final
> Reporter: Xavier Coulon
> Assignee: Rob Stryker
> Fix For: 4.4.x
>
>
> I have a WF 9.0.2.Final in a Docker container, started with the debug flag in the command line :
> {code}
> CMD ["/opt/jboss/wildfly/bin/standalone.sh", "-c", "standalone.xml", "-b", "0.0.0.0", "-bmanagement", "0.0.0.0" , "--debug"]
> {code}
> I can connect to this server from the server adapter in Run mode but not in debug mode: the Debug view remains empty and the breakpoints are not hit.
> On the other side, I can connect using the plain Java remote debugger (in the launchers) and the same breakpoints are hit.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months