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\
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
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