eclipse set automatical copy of libraries during build.

V

Vladimir.Sakharuk

I have web project with bunch of external libs.
This libraries should be in web-inf/lib directory after project
compiled.
But I don't want to copy then manually in the project directory and set
dependency. They all resides in the network repository. So when I build
my classes my .classpath looks like
<classpathentry kind="lib" path="W:/JavaLibs/log4j-1.2.8.jar"/>
But then I want to automatically copy all those dependent libs to
c:/projects/myproject/web-inf/lib/
so I can run application right from my project directory.
How can I do it? Is ant build file the only choice?

Thanks \/lad.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top