facebook

change lib directory [Closed]

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

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

    tonno01
    Member

    Hi,
    I would like to know how i can change the lib directory of the Web for an Enterprise Application Project.

    The default is in projectWeb\WEB-INF\lib

    Is there any way to change this, or to add it.

    thanks
    martin

    #215608

    Riyad Kalla
    Member

    Martin,
    ME will automatically pickup the libs in the WebRoot/WEB-INF/lib directory since its the standard web project organization, however if you wish to place the libraries someplace else, that is fine, just make sure to update your Java Build Path > Libraries (tab) manually to include the libraries in your build path so ME can provide you correct autocomplete/error detection/etc.

    #215617

    tonno01
    Member

    Hi,
    Well, i knew that, but my problem is: when i deploy the project i want the external libraries to be placed to another lib directory and not to the default one. i know i can do it manually after deployment, but thats not so nice…

    martin

    #215624

    Riyad Kalla
    Member

    Martin,
    Thank you for clarifying, you cannot currently do this with ME and would require a custom Ant script to handle the deployment.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: change lib directory [Closed]

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