facebook

how to customize a deployment?

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

    I would like to customize a project deployment by having it copy some specific files in the project to the WEB-INF/classes directory.

    How can I set this up in the MyEclipse project?

    #311280 Reply

    BlakeBinkley
    Member

    ccrotty: do you want this done from an ant script or inside eclipse?

    if you don’t care how it’s done the easiest solution is to add multiple source directories to your project, anything inside the source directory will be copied into the output folder (for a web project that is WEB-INF/classes)

    to add another source folder:

    right click on the project in question
    choose properties
    click on Java Build Path
    and click on the “Source Tab”
    and click add folder…

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: how to customize a deployment?

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