See the org.andromda.core.common.ResourceFinder.findResources(java.lang.String), pass in the name of the resource you're looking for and it will return you the array of all the resource java.net.URL found, in fact I replaced the CartridgeFinder implemention with this too...so now they're using the same thing (its cleaner...get rid of the crazy classpath searching that was going on in CartridgeFinder). Take a look at org.andromda.core.metafacade.MetafacadeMappigns.discoverMetafacades() to see how I use it.
Chad ----- Original Message ----- From: "Matthias Bohlen" <[EMAIL PROTECTED]> To: "'Chad Brandon'" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, February 27, 2004 5:10 PM Subject: How do you discover andromda-metafacade.xml? > Hi Chad, > > how do you discover those magic XML files? Is it a mechanism similar to > CartridgeFinder? > > Cheers... > Matthias > > --- > > Matthias Bohlen > "Consulting that helps project teams to succeed..." > http://www.mbohlen.de/ > > ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Andromda-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-devel
