RE: [PROPOSAL] lifecycle release

"Noel J. Bergman" <[email protected]> Mon, 17 Mar 2003 02:34:08 -0500
Newsgroups gmane.comp.jakarta.avalon.phoenix.devel
Message-ID <NBBBJGEAGJAKLIDBKJOPEEDMAMAB.noel__17102.1336726428$1047886411@devtech.com>
>>>BTW, I'm still thinking about the logging thing.
>>>Imagine that we have all logging calls done like this:
>>>  //@log("hello log");
>>>we would have logging disabled by default, but we can transform the
>>>class to use logging when running
>>We do something similar in James with Ant, but the changes are at compile
>>time.
>Ahhh.  Kewl - two jars for each package.

No, just one.  In our case we use it with JVM detection so if you do a
source build you can get a build optimized for your JVM.

	--- Noel