How to get IDEA to copy a .bsh file to the classpath
Hi,
I've search hi-and-lo in the IDE, in the help, on the web but I cannot
see how this works.
I have a BeanShell script (dynaop.bsh) in my src path. I want IDEA to
copy it to the classpath when I compile the module, but it doesn't
happen. However if I create a .xml file in this directory it is copied
automatically.
Can anyone tell me what i'm missing to make this work?
Regards,
Matt
请先登录再写评论。
Matt Mower wrote:
Of course it's obvious that no sooner had I posted this than I come
across the resource pattern field in the compiler tab and figure out
what it does...