Hi all,

does anybody know if there are issues related to the <zip> task?

This doesn't work anymore:

<fileset
  id="archive.set"
  basedir="${build.dir}">
  <include name="../AUTHORS" />
  <include name="../COPYRIGHT" />
  <include name="../LICENSE" />
  <include name="${package.name}/**" />
  <exclude name="${package.name}/**/*.resources" />
</fileset>

...

<zip zipfile="${archive.name}">
  <fileset refid="archive.set" />
</zip>

I always get the following error message:
  "Attempting to use a <zipfileset> reference where a <fileset> is
   required."

I'm using NAnt 0.85 (Build 0.85.1742.0; mono-1.0.unix; dev; 10/8/2004).

Any idea?
j3d.

-- 
----------------------------------------
Giuseppe Greco

::agamura::

phone:  +41 (0)91 604 67 65
mobile: +41 (0)76 390 60 32
email:  [EMAIL PROTECTED]
web:    www.agamura.com
----------------------------------------



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to