Hmm... my sample has a bug... yeah that's it.... sorry, hehe.
Just a quick question... what i originally intended was this:

  <target name="deploy" depends="compile">
   <mkdir dir="${WebApp1.deploy.dir}" />
   <copy todir="${WebApp1.deploy.dir}">
     <fileset refid="${WebApp1.source.dir}/webapp.deploy.files" />
   </copy>
  </target>

Well i know it's not like that (the refid would fail). Maybe a basedir
property for the fileset? Is that possible?

-- 
Ing. Leonardo Quijano Vincenzi <[EMAIL PROTECTED]>


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to