facebook

How to ignore subfolder with JSP-Files it Web Project

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

    _bjoern
    Member

    Hello!

    I’ve a web project with two folders that contain JSPs.

    /WebRoot/ <- real JSPs
    /secondfolder/ <-JSPs to be ignored by Eclipse

    I want that Eclipse resp. MyEclipse ignores the secondfolder.

    At the monent Eclipse indicates errors/problems in the second
    folder.

    Is it possible to configure MyEclispe to ignore the scondfolder?

    I don’t want to delete the secondfolder, because I need it
    for version control.

    Thanx,

    Bjoern

    #223677

    Riyad Kalla
    Member

    Is it possible to configure MyEclispe to ignore the scondfolder?

    Yes we just added it in 3.8.3, you can right click on the “Secondfolder” go to Properties and check “Derived”, then right click on your project > MyEclipse > Clear Error Markers, then rebuild your project. The “secondfolder” will be ignored from validation.

    PLEASE NOTE: Currently ‘derived’ also keeps the CVS module from adding new files to CVS as it ignores them, you can work around this by unchecking the resource, checking it into CVS, then marking it dervied again. We will fix this in a future release by adding a new “Don’t validate” flag that will be easier to use.

    #223691

    _bjoern
    Member

    Thanx! Great Help!

    I think “Clear Error Markers” is labeled “Remove all Validation Markers”

    #223692

    Riyad Kalla
    Member

    I think “Clear Error Markers” is labeled “Remove all Validation Markers”

    Woops, yes that’s what I meant 😉

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: How to ignore subfolder with JSP-Files it Web Project

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