Invalid form feed NCR () generated. 
-----------------------------------------

         Key: MPLICENSE-2
         URL: http://jira.codehaus.org/browse/MPLICENSE-2
     Project: maven-license-plugin
        Type: Bug
 Environment: Windows XP, SP2, Maven V 1.02, Jdk 1.4.2_05-b04.
    Reporter: Achim Westermann


The plugin was run against the lgpl: 

   <licenses>
    <license>
     <name>
       LGPL, version 2.1
      </name>
      <url>
       http://www.opensource.org/licenses/lgpl-license.php
      </url>
      <distribution>
        manual
      </distribution>
     </license>
   </licenses>

The following url was also tried: 

       http://www.gnu.org/licenses/lgpl.txt


In both cases, the information seems to be extracted correctly, 
but the generated xdoc file: license.xml always ends with: 

&#12;
</source></section></body></document>

This seems to be an NCR to a form feed character, possibly a side effect of 
some transformation? 
During the xdoc to html translation (xdoc:jelly-transform) the following error 
terminates the 
complete build: 

"BUILD FAILED
File...... C:\Dokumente und 
Einstellungen\westermann\.maven\cache\maven-xdoc-plugin-1.8\plugin.jelly
Element... x:parse
Line...... 360
Column.... 43
Error on line 460 of document 
file:/C:/achim/workspace/OpenCms/target/generated-xdocs/license.xml : Character 
reference "&#c" is an invalid
XML character. Nested exception: Character reference "&#c" is an invalid XML 
character.
Total time: 6 seconds
Finished at: Tue Apr 05 15:32:19 CEST 2005
"

Annotation: "&#c" ?  0xC (Hex) corresponds to 0D 12 (Decimal). 




-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to