--- [EMAIL PROTECTED] wrote: > Hi Chad, > > It's as if AndroMDA just does not handle the > <repository tag : I've > putted the classpath and with or without the > <repository> it's still > MDRRepositoryFacade working.
Yeah, its because I wasn't registering a repository that was being set through that ant tag, it should be fixed in CVS, although I know CVS has a lag between developer access and anonymous access, so hopefully it will show up soon. Also using the repository tag is the deprecated way to do that (probably should just remove it for 3.x) because now if you have a repository you just add a META-INF/services/org.andromda.repository.RepositoryFacade file (see the mdr module for an example, I just checked it in) to your new repository jar and the ComponentContainer will load the class defined in that service file (when your repository jar is on your classpath) To use your new repository (until anon access caches up)...just modify the META-INF/services/org.andromda.repository.RepositoryFacade to be your new repository (instead of the current MDR one). > > I'll get an eye too so I can learn more about > AndroMDA component > Architecture. > > Regards, > > ------------------------------------------------------------- > NetCourrier, votre bureau virtuel sur Internet : > Mail, Agenda, Clubs, Toolbar... > Web/Wap : www.netcourrier.com > T�l�phone/Fax : 08 92 69 00 21 (0,34 � TTC/min) > Minitel: 3615 NETCOURRIER (0,16 � TTC/min) > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux > Tutorials > Free Linux tutorial presented by Daniel Robbins, > President and CEO of > GenToo technologies. Learn everything from > fundamentals to system > administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click > _______________________________________________ > Andromda-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/andromda-devel ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Andromda-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-devel
