Thanks Matthias, I fixed the columns and added an example. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias K�spert Sent: Tuesday, February 08, 2005 8:07 AM To: Chad Brandon Cc: andromda-user Subject: RE: [Andromda-user] Problem with loggingConfigurationUri
Thanks Chad - that worked. Just as inspiration: it would be nice to have an example in the documentation - it lasted some minutes until I found out that I have to prepend the filename with 'file:' - as it's an URI. BTW: the columns for 'Description' and 'Optional' seem to have their contents mixed up for maven.andromda.cartridgeFilter and maven.andromda.loggingConfigurationUri. Matthias On Tue, 2005-02-08 at 15:30, Chad Brandon wrote: > That's my fault Matthias, I gave you the wrong property name, it should be > "maven.andromda.loggingConfigurationUri": > http://team.andromda.org/docs/maven-andromda-plugin/properties.html > > Chad > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Matthias > K�spert > Sent: Tuesday, February 08, 2005 2:31 AM > To: andromda-user > Subject: [Andromda-user] Problem with loggingConfigurationUri > > Hi, > > does anybody use the property: > maven.andromda.logging.configuration.uri=<log4j-config> ? > > I put it in my project.properties (in the project root) and put a > trace-output in AndroMDALogger.configure(). But the printout always > tells me that the loggingConfigurationUri is not set (- and of course my > log4j.xml is ignored). > > As I scanned the AndroMDA-source I could not find where the property is > read from the file and set to the logger. It seems like the property is > ignored at all. > > What I found is: > > AndroMDAGenTask.setLoggingConfigurationUri() calls > ModelProcessor.setLoggingConfigurationUri() which then calls > AndroMDALogger.setLoggingConfigurationUri(). > > But where is AndroMDAGenTask.setLoggingConfigurationUri() called? > > Could anybody please help with that? > > TIA, > Matthias > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Andromda-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/andromda-user > > > ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=ick _______________________________________________ Andromda-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-user ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click _______________________________________________ Andromda-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-user
