Menu

#732 tar task should create a folder

closed-accepted
Tasks (408)
5
2010-05-08
2010-05-05
fmhome
No

Hi,

It's me again :)

Similar issue but different task...
It is similar to zip task issue you guys have fixed last time.

The issue is with destfile attribute of tar task.
<tar destfile="${root.dir}/${archive}/test.tar.gz">

When the task is excuted, the task doesn't create the
${root.dir}/${archive} folder structure and fail, unless the structure is
already there.
Sometime, users want to put the final tar.gz file in a different folder.
Otherwise one has to use mkdir to create the dir structure first then call
the tar task.

Discussion

  • Ryan Boggs

    Ryan Boggs - 2010-05-08

    hmm, I thought this was already fixed. I'll look at it. Should be straight forward.

     
  • Ryan Boggs

    Ryan Boggs - 2010-05-08
    • assigned_to: nobody --> rmboggs
     
  • Ryan Boggs

    Ryan Boggs - 2010-05-08

    Fixed. Closing.

     
  • Ryan Boggs

    Ryan Boggs - 2010-05-08
    • status: open --> closed-accepted
     

Log in to post a comment.