Howdy, I have my own task that requires two FileSet sub-elements. In order
to differentiate them from a naming point of view, i have created my own
tasks that are empty subclasses of FileSet, merely for the reason of naming.
It works fine, but was just wondering if this was the expected way to
On Fri, 22 Jul 2005 15:46:39 -0400, Joyce Li wrote:
>However, the keyword list grow very long, about 20 or 30 of them. I
>tried to separete them into a few separate properties and merge them
>into one so I don't have this extremely long line there.
>Is there a better way for me to handle this?
Hi,
I need to search through a set of source code for certain keywords
pattern. Normally, I would use
However, the keyword list grow very long, about 20 or 30 of them. I
tr