[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-9638) Default directory of New XHTML Page inside target folder

Viacheslav Kabanovich (JIRA) jira-events at lists.jboss.org
Tue Sep 6 19:56:26 EDT 2011


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

Viacheslav Kabanovich commented on JBIDE-9638:
----------------------------------------------

New XHTML File wizard inherits this behavior from New HTML File wizard.
I reported the problem to Eclipse Bugzilla: https://bugs.eclipse.org/bugs/show_bug.cgi?id=356873
Temporarily, we can fix New XHTML File wizard by overriding relevant methods.

Also, there is a workaround: modify file /.settings/org.eclipse.wst.common.component putting line 
{code}
<wb-resource deploy-path="/" source-path="/WebContent"/> 
{code}
before line 
{code}
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/> 
{code}
(use actual web content root path instead of /WebContent).


> Default directory of New XHTML Page inside target folder
> --------------------------------------------------------
>
>                 Key: JBIDE-9638
>                 URL: https://issues.jboss.org/browse/JBIDE-9638
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: common/jst/core
>    Affects Versions: 3.3.0.M2
>            Reporter: George Gastaldi
>            Assignee: Viacheslav Kabanovich
>             Fix For: 3.3.x
>
>
> In a Maven WAR project, when I create a XHTML file, it always suggests it to be under *target/m2e-wtp/web-resources*.
> This is annoying, cause this folder is derived and building the project will clean it. 
> It should use the folder I selected before opening the wizard. 

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