Norman Maurer wrote:
just one question you said that you can'T include gpl stuff. So whats
the best way to add features that need gpl jars ? Like its done with the
java mail jar ? Or is there a better option..

No, it's worse.

We CAN bundle mail.jar in binary distribution but CAN'T bundle it in source distributions (actually we probably CAN do this with latest javamail as SUN changed the license to CDDL)

We CAN'T bundle any GPL jar in our binary/source distributions.

You can't use maildir interfaces in james code, but hopefully you used the javamail provider interface only and the binding to maildir is only in configuration files: then you should add documentation to let the users write their conf supporting maildir and download the maildir jar.

AFAIK this is the only way.
Stefano



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to