Ok, Erik, I'm with you on this. You were thinking exactly what I was
thinking -- I tried this, but couldn't get it to work. In the Ant war task
I tried to include the slide.properties file in the nested classes element
as follows:
You have a mistake below...
<classes dir="${metadata}"
includesfile="src/metadata/slide.properties"/>
includesfile is not the attribute you meant to use. 'includes' is what you want.
includesfile means to use that file as a list of files to include (relative file paths, one per line). includes is a comma-separated list of files to include.
Erik
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
