[JBoss JIRA] (JBIDE-23772) show in -> file browser not visible on linux in certain environments
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23772?page=com.atlassian.jira.plugi... ]
Rob Stryker resolved JBIDE-23772.
---------------------------------
Resolution: Done
Pushed a fix to master. Commit visible on the right of this page ;)
> show in -> file browser not visible on linux in certain environments
> --------------------------------------------------------------------
>
> Key: JBIDE-23772
> URL: https://issues.jboss.org/browse/JBIDE-23772
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.4.3.AM1
> Reporter: Rob Stryker
> Assignee: Rob Stryker
> Fix For: 4.4.3.AM2
>
>
> After publishing a web app or other module to a server, the show in -> File Browser action is missing if:
> 1) You are on linux, and
> 2) /usr/bin/nautilus does not exist, and
> 3) /usr/bin/konqueror does not exist
> After some research, it seems the best most universal way of opening a file explorer is via /usr/bin/xdg-open which seems to be available in more environments.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBIDE-23772) show in -> file browser not visible on linux in certain environments
by Rob Stryker (JIRA)
Rob Stryker created JBIDE-23772:
-----------------------------------
Summary: show in -> file browser not visible on linux in certain environments
Key: JBIDE-23772
URL: https://issues.jboss.org/browse/JBIDE-23772
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: server
Affects Versions: 4.4.3.AM1
Reporter: Rob Stryker
After publishing a web app or other module to a server, the show in -> File Browser action is missing if:
1) You are on linux, and
2) /usr/bin/nautilus does not exist, and
3) /usr/bin/konqueror does not exist
After some research, it seems the best most universal way of opening a file explorer is via /usr/bin/xdg-open which seems to be available in more environments.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBIDE-23772) show in -> file browser not visible on linux in certain environments
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23772?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-23772:
--------------------------------
Fix Version/s: 4.4.3.AM2
> show in -> file browser not visible on linux in certain environments
> --------------------------------------------------------------------
>
> Key: JBIDE-23772
> URL: https://issues.jboss.org/browse/JBIDE-23772
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.4.3.AM1
> Reporter: Rob Stryker
> Fix For: 4.4.3.AM2
>
>
> After publishing a web app or other module to a server, the show in -> File Browser action is missing if:
> 1) You are on linux, and
> 2) /usr/bin/nautilus does not exist, and
> 3) /usr/bin/konqueror does not exist
> After some research, it seems the best most universal way of opening a file explorer is via /usr/bin/xdg-open which seems to be available in more environments.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBIDE-23772) show in -> file browser not visible on linux in certain environments
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23772?page=com.atlassian.jira.plugi... ]
Rob Stryker reassigned JBIDE-23772:
-----------------------------------
Assignee: Rob Stryker
> show in -> file browser not visible on linux in certain environments
> --------------------------------------------------------------------
>
> Key: JBIDE-23772
> URL: https://issues.jboss.org/browse/JBIDE-23772
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.4.3.AM1
> Reporter: Rob Stryker
> Assignee: Rob Stryker
> Fix For: 4.4.3.AM2
>
>
> After publishing a web app or other module to a server, the show in -> File Browser action is missing if:
> 1) You are on linux, and
> 2) /usr/bin/nautilus does not exist, and
> 3) /usr/bin/konqueror does not exist
> After some research, it seems the best most universal way of opening a file explorer is via /usr/bin/xdg-open which seems to be available in more environments.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[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 resolved JBIDE-20711.
---------------------------------
Resolution: Done
My manual tests indicate no refresh of the project is required. This seems to work exactly as expected
> 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.3.AM2
>
>
> 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
(v7.2.3#72005)
9 years, 2 months