facebook

multi-indirect dependent projects

💡
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 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #239742 Reply

    kkisiele
    Member

    Does myeclipse support deployment of multi-indirect dependent projects ? Something like that:

    
    foo-core   foo-domain
      |                 |
      |                 |
      +-----+------+
               |         
           foo-logic
               |
               v
           foo-web
    

    I would like to configure that foo-web depends only on foo-logic (without specifing indirect projects of foo-web: foo-core and foo-domain). I assume that foo-logic is configured to depends on foo-core and foo-domain and export them.

    #239747

    Scott Anderson
    Participant

    Actually no, we don’t traverse the complete dependency tree because it might not be required to deploy foo-core and foo-domain for foo-logic to work for foo-web. While this level of flexibility is not in the deployer yet, a simple work around is to also make foo-web directly depend on foo-core and foo-domain. You can then configure how you’d like them deployed as documented in the Advanced section of the Working with Web Project quickstart that located in the Documentation section here: http://www.myeclipseide.com/ContentExpress-display-ceid-67.html

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: multi-indirect dependent projects

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