facebook

smart deployment either/or behaviour for 3 projects

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #252477 Reply

    QAS
    Member

    [myeclipse 4.0]

    i currently have 3 projects named common, projecta and projectb

    projecta and projectb both need to compile src from common into their classes

    projectb additionally needs to compile projecta src into its classes

    the common src tree is

    a.b.common

    the projecta src tree is

    a.b.p.x

    and projectb src tree is

    a.b.p.y

    i am finding that using the smart deployment facility, i can only get either/or common or projecta src compiled alongside projectb’s src, but not all.

    for example, if i remove common as a project dependency i get classes at

    a.b.p.x
    a.b.p.y

    if i now include common i get

    a.b.common
    a.b.p.y

    is this a bug do we think?

    #252478 Reply

    QAS
    Member

    that’s not right, i did not explain it properly … the issue actually appears to be …

    i can get common src always into projectb classes. however, i can never get projecta classes. the only thing i can see here is that projecta and projectb share the same package parent, i.e a.b.p

    could this cause a conflict?

    #252538 Reply

    QAS
    Member

    hi, i am almost certain this is a bug. i’ve tested just about every permutation now and in a nutshell

    a web project cannot compile classes from more than 1 other project (web or java project). i can get at most either 1 other project’s sources compiled into the web project, but i need both.

    i also upgraded to 4.1 but i see the same behaviour

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: smart deployment either/or behaviour for 3 projects

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