> How are you adding the dependency? When you go to the project
> properties -> libraries section, how do you add the dependency? Are
> you using "Add JAR/Folder" button?
> Maybe if you use the "Add Project" and add project A as a dependency
> in project B, then that will carry over any libraries that A depends
> on.
Yes I'm using "add project", and it doesn't carry over any
dependencies. So even without external libraries, If A imports B and B
imports C, A does not see C :(. I seem to have to explicitly import C
into A.
I'm used from Eclipse that all dependancies are carried over,
however you can fine tune this quite well: You can select which
imported libraries are exported to other projects, and even can enter
filters based on package (positive and negative). It seems eclipse is
much more advanced in this area.
> By the way, you might get better help on the NetBeans mailing lists
> which can be accessed through NNTP (news) via gmane.org
Thanks, I'll try the mailing lists.