facebook

Deploy libs of dep projects for web project [Closed]

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

    Hello,

    i just started to evaluate MyEclipse 3.8.1+QF20040825 (with Eclipse 3 final) and i wondered if it is possible to deploy exported jars of projects the webprojects depends on.
    The .class files of the other projects and the libraries of the webproject are deployed, as expected.

    Thanks for help.

    Jörg Eichhorn

    #213769 Reply

    Riyad Kalla
    Member

    Jorg,
    Can you clarify what you mean? Right now if you have a Web Module Project that relies on a Java Project, the Java Project will be jar’ed up and deployed… if you are asking about the JARs of that Java Project, then the quickest way to do this is to set them as external references in your build path for your Web module project, then they will be deployed too (as long as you setup the deployment rule to deploy them, I think the default is to NOT deploy them).

    #213782 Reply

    Hello Riyad,

    i was asking about the jar file of the Java Project the Web Module Project relies on. Currently i just copy the jars of the Java Project manually into the deployed WEB-INF/lib folder. The jar file of the Web Module Project are deployed automatically. Also the classes of the web project and the java project.

    I don’t like the external reference to jars in projects which are shared via cvs, because the path is stored in the project classpath settings and other developers does not have the same path (for example on developer has the eclipse workspace directly under the eclipse directory and another on has it somewhere else on the disk).

    It would be nice if it would be possible that people only install MyEclipse, define and configure an application server in the MyEclipse settings, check out projects from cvs, deploy the Web Module Project to the server and can start developing without the need to copy jars manually.

    Best regards,

    Jörg Eichhorn

    #213785 Reply

    Riyad Kalla
    Member

    Jorg,
    Thank you for the clarification… this is not currently supported but I will pass it by the team. I can’t promise anything though.

    #213792 Reply

    Riyad,

    thanks for help. Hopefully this will come in a future release.

    Jörg

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: Deploy libs of dep projects for web project [Closed]

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