On 9/28/07, Linus Tolke <[EMAIL PROTECTED]> wrote: > I agree that the things for C++ should be included but at the same time I > would like to keep the C++ stuff in the argouml-cpp project both in a > project management perspective and in a product packaging perspective. To > solve this, we need a way to find such profiles from all available jar files > when ArgoUML starts.
I'm pretty sure that this capability exists already. If you check out Marcos Aurélio's branch you'll find a javabeans.jar in the ./ext directory which appears to contain a profile (I haven't looked at the packaging in detail). He's included the capability to have multiple directories that are searched for profiles and we can certainly include the user's ./ext directory by default so that any extensions profiles get picked up. Speaking of packaging, the profiles are currently in the top level ArgoUML source directory which isn't where they belong, but I just focused on getting things merged for the first step rather than making changes. Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
