Re: The zip task and zipfileset type

2006-05-28 Thread Morten Wittrock
p task Thanks Glenn, your example cleared one thing up for me: Using rather than gets me the mydir directory AND its files rather than just the files. That was the problem I was having with fileset, causing me to use the somewhat redundant . Thanks again. Regards, Morten Wi

The zip task and zipfileset type

2006-05-26 Thread Morten Wittrock
llowing content: bin/ (the 'scripts' dir renamed) docs/ lib/ README.html Here's my current target: It works, but I suspect that there might be a cleaner way to achieve the same result? Thanks in advance for any inp