Bugs item #2981389, was opened at 2010-04-02 18:25 Message generated for change (Tracker Item Submitted) made by fmhome You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=2981389&group_id=31650
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Tasks Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: fmhome (fmhome) Assigned to: Nobody/Anonymous (nobody) Summary: zip task should create a folder Initial Comment: The current zip task in Nant v0.90 In the following example; zipfile should create a folder structure ( ${root.dir}/${which.platform} ) with the zip file in that folder. Currently, one has to use the mkdir task first to create the folder structure ${root.dir}/${which.platform} <zip zipfile="${root.dir}/${archive}/test.zip"> <fileset basedir="${stage.dir}"> <include name="**/**"/> </fileset> </zip> ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=2981389&group_id=31650 ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ nant-developers mailing list nant-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-developers