Note that there are some explanatory texts on larger screens.

plurals
  1. POEclipse and external src and web content folder linking or mapping
    primarykey
    data
    text
    <p><strong>First thing this is not the question</strong> but the solution of the problem which I have faced and waste 4,5 hours to find out the solution. please let me know if there is any better alternative to manage the external src folder with eclipse project.</p> <p>I am using a version version control system (GIT) to manage my project. Also accessing the Repository using the external Git client (SourceTree)</p> <p><strong>Note :</strong> Same scenario can be possible with SVN and tortoise SVN as well.</p> <p>In Eclipse : when I am creating a dynamic web project, it also content the "src" and "WebContent" folder, while i want to use the external folder (which I have checkout from Git Repo using Git client) .... I did lots of searching on google to map or link the external src and WebContent folder but not found the way. finally I have got the success. posting this information here .... so may be useful for someone.</p> <p>(1) Assume you have check out the content at location "C:\MyGitRepo\" which having 2 folder "src" and "WebContent"</p> <p>(2) create dynamic web project in eclipse : set source folder name to "src2"</p> <p><strong>Source folder mapping</strong></p> <p>(3) Right click on project -> New -> folder -> advance -> link to alternative location -> "C:\MyGitRepo\src"</p> <p>(3) Right click on project -> New -> Source folder -> browser -> "src"</p> <p>(4) Delete the "Src2"</p> <p><strong>Web Content folder mapping</strong></p> <p>(5) Delete the existing "WebContent" folder</p> <p>(6) Right click on project -> New -> folder -> advance -> link to alternative location -> "C:\MyGitRepo\WebContent"</p> <p>(7) project property -> Deployment assembly -> Add folder -> next -> select "WebContent" folder</p> <p>Everything work fine... means there is no src and web content folder in your workspace and you are using the external one</p> <p>We can use the eclipse plugin as well to do so but it is more convenient to use the external client (tortoise SVN or source tree)</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload