https://issues.apache.org/bugzilla/show_bug.cgi?id=53658

          Priority: P2
            Bug ID: 53658
          Assignee: [email protected]
           Summary: CRLF show up in UNIX/Linux generated war manifest.mf
          Severity: normal
    Classification: Unclassified
                OS: Linux
          Reporter: [email protected]
          Hardware: PC
            Status: NEW
           Version: 1.8.2
         Component: Core tasks
           Product: Ant

When using the war task to generate a manifest on Linux the generated
manifest.mf file contains CRLF at the end of every line.

The following snippet is used to create the manifest.

<war destfile="test.war" webxml="WebContent/WEB-INF/web.xml" compress="true">
  <manifest>
     <attribute name="Built-By" value="${Company}" />
     <section name="com/ca/waae/waae/ws">
    <attribute name="Specification-Title" value="${Product}" />
    <attribute name="Specification-Version" value="${Version}" />
    <attribute name="Specification-Vendor" value="${Company}" />
    <attribute name="Implementation-Title" value="${Product}" />
    <attribute name="Implementation-Version" value="${Version}" />
    <attribute name="Implementation-Vendor" value="${Company}" />
    <attribute name="Product" value="${Product}" />
    <attribute name="Copyright" value="${Copyright}" />
    <attribute name="Version" value="${Version}" />
    <attribute name="Date" value="${Date}" />
     </section>
  </manifest>

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to