View previous topic :: View next topic |
Author |
Message |
sokatis
Joined: 10 Dec 2004
Posts: 1
|
Posted: Fri Dec 10, 2004 4:32 pm Post subject: nested packages
|
|
|
Hello,
i have a problem in creation of neasted packages.
i have create a package p1, java Package Path /p1, and a nested package p11. with Java Package path /p1/p11.
The Problem is, i can add classes into package p1, but nothing
into package p2.
What's wrong?
Sokatis.
|
|
Back to top |
|
|
julien
Site Admin
Joined: 16 Mar 2003
Posts: 171
|
Posted: Fri Dec 17, 2004 10:43 am Post subject: Re: nested packages
|
|
|
Not sure what's your problem. Any way, Java has not the concept the subpackage. You can open a diagram for the "subpackage" and then add the class.
julien
omondo
|
|
Back to top |
|
|
magir
Joined: 13 Oct 2004
Posts: 13
|
Posted: Tue Dec 21, 2004 1:30 pm Post subject:
|
|
|
I guess you mean with "nested package" p1.p11 which is in the subdirectory /p1/p11. I have a similar construction and it works without any bigger problems so far. Just make sure only to insert classes in packages where they really belong, otherwise your diagram might get broken and you won't be able to reopen it.
|
|
Back to top |
|
|
|