[jbosstools-issues] [JBoss JIRA] (JBIDE-17213) Improve the default value of Download folder in the download runtimes wizard
Lars Heinemann (JIRA)
issues at jboss.org
Tue Apr 29 08:42:34 EDT 2014
[ https://issues.jboss.org/browse/JBIDE-17213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12964395#comment-12964395 ]
Lars Heinemann commented on JBIDE-17213:
----------------------------------------
On Kubuntu the value of java.io.tmpdir is "/tmp" which makes not big sense. So we should somehow test for that and use a fallback folder if its not writable. Updated the issue text.
> Improve the default value of Download folder in the download runtimes wizard
> ----------------------------------------------------------------------------
>
> Key: JBIDE-17213
> URL: https://issues.jboss.org/browse/JBIDE-17213
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: runtime-detection
> Affects Versions: 4.2.0.Beta1
> Environment: Kubuntu 13.10
> Reporter: Lars Heinemann
> Attachments: jbt_downloadruntime.png
>
>
> The download folder defaults to /tmp folder. That is on Kubuntu and maybe Ubuntu as well a bad choice as only root can write to that folder. The folder /var/tmp/ is the better choice on this OS.
> I would propose to use java.io.tmpdir for the default value if possible and check if that is writable for the user. If thats not the case we should have some fallback folder.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jbosstools-issues
mailing list