Me and my friend are trying to manage a project with subversion, but every time one of us updates/downloads latest version, problems with references occur.
This has to do with the references “mysql..connector..jar” and “myfaces..bundle..jar“. The important thing is that we have the same version of the libraries, we made sure of that, but still when one of us has updated to latest version and starts Netbeans, we get
“..One or more references could not be found..”
So I’m wondering if we could put these two libraries/jars in the project folder and solve it that way. I think that right now it’s like an external reference, I have the jars on my desktop and have to link to them every time I have a new version of the project.
More details: JSF project with Netbeans, we’re using TortoiseSVN (Subversion).
Hope someone understands, maybe with some questions I can make myself more clear.
EDIT: so now I tried resolving the problem by finding these jars in the project folder and adding them again, it worked. But why is netbeans complaining if the jars are already in the project? One would assume netbeans can find them automatically.
EDIT 2: I also noticed now that project.properties and private.properties (2 files in the project) are marked red, do we have to have the same version of Tomcat server? That seems to be the conflict in project.properties.
EDIT 3: Some files contain file paths, which are different on our computers (C:\Users\MyPC.. vs. C:\Users\HisPC..) Is there a way to solve this?
The following comments may be helpful: