Intellij: setting up remote host mappings: local path exits project

I am using Intellij IDea final 15.

I want to compile / test / deploy on a remote host. So here is what I did: 1. File → Create → Project → Empty project → Indicate the name / location of the project

  1. Settings → Deployment → add host (successfully test SFTP connection)
  2. Change the mappings: set the Local path to the same as the project location

Then he complains:

The local path '[my local path]' exits the project

The path is the location of the project in which I am installed, it exists, and I have the correct permission. Therefore, I do not know why he complains.

Thank you for your time!

+4
3

, . , , , , .

" -", , , .

, "static web"

+4

( → ) . .

+1

Set up your projects and save them. Pay attention to the right ways! Then open the "Directories" in the "Settings". Mark the base level of your project as “resource root” (required), and other folders (as an example, adjust the project) as sources. Apply and solve the problem.

+1
source

All Articles