I have a web project that has another project on the build path. The other project contains supporting classes that the web project will rely on. I need it to end up either as a jar in the web project lib directory, or expanded in the web project classes directory.
Can I set this up some way that will keep the web deployment updated when I update the other project?
Thanks
Tom