--- Nick Bauman <[EMAIL PROTECTED]> wrote: > Yes, I did that and that has solved the problem. Thanks. I added the > entity to the "compile" target in my build.xml and it's now working > fine.
Not that doing it your way is wrong, but you might want to consider making the copy a separate target, for cases where you've only changed the properties file(s) and want to get it into your build dir, so you don't have to wade through the compile part just to get to the copy. You could have your jar'ing target depend on your compile and copy target, for when you want to build the jar, and keep the compile and copy targets independent, so you can run them individually when you know that's all you want to do. Diane ===== ([EMAIL PROTECTED]) __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
