[jbosstools-issues] [JBoss JIRA] (JBIDE-15350) Using JBoss Tools Properties Editor, breaks the format (or removes) multiline property value

Vlado Pakan (JIRA) issues at jboss.org
Thu Feb 6 10:00:30 EST 2014


     [ https://issues.jboss.org/browse/JBIDE-15350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vlado Pakan closed JBIDE-15350.
-------------------------------



Verified with JBT 4.2.0.Alpha1-v20131211-0609-B32
                
> Using JBoss Tools Properties Editor, breaks the format (or removes) multiline property value
> --------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-15350
>                 URL: https://issues.jboss.org/browse/JBIDE-15350
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: common/jst/core
>    Affects Versions: 4.1.0.Final
>            Reporter: thiago andrade
>            Assignee: Viacheslav Kabanovich
>             Fix For: 4.2.0.Alpha1
>
>
> In eclipse juno with JbossTools installed and jboss tools property editor opening my .properties files
> when I write in the file some something like
>     javascript.files=\
>         #
>         # JQuery scripts
>         #
>         \
>         jquery.js,\
>         j2browse.js,\
>         livequery.js,\
> it saves the file correctly BUT when I close this file and open it again the jboss tools properties editor parses the file and it becames something like this
>     javascript.files=\#
>         # JQuery scripts
>         #
>         \
>         jquery.js,\
>         j2browse.js,\
>         livequery.js,\
> That's it. 
> another error that I've identified is already reported at this link https://issues.jboss.org/browse/JBIDE-3833 BUT this issue is marked as resolved but it is not resolved.. the jboss tools properties editor still removes multiplie values variables from the file when it OPENS the file.
> so this:
>     js.files = util.js
>     js.files = jquery.meiomask.js
>     js.files = json2.0.js
> becames this:
>     js.files = json2.0.js
> I think that the jboss tools parses the file and removes the multiple.. if the user dont modified the file and save the original file is not changed, but if any change is made to the file it is saved with the modifications made by jboss tools properties editor

--
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