Fedora Account System
Red Hat Associate
Red Hat Customer
I had this case for javamail. It puts all files into /usr/share/java/javamail/, and the build was failing with javax.mail missing. It was necessary to use P2 director to install javamail into local repo to make build working.
Basically mail.jar in /usr/share/java/javamail is not being picked up because the script requires that the jar have a META-INF/MANIFEST.MF with a 'Bundle-ManifestVersion' entry. mail.jar does not have this entry. I can see that this entry isn't required (http://wiki.osgi.org/wiki/Bundle-ManifestVersion). In fact it seems Bundle-SymbolicName is the only mandatory header for OSGi so this might be a better choice (http://wiki.osgi.org/wiki/Bundle-SymbolicName).
tycho-0.15.0-1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/tycho-0.15.0-1.fc17
Package tycho-0.15.0-1.fc17, tycho-extras-0.15.0-1.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing tycho-0.15.0-1.fc17 tycho-extras-0.15.0-1.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-11197/tycho-extras-0.15.0-1.fc17,tycho-0.15.0-1.fc17 then log in and leave karma (feedback).
Package tycho-extras-0.15.0-1.fc17, tycho-0.15.0-3.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing tycho-extras-0.15.0-1.fc17 tycho-0.15.0-3.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-11197/tycho-extras-0.15.0-1.fc17,tycho-0.15.0-3.fc17 then log in and leave karma (feedback).
Package tycho-extras-0.15.0-1.fc17, tycho-0.15.0-4.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing tycho-extras-0.15.0-1.fc17 tycho-0.15.0-4.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-11197/tycho-extras-0.15.0-1.fc17,tycho-0.15.0-4.fc17 then log in and leave karma (feedback).
tycho-extras-0.15.0-1.fc17, tycho-0.15.0-4.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report.