Community
Participate
Working Groups
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= ]
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.
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.
There is a previous error in the log: [eclipse.buildScript] Bundle javax.mail.glassfish: [eclipse.buildScript] Unsatisfied import package javax.activation_0.0.0.
(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.
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.
Build passed.