facebook

How do I disable addition of WEB-INF and META-INF

  1. MyEclipse Archived
  2.  > 
  3. Web Development (HTML, CSS, etc.)
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #248811 Reply

    tdanylak
    Member

    How do I disbale the addition of WEB-INF and META-INF directories when I add the web project capabilities to my project. I keep my config files for web app in the folder called conf, and libraires in lib folder, and when I need to deploy it I use ant to put everything in the proper place.

    How do I tell myEclipse where to look for web.xml and such files?

    #248896 Reply

    Riyad Kalla
    Member

    You can’t at this time, but we are working on an enhancement during the MyEclipse 5.x release series such that you will be able to set this up. In the mean time you can either use a sym link or just ignore MyEclipse’s dire need to know where everything is and just use Any for deployment.

    NOTE if you use Ant for building to, be sure to set debug=true on your javac task so debugging works.

    #249098 Reply

    tdanylak
    Member

    cool. thanx

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: How do I disable addition of WEB-INF and META-INF

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