You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Ramon Buckland <rb...@infocomp.com> on 2005/09/28 18:11:24 UTC

read contents of a file

Hi,

I am trying to work out the best way to read the contents of a file.
Specifically, I an performing an iteration over **/*.jsp files
and want to only perform tasks on JSP which have <jsp:root declared 
(ie a JSP XML file).

Any ideas ?

Thanks
Ramon