facebook

‘not in build path’

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #205261 Reply

    Daniel Ray
    Member

    Here’s my package structure

    webapplication

    src/java — Struts and java files

    src/test — JUnit tests

    target — Where my classes are compiled to

    src — Where my webapp (jsps) reside

    My target directory (all jsps) report a ‘not in build path’ error while my src directory is fine. How do I get beyond this? Many thanks.

    #205266 Reply

    Scott Anderson
    Participant

    You’re receiving this error because either you’re not editing your JSP’s within a MyEclipse web project or your JSP files are not located under the directory you specified as the web root for your MyEclipse web project.

    More detail on project layouts can be found in the FAQ and the posts it references here:
    http://www.myeclipseide.com/FAQ+index-myfaq-yes-id_cat-30.html#112

    #205275 Reply

    Daniel Ray
    Member

    Target is my output directory and I don’t desire it to be under my webroot. The rest is fine. I’m looking for a way to let MyEclipse know to ignore my output directory (target), but can’t find one.

    For now, I’m just not going to output my jsp files to my target directory.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: ‘not in build path’

You must be logged in to post in the forum log in