On Tue, Mar 27, 2012 at 12:27 PM, Mark Fortner <[email protected]> wrote: > Is there a quick way to create packages in ArgoUML? I was trying to create > a package like com.google.whatever. Rather than creating a "folder" for > each part of the domain I wanted to simply specify com.google.whatever and > have it create the appropriate set of nested folders. I tried with both > Java style and UML style package names, and neither seemed to create the > appropriate nesting. Is there another way of doing this?
I don't think that there's a way to create a complete folder hierarchy in one go, but there's no rule saying that you have to start at the root. You could name your top level folder com.google (or whatever) and just nest any additional namespaces under that. Tom ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=449&dsMessageId=2941214 To unsubscribe from this discussion, e-mail: [[email protected]].
