Hi,
I need to search through a set of source code for certain keywords
pattern. Normally, I would use
<property name="keyword.pattern"
value="keyword1|keyword2|keyword3"/>
<loadfile property="out.lines" srcfile="${java.src}">
<filterchain>
<linecontainsregexp>
<regexp pattern="${keyword.pattern}"/>
</linecontainsregexp>
</filterchain>
</loadfile>
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?
Thanks,
Joyce
This communication is intended for the use of the individual or entity to which
it is addressed and may contain information that is privileged, proprietary,
confidential and exempt from disclosure.
If you are not the intended recipient, or person responsible for delivering the
material to the intended recipient, you are notified that any dissemination,
distribution, or copying of the communication is strictly prohibited.
If you have received this communication in error, please notify the sender
immediately by a return Email or telephone and destroy this material
accordingly.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]