Question

When I try to open my project I get this error message:

The project description file (.project) for 'project name' is missing. This file contains important information about the project. The project will not function properly until this file is restored.

I am using a mac (OS 10.8.2), the project code php files reside on a network drive not my local drive.

How should I set up my project so I don't get these sorts of errors?
A bit of background: - last week I was not getting this error, this monday morning I am, last week I upgraded my mac OS so maybe something happened there or maybe it has something to do with the fact that I'm connecting by wifi now and maybe last week I wasn't, I'm not sure.

Ideally I guess I would just run a local copy off my local drive and then push my code changes thorough git to the communal dev server before pushing to production but that's not how we do things and I'm not sure how to set all that up anyway - also the site is so involved it might be a real challenge to get everything working from local.

So, how do I set up my aptana project so it reads the code from the network drive while the project setting files reside locally?

Thanks

Was it helpful?

Solution

ok, nevermind, instead of fixing the broken links I just import the folder as a new project and now it works as before.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top