dev@jersey.java.net

[Fwd: [Issue 8] apt tool silently overwrites existing web.xml by default]

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Fri, 14 Sep 2007 18:13:06 +0200

Hi,

I just made a change that may cause some confusion for any projects that
depend on the previous behaviour:

- Fixed issue 8: apt tool silently overwrites existing web.xml by
   default The "noservlet" option used with the WebResourcesProcessorTask
   ant task has been removed so that by default Servlet is not assumed no
   overriding of a web.xml occurs. A new option "servlet" replaces the
   old option and is required to be set for the ant task (and apt tool)
   to generate a web.xml.

Paul.

-- 
| ? + ? = To question
----------------\
    Paul Sandoz
         x38109
+33-4-76188109

attached mail follows:



https://jersey.dev.java.net/issues/show_bug.cgi?id=8



User sandoz changed the following:

                What |Old value |New value
================================================================================
                  Status|NEW |RESOLVED
--------------------------------------------------------------------------------
              Resolution| |FIXED
--------------------------------------------------------------------------------




------- Additional comments from sandoz_at_dev.java.net Fri Sep 14 16:04:42 +0000 2007 -------
Switched the "noservlet" option to be "servlet", so a developer has to
explicitly request generation of the web.xml.

Included a warning when the "servlet" option is used.

Modified all examples accordingly.

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe_at_jersey.dev.java.net
For additional commands, e-mail: issues-help_at_jersey.dev.java.net