Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
QAS
Post subject: smart deployment either/or behaviour for 3 projects  PostPosted: May 24, 2006 - 04:12 PM
Registered Member
Registered Member


Joined: Apr 22, 2005
Posts: 26

[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

Code:
a.b.common


the projecta src tree is

Code:
a.b.p.x


and projectb src tree is

Code:
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

Code:
a.b.p.x
a.b.p.y


if i now include common i get

Code:
a.b.common
a.b.p.y


is this a bug do we think?
 
 View user's profile Send private message  
Reply with quote Back to top
QAS
Post subject:   PostPosted: May 24, 2006 - 04:16 PM
Registered Member
Registered Member


Joined: Apr 22, 2005
Posts: 26

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?
 
 View user's profile Send private message  
Reply with quote Back to top
QAS
Post subject:   PostPosted: May 25, 2006 - 02:11 PM
Registered Member
Registered Member


Joined: Apr 22, 2005
Posts: 26

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
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits