I am using ant to manage a big Servlet project. I have quite a few jars which some files need, and others don't. What is the right place to put these jars? Should I create a /libs directory in my project, and then add all these jars to the classpath in the compile target? Is there a standard way to handle this?
Thanks! -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
