Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 367839 - Build failed because of lack of javax.mail.glassfish
Summary: Build failed because of lack of javax.mail.glassfish
Status: RESOLVED FIXED
Alias: None
Product: Orion
Classification: ECD
Component: Releng (show other bugs)
Version: 0.4   Edit
Hardware: PC Windows 7
: P3 blocker (vote)
Target Milestone: 0.4 M2   Edit
Assignee: Malgorzata Janczarska CLA
QA Contact:
URL: http://dev.eclipse.org/mhonarc/lists/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-04 07:18 EST by Malgorzata Janczarska CLA
Modified: 2012-01-06 04:23 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Malgorzata Janczarska CLA 2012-01-04 07:18:45 EST
BUILD FAILED
/shared/eclipse/e4/build/e4/org.eclipse.orion.releng/buildWebIDE.xml:12: The following error occurred while executing this line:
/opt/public/eclipse/e4/build/e4/org.eclipse.releng.basebuilder_R3_7/plugins/org.eclipse.pde.build_3.7.0.v20110512-1320/scripts/productBuild/productBuild.xml:38: The following error occurred while executing this line:
/opt/public/eclipse/e4/build/e4/org.eclipse.releng.basebuilder_R3_7/plugins/org.eclipse.pde.build_3.7.0.v20110512-1320/scripts/build.xml:78: The following error occurred while executing this line:
/opt/public/eclipse/e4/build/e4/org.eclipse.releng.basebuilder_R3_7/plugins/org.eclipse.pde.build_3.7.0.v20110512-1320/templates/headless-build/customTargets.xml:12: The following error occurred while executing this line:
/shared/eclipse/e4/build/e4/org.eclipse.orion.releng/builder/allElements.xml:16: The following error occurred while executing this line:
/opt/public/eclipse/e4/build/e4/org.eclipse.releng.basebuilder_R3_7/plugins/org.eclipse.pde.build_3.7.0.v20110512-1320/scripts/genericTargets.xml:59: The following error occurred while executing this line:
/shared/eclipse/e4/orion/I201201032230/fetch_org.eclipse.pde.build.container.feature.xml:10: The following error occurred while executing this line:
/shared/eclipse/e4/orion/I201201032230/fetch_org.eclipse.pde.build.container.feature.xml:15: The following error occurred while executing this line:
/shared/eclipse/e4/orion/I201201032230/fetch_org.eclipse.orion.xml:11: The following error occurred while executing this line:
/shared/eclipse/e4/orion/I201201032230/fetch_org.eclipse.orion.xml:53: The following error occurred while executing this line:
/shared/eclipse/e4/orion/I201201032230/fetch_org.eclipse.orion.server.feature.xml:11: The following error occurred while executing this line:
/shared/eclipse/e4/orion/I201201032230/fetch_org.eclipse.orion.server.feature.xml:254: The following error occurred while executing this line:
/shared/eclipse/e4/orion/I201201032230/fetch_org.eclipse.orion.base.feature.xml:10: The following error occurred while executing this line:
/shared/eclipse/e4/orion/I201201032230/fetch_org.eclipse.orion.base.feature.xml:40: The following error occurred while executing this line:
/shared/eclipse/e4/orion/I201201032230/fetch_org.eclipse.orion.base.feature.xml:61: Unable to find: Installable Unit [ id=javax.mail.glassfish version= ]
Comment 1 Malgorzata Janczarska CLA 2012-01-04 07:24:47 EST
I added javax.mail.glassfish to the wrong map. It shouldn't be imported from platform, it should be taken from orbit.
I committed changes in maps, hopefully they should fix the build.
Comment 2 Malgorzata Janczarska CLA 2012-01-04 09:46:04 EST
Next build failed in a way I don't understand:
http://dev.eclipse.org/mhonarc/lists/orion-releng/msg00362.html
It seems that my fix for the map file was correct, no problems with javax.mail.glassfish reported, but why did is report problems with
111: Bundle org.eclipse.orion.server.configurator_0.4.0.v20120103-1608 failed to resolve.:
		 Missing required plug-in org.eclipse.orion.server.useradmin_0.1.0.
		 Missing required plug-in org.eclipse.orion.server.git_0.4.0.
Comment 3 John Arthorne CLA 2012-01-04 14:48:38 EST
There is a previous error in the log:

[eclipse.buildScript] Bundle javax.mail.glassfish:
[eclipse.buildScript]   Unsatisfied import package javax.activation_0.0.0.
Comment 4 Malgorzata Janczarska CLA 2012-01-05 03:57:39 EST
(In reply to comment #3)
> There is a previous error in the log:
> 
> [eclipse.buildScript] Bundle javax.mail.glassfish:
> [eclipse.buildScript]   Unsatisfied import package javax.activation_0.0.0.

Thanks John! this says more, I'll double check if I added correct javax.activation to the map.
Comment 5 Malgorzata Janczarska CLA 2012-01-05 06:06:56 EST
The bundle javax.activation is correct in the map. The only place it was missing was the feature, maybe that's why the build doesn't see it. I added it, I hope this fixes the build.
Comment 6 Malgorzata Janczarska CLA 2012-01-06 04:23:54 EST
Build passed.