I absolutely MUST be out of practice, because I don't recall having these problems before.
Keep in mind the structure is the same as mentioned in
my other thread about deleting directories.
Here's the snipped of build.xml in the workspace/Project-Common directory.
So, basically, Project-1 requires the .jar files (there are 2 of them) in Project-Common. Project-2 requires those same .jar files, plus a .jar file in Project-2/lib, plus the classes from Project-1.
What is causing this to fail? The compilation errors happen with Project-1, and they suggest that the system is acting as if the classpath reference is simply not there.