Erik, I thank you emphatically. I made the change to the classes element as you described, and I now have a classes directory with my slide.properties file! I truly appreciate your help. This will make my deployment muuuuch easier.
Thanks! Dan -----Original Message----- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 11:03 AM To: Slide Users Mailing List Subject: Re: tomcat and slide.properties On Wednesday, March 26, 2003, at 10:27 AM, Tarkenton, Daniel S. wrote: > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
