On Tue, Dec 23, 2008 at 9:23 AM, Lokhande, Manjusha <[email protected]> wrote: > Thanks for the solution Brass! > But the issue here is if I have created a folder named "obj" (different > from the intermediate "obj" folder) which contains some files that I use > in the project, then this "clean" target will also delete my "obj" > folder which I do not want to happen. Could you guide in this case?
Add an <exclude /> element for that specific directory and its contents. ------------------------------------------------------------------------------ _______________________________________________ nant-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nant-developers
