DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4682>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4682

The jar task splits a long Class-Path Header in the middle of a string

           Summary: The jar task splits a long Class-Path Header in the
                    middle of a string
           Product: Ant
           Version: 1.4.1
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


With the following contents of ClientClassPath.txt:
---------------
Manifest-Version: 1.0
Class-Path: HSDServerAPI.jar HSDServerRMI.jar jaxp.jar jcchartK.jar 
jcfield450K.jar jcpagelayoutK.jar jctableK.jar jhall.jar
---------------
The following jar Task:
---------------
    <jar jarfile="${dist}/HSDClient.jar" 
         manifest="${deploy}/ClientClassPath.txt">
        <fileset dir="${build}" includes="**\crosstrak\client\**"/>
        <fileset dir="${src}" includes="**\crosstrak\client\*.properties"/>
    </jar>
---------------
The resulting MANIFEST.MF file looks like:
---------------
Manifest-Version: 1.0
Created-By: Ant 1.4.1
Class-Path: HSDServerAPI.jar HSDServerRMI.jar jaxp.jar jcchartK.jar jc
 field450K.jar jcpagelayoutK.jar jctableK.jar jhall.jar
---------------

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

Reply via email to