On Tue, 22 Jan 2002, Nick Bauman <[EMAIL PROTECTED]> wrote: > I have some properties files in my project that ant seems to ignore > when making a jar. I looked at the documentation and I searched the > archives and couldn't find anything relevant on this subject.
How does the task look like? Could there be an exclude pattern that matches the file or could it be that the file doesn't match any include patterns (pattern matching in Ant is case-sensitive by default). Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
