[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-7859) Externalise Strings Wizard doesn't show up if web content is in a folder not called "WebContent"

Matthias Füssel (JIRA) jira-events at lists.jboss.org
Thu Dec 9 18:54:52 EST 2010


    [ https://issues.jboss.org/browse/JBIDE-7859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569115#comment-12569115 ] 

Matthias Füssel commented on JBIDE-7859:
----------------------------------------

The reason for this is that ExternalizeStringsWizardPage#createBundleMap(...) uses hard-coded "WebContent" string to locate the folder for the web files instead of using the first folder that is mapped to the root when deploying, which is the way this is handled in other places in JBoss Tools.

The attached patch fixes this.

Hard-coded "WebContent" path is also used in AddProjectTemplateResourcesStep#init() and  AddProjectTemplateVelocityStep#init() in org.jboss.tools.jst.web. I don't know if this is intentional...

> Externalise Strings Wizard doesn't show up if web content is in a folder not called "WebContent"
> ------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-7859
>                 URL: https://issues.jboss.org/browse/JBIDE-7859
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: jsp/jsf/xml source editing
>    Affects Versions: 3.2.0.Beta2
>            Reporter: Matthias Füssel
>            Assignee: Maxim Areshkau
>             Fix For: 3.2.0.CR1
>
>


-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the jbosstools-issues mailing list