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
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to