Re: javac task to include properties file

2005-03-01 Thread Ivan Ivanov
--- Jeffrey E Care <[EMAIL PROTECTED]> wrote: > AFAIK javac ignores non-Java files (you can see this > in verbose or debug > mode). If you need to have copies of other file > types in your "classes" > directory then the obvious solution would be to copy > them. > > Implementation left as an e

Re: javac task to include properties file

2005-03-01 Thread Jeffrey E Care
AFAIK javac ignores non-Java files (you can see this in verbose or debug mode). If you need to have copies of other file types in your "classes" directory then the obvious solution would be to copy them. Implementation left as an exercise for the reader. JEC -- Jeffrey E. Care ([EMAIL PROTECT

javac task to include properties file

2005-03-01 Thread Michael Wang \(IT\)
any arg to include those properties which will copy them from srcdir to targetdir? thanks.