After recently working on a new web application project, it came to a stage where I had to download the project at home on my personal machine. So of course I logged into our SVN and grabbed a copy.
After getting the project there was an error in the project:
Cannot nest 'Project/src/main/java' inside library 'Project/src
I knew previously that this error wasn't occuring. As far as the project classpath is concerned there was only one src path which correctly pointed at the folder Project...
Your views…