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

http://issues.apache.org/bugzilla/show_bug.cgi?id=40988

           Summary: TAR does not respect uppercase directory name
           Product: Ant
           Version: 1.6.5
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: [EMAIL PROTECTED]


I have the following structure
src
  WEB-INF
    portlet_ManagerPortlet.xml
    lib
      managerportlet-1.00.jar
....

I am using the following task
<tar tarfile="package/${projecttar}.tar">
  <tarfileset dir="src"/>
</tar>

or

<tar tarfiel="package/${projecttar}.tar basedir="src"/>

I get the follwing result in the tar file
managerportlet-1.0.0.jar                 WEB-INF\lib\        Exec.....
portlet_ManagerPortlet.xml               web-inf\            XML...

we are loosing the capitalization on the xml file

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to