Enrique Rodriguez wrote: > On 4/26/06, John E. Conlon wrote: >> On Tue, 2006-04-25 at 18:01 -0400, Enrique Rodriguez wrote: > ... >>> I made a 'main' module that will >>> assemble ApacheDS deps with the Felix runtime and startup with an >>> ApacheDS Felix "profile." I just committed this on rev 396981. >> Yes I see it. Very nice. >> >> But, why the new org.apache.directory.server.Main class? Couldn't you >> have reused Felix's main? I revised the ApacheDS OSGi Main to use the straight-up Felix Main. > ... >> Should the log4j.properties file go in the conf directory with the other >> the properties files? I moved the log4j.properties to resources and copy it to the conf dir now. ... >> Will the new M2 plugin support scr and the Service-Component manifest >> header? I added basic support for the Service-Component manifest header to the Felix M2 Plugin. Enrique