Is this scanning going to be done for the classes in web-inf/classes dir or both the web-inf/classes & jars in web-info/lib dir? RFC 66 requires all jars from web-inf/lib to be added to the Bundle-Classpath manifest header and if we assume the user has packed the war dependencies in the war file, I wonder if we need to scan the jars in web-inf/lib dir?
If we do need to scan both (the later case), would the packages needed by the classes in web-inf/classes dir marked as required (if it is not importing from within the war) while the packages needed by classes in web-inf/lib dir marked as optional? Thanks Lin On Mon, Oct 5, 2009 at 9:41 AM, Valentin Mahrwald <[email protected]> wrote: > My suggestion was, going with Guillaume's initial suggestion, to scan for > dependencies but generate them all as optional. >
