Hello,

I have target with a task supporting subtasks
e.g

<copy todir="../dest/dir">
  <!--begin of mutable content -->
   <fileset dir="src_dir">
     <exclude name="**/*.java"/>
   </fileset>
  <!--end of mutable content -->
 </copy>
the content of task may be changed but the rest file is immutable.
I want to store mutable content in  seporate file.
What is the best way to do it?


Regards,
Vitaliy S

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to