You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Siarhei Dudzin (JIRA)" <ji...@codehaus.org> on 2007/08/08 13:19:13 UTC

[jira] Created: (MECLIPSE-315) RadWebSettingsWriter uses hardcoded webcontent path and ignores warSourceDirectory

RadWebSettingsWriter uses hardcoded webcontent path and ignores warSourceDirectory
----------------------------------------------------------------------------------

                 Key: MECLIPSE-315
                 URL: http://jira.codehaus.org/browse/MECLIPSE-315
             Project: Maven 2.x Eclipse Plugin
          Issue Type: Bug
            Reporter: Siarhei Dudzin


org.apache.maven.plugin.eclipse.writers.rad.RadWebSettingsWriter uses hardcoded location of webcontent during writeModuleTypeFacetCore() (does writer.writeText( "src/main/webapp" ); directly ) and ignores warSourceDirectory which is used to customize the location of the webcontent (besides RAD-6 uses different directory structure hence this problem).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MECLIPSE-315) RadWebSettingsWriter uses hardcoded webcontent path and ignores warSourceDirectory

Posted by "Arnaud Heritier (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MECLIPSE-315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arnaud Heritier closed MECLIPSE-315.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.5

Applied. Thx.

> RadWebSettingsWriter uses hardcoded webcontent path and ignores warSourceDirectory
> ----------------------------------------------------------------------------------
>
>                 Key: MECLIPSE-315
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-315
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Bug
>          Components: RAD support
>    Affects Versions: 2.4
>            Reporter: Siarhei Dudzin
>            Assignee: Arnaud Heritier
>             Fix For: 2.5
>
>         Attachments: MECLIPSE-315-testcase.patch, MECLIPSE-315.patch
>
>
> org.apache.maven.plugin.eclipse.writers.rad.RadWebSettingsWriter uses hardcoded location of webcontent during writeModuleTypeFacetCore() (does writer.writeText( "src/main/webapp" ); directly ) and ignores warSourceDirectory which is used to customize the location of the webcontent (besides RAD-6 uses different directory structure hence this problem).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (MECLIPSE-315) RadWebSettingsWriter uses hardcoded webcontent path and ignores warSourceDirectory

Posted by "Siarhei Dudzin (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MECLIPSE-315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Siarhei Dudzin updated MECLIPSE-315:
------------------------------------

    Attachment: MECLIPSE-315.patch

Attaching a fix. Can this come in version 2.5?

> RadWebSettingsWriter uses hardcoded webcontent path and ignores warSourceDirectory
> ----------------------------------------------------------------------------------
>
>                 Key: MECLIPSE-315
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-315
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Bug
>            Reporter: Siarhei Dudzin
>         Attachments: MECLIPSE-315.patch
>
>
> org.apache.maven.plugin.eclipse.writers.rad.RadWebSettingsWriter uses hardcoded location of webcontent during writeModuleTypeFacetCore() (does writer.writeText( "src/main/webapp" ); directly ) and ignores warSourceDirectory which is used to customize the location of the webcontent (besides RAD-6 uses different directory structure hence this problem).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (MECLIPSE-315) RadWebSettingsWriter uses hardcoded webcontent path and ignores warSourceDirectory

Posted by "Arnaud Heritier (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MECLIPSE-315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arnaud Heritier updated MECLIPSE-315:
-------------------------------------

    Testcase included: yes
      Patch Submitted: [Yes]

> RadWebSettingsWriter uses hardcoded webcontent path and ignores warSourceDirectory
> ----------------------------------------------------------------------------------
>
>                 Key: MECLIPSE-315
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-315
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Bug
>            Reporter: Siarhei Dudzin
>         Attachments: MECLIPSE-315-testcase.patch, MECLIPSE-315.patch
>
>
> org.apache.maven.plugin.eclipse.writers.rad.RadWebSettingsWriter uses hardcoded location of webcontent during writeModuleTypeFacetCore() (does writer.writeText( "src/main/webapp" ); directly ) and ignores warSourceDirectory which is used to customize the location of the webcontent (besides RAD-6 uses different directory structure hence this problem).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (MECLIPSE-315) RadWebSettingsWriter uses hardcoded webcontent path and ignores warSourceDirectory

Posted by "Siarhei Dudzin (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MECLIPSE-315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Siarhei Dudzin updated MECLIPSE-315:
------------------------------------

    Attachment: MECLIPSE-315-testcase.patch

Attaching a test case.

> RadWebSettingsWriter uses hardcoded webcontent path and ignores warSourceDirectory
> ----------------------------------------------------------------------------------
>
>                 Key: MECLIPSE-315
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-315
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Bug
>            Reporter: Siarhei Dudzin
>         Attachments: MECLIPSE-315-testcase.patch, MECLIPSE-315.patch
>
>
> org.apache.maven.plugin.eclipse.writers.rad.RadWebSettingsWriter uses hardcoded location of webcontent during writeModuleTypeFacetCore() (does writer.writeText( "src/main/webapp" ); directly ) and ignores warSourceDirectory which is used to customize the location of the webcontent (besides RAD-6 uses different directory structure hence this problem).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (MECLIPSE-315) RadWebSettingsWriter uses hardcoded webcontent path and ignores warSourceDirectory

Posted by "Arnaud Heritier (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MECLIPSE-315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arnaud Heritier updated MECLIPSE-315:
-------------------------------------

    Affects Version/s: 2.4
          Component/s: RAD support

> RadWebSettingsWriter uses hardcoded webcontent path and ignores warSourceDirectory
> ----------------------------------------------------------------------------------
>
>                 Key: MECLIPSE-315
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-315
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Bug
>          Components: RAD support
>    Affects Versions: 2.4
>            Reporter: Siarhei Dudzin
>         Attachments: MECLIPSE-315-testcase.patch, MECLIPSE-315.patch
>
>
> org.apache.maven.plugin.eclipse.writers.rad.RadWebSettingsWriter uses hardcoded location of webcontent during writeModuleTypeFacetCore() (does writer.writeText( "src/main/webapp" ); directly ) and ignores warSourceDirectory which is used to customize the location of the webcontent (besides RAD-6 uses different directory structure hence this problem).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira