Uploaded image for project: 'Maven Doxia'
  1. Maven Doxia
  2. DOXIA-482

add an API to avoid translating APT source comments into output comments

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.3
    • 1.7
    • Module - Apt
    • None

    Description

      I have defined this as the very first lines in my apt file:

      ~~ Copyright 2012 Michael Osipov
      ~~
      ~~ Licensed under the Apache License, Version 2.0 (the "License");
      ~~ you may not use this file except in compliance with the License.
      ~~ You may obtain a copy of the License at
      ~~
      ~~     http://www.apache.org/licenses/LICENSE-2.0
      ~~
      ~~ Unless required by applicable law or agreed to in writing, software
      ~~ distributed under the License is distributed on an "AS IS" BASIS,
      ~~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      ~~ See the License for the specific language governing permissions and
      ~~ limitations under the License.
      
      ~~ $Id$
      

      This is unfortunately translated in
      /html/body/div/div/div#bodyColumn to a line-by-line comment

      <!-- Copyright 2012 Michael Osipov --><!--  --><!-- Licensed under the Apache License, Version 2.0 (the "License"); --><!-- you may not use this file except in compliance with the License. --><!-- You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, software --><!-- distributed under the License is distributed on an "AS IS" BASIS, --><!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. --><!-- See the License for the specific language governing permissions and --><!-- limitations under the License. --><!-- $Id$ -->
      

      This, of course, is somewhat useless. I'd rather would have split comments like in JSP or Velocity. Template comments are left out and HTML comments remain untouched.

      I obviously do not need the ASL somewhere in the middle of by page as comment.

      Attachments

        1. DOXIA-482.patch
          4 kB
          Michael Osipov

        Issue Links

          Activity

            People

              hboutemy Herve Boutemy
              michael-o Michael Osipov
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: