[Bug 543480] Review Request: javamail - Java Mail API

bugzilla at redhat.com bugzilla at redhat.com
Fri Jan 8 11:10:17 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=543480





--- Comment #3 from Mary Ellen Foster <mefoster at gmail.com>  2010-01-08 06:10:15 EDT ---
The problem with the sub-packages is: the parent pom.xml does some sort of
maven magic with the "bundle" plugin that's beyond me, and that seems to make
use of the maven osgiversion plugin which isn't yet available on Fedora.

The intended build sequence appears to be: compile everything and bundle it
into mail.jar, and then also extract classes from that into sub-packages (e.g.,
com.sun.mail.imap.* into imap.jar). I asked about this on the upstream forum
and that's what the developer said:
   
http://kenai.com/projects/javamail/forums/forum/topics/2084-Where-is-the-source-for-imap-pop3-smtp-mailapi-

However, when I remove all of the unavailable plugins and try to build the
sub-packages, every sub-jar just ends up containing all of the classes from
mail.jar all over again.

The "dsn" sub-package is fine because its source files are actually included
separately, unlike the other ones.

I could just manually build the other jar files by running "jar" myself, I
guess ...

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the package-review mailing list