[jboss-as7-dev] Classes duplicated in modules & packages split between modules?

David M. Lloyd david.lloyd at redhat.com
Wed May 30 21:01:51 EDT 2012


On 05/30/2012 06:44 PM, Ondrej Zizka wrote:
> Hi,
>
> what's our policy for:
>
> 1) Classes duplicated in modules?
>
> https://hudson.qa.jboss.com/hudson/view/EAP6/view/EAP6-Miscellaneous/job/eap-60-tattletale/javadoc/multiplejars/index.html
> Some (most) have justification, some do not AFAIK,
> like log4j classes in  log4j-1.2.16-redhat-1.jar ,
> log4j-jboss-logmanager-1.0.0.Final-redhat-1.jar
> These cause troubles when generating code coverage reports.

You should not have a log4j JAR unless it is used to build 
log4j-jboss-logmanager.

> 2) Packages split between modules?
>
> https://hudson.qa.jboss.com/hudson/view/EAP6/view/EAP6-Miscellaneous/job/eap-60-tattletale/javadoc/multiplejarspackage/index.html
> E.g. weld-api and weld-core contain the same package.
> This causes troubles when generating Javadoc.
>
> Are we okay with the status quo, or are we going to "make it right"?

That is as it should be afaik.
-- 
- DML


More information about the jboss-as7-dev mailing list