I'm trying to use the exec task to run Oracle's ojspc JSP page translater. If I try to give the file list as anytype of wildcard string, ojspc tells me it can't read the files. If I create a property that lists all the files in the directory, it compiles them fine.
I obviously don't want to have a static list of files in my build script to maintain.
Is there a way to dynamically generate a list of files and assign it to a property?
--
Joe Nelson
OCLC Online Computer Library Center, Inc.
Dublin, OH
I obviously don't want to have a static list of files in my build script to maintain.
Is there a way to dynamically generate a list of files and assign it to a property?
--
Joe Nelson
OCLC Online Computer Library Center, Inc.
Dublin, OH