What is supposed to show up in Java EE dependencies ?
ok trying again,
Lets say my workspace jas the following
myear (imported from outside)
mywebapp1 (created from ear import)
mywebapp2 (newly created in workspace)
mytuility1 (created from import)
myutility2 (newly created in workspace)
what happens in each step ?
1. add mywebapp2 to myear. I can do this by going to "Java ee module dependencies" for myear project. what is expected to happen ?
In myear project, under earcontent I see mywebapp1.war after importing the ear into workspace. So I exprected adding mywebapp2 as a dependency will put mywebapp2 alongisde mywebapp1 into earcontent directory. this is not happening
the only thing that seems to happen is the components file in myear project gets a dependanmodule tag with the newly added webproject.
2. I want mywebapp1 to have access to classes from mywebapp2.
Can someone PLEASE give me some information on how this is supposed to work ? I've been trawling the bugzilla and googlijng for days. It appears that a lot of people are confused about this tab and what it is supposed to do. At least show me where the source code is so I can go look and leave you in peace. insert emoticon for tearing hair out