Re: perculiar war task issue

2006-04-17 Thread Stan Ou
wrote: > Hello Stan, > > Stan Ou wrote: > > Hi all, > > > > because of stupid legacy reasons, my current > > application has the following structure in the web > > portion: > > > > c:\dev\apps\qaz\myhtml\xyz_html\aaa.jsp > > c:\dev\apps\

perculiar war task issue

2006-04-17 Thread Stan Ou
Hi all, because of stupid legacy reasons, my current application has the following structure in the web portion: c:\dev\apps\qaz\myhtml\xyz_html\aaa.jsp c:\dev\apps\wsx\myhtml\abc_html\aaa.jsp c:\dev\apps\rfv\myhtml\ddd_html\aaa.jsp I'm creating the first ant script for this team. in my build wa

copying files

2006-04-13 Thread Stan Ou
c:\to\678\common\some.xml now that problem is the list is about 80 files long and could grow even more. I know I could do this: But I was wondering if there's a smarter way to do it. Am I stuck with writing my task? thanks