I am using Intellij IDea ultimate 15.
I want to compile/test/deploy on a remote host. So this is what I did: 1. File -> New -> Project -> Empty Project -> Specify project name/location
- Preferences -> Deployment -> add host(Test SFTP connection successfully)
- Modify mappings: set the Local path to the same as project location
Then it complains:
Local Path '[my local path]' is out of project
The path is the project location that I set to, it exists, and I have the right permission. So don't know why it complains.
Thanks for your time!