You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Luis Slocker (Created) (JIRA)" <ji...@apache.org> on 2012/03/29 10:09:41 UTC

[jira] [Created] (HUPA-86) [patch] add dummy web.xml to shared module

[patch] add dummy web.xml to shared module
------------------------------------------

                 Key: HUPA-86
                 URL: https://issues.apache.org/jira/browse/HUPA-86
             Project: JAMES Hupa
          Issue Type: Improvement
            Reporter: Luis Slocker
            Assignee: Norman Maurer
            Priority: Minor


After importing maven project in eclipse the google-gwt plugin complains about non existing web.xml in shared module.
This patch adds a dummy web.xml to avoid the error.

Index: shared/src/main/webapp/WEB-INF/web.xml
===================================================================
--- shared/src/main/webapp/WEB-INF/web.xml	(revision 0)
+++ shared/src/main/webapp/WEB-INF/web.xml	(revision 0)
@@ -0,0 +1,2 @@
+<web-app>
+</web-app>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] [Closed] (HUPA-86) [patch] add dummy web.xml to shared module

Posted by "Manuel Carrasco Moñino (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HUPA-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manuel Carrasco Moñino closed HUPA-86.
--------------------------------------

    Resolution: Fixed

Applied patch. Thx for contributing.
                
> [patch] add dummy web.xml to shared module
> ------------------------------------------
>
>                 Key: HUPA-86
>                 URL: https://issues.apache.org/jira/browse/HUPA-86
>             Project: JAMES Hupa
>          Issue Type: Improvement
>            Reporter: Luis Slocker
>            Assignee: Norman Maurer
>            Priority: Minor
>
> After importing maven project in eclipse the google-gwt plugin complains about non existing web.xml in shared module.
> This patch adds a dummy web.xml to avoid the error.
> Index: shared/src/main/webapp/WEB-INF/web.xml
> ===================================================================
> --- shared/src/main/webapp/WEB-INF/web.xml	(revision 0)
> +++ shared/src/main/webapp/WEB-INF/web.xml	(revision 0)
> @@ -0,0 +1,2 @@
> +<web-app>
> +</web-app>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org