Hi Patrik,

there is a simple 'workaround' that I always use. - I use separate projects.

1. A project for oAW related sources. That contains my templates, knows the oAW 
libraries in its classpath etc.

2. One or more java projects. They know all the generated and manually written 
code. But they don't know anything about oAW libraries. - This way there is no 
conflict with any config file (or commonly used lib in a wrong version) in the 
classpath.

2.a (not oAW related) In addition I use always separate test projects. That 
automatically prevents conflicts between test and production config files...

I hope I got you point right.

Regards, Olaf

-------- Original-Nachricht --------
Datum: Wed, 23 May 2007 08:12:58 -0700 (PDT)
Von: Patrik Nordwall <[EMAIL PROTECTED]>
An: [email protected]
Betreff: [Fornax-developer] log4j.properties

> 
> log4j.properties is included in two oAW jars.
> oaw-core-emftools-4.1.2.jar and oaw-core-workflow-4.1.2.jar
> 
> It defines logging at debug level.
> log4j.rootLogger=DEBUG, A1 
> 
> This is anoying because when building with maven it is not possible to
> control the order of the jar files and when oaw becomes first it will
> define
> my logging settings when running JUnit tests.
> 
> Do you if there is a good reason for including log4j.properties in these
> jars?
> Is there any workaround?
> -- 
> View this message in context:
> http://www.nabble.com/log4j.properties-tf3804666s17564.html#a10765952
> Sent from the Fornax-Platform mailing list archive at Nabble.com.
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Fornax-developer mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/fornax-developer

-- 
Olaf Boede
Marner Strasse 43a
22047 Hamburg

tel:       0160-99171374
e-mail:  [EMAIL PROTECTED]


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Fornax-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fornax-developer

Reply via email to