Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing required plug-in org.objectweb.asm_5.0.1. #6

Open
robstewart57 opened this issue Dec 15, 2014 · 1 comment
Open

missing required plug-in org.objectweb.asm_5.0.1. #6

robstewart57 opened this issue Dec 15, 2014 · 1 comment

Comments

@robstewart57
Copy link
Contributor

I'm using an up to date clone of orcc and ci-server-scripts. Running:

$SCRIPTS_DIR/orcc_build $WORK_DIR ~/code/orcc-working-dir/projects/orcc/eclipse/features ~/code/orcc-working-dir/projects/orcc/eclipse/plugins

I get:

generateScript:
[eclipse.buildScript] Some inter-plug-in dependencies have not been satisfied.
[eclipse.buildScript] Bundle net.sf.orcc.ui:
[eclipse.buildScript]   Missing required plug-in net.sf.orcc.cal.ui_2.3.1.
[eclipse.buildScript] Bundle net.sf.orcc.xdf.ui:
[eclipse.buildScript]   Missing required plug-in net.sf.orcc.ui_0.0.0.
[eclipse.buildScript]   Missing required plug-in net.sf.orcc.cal_0.0.0.
[eclipse.buildScript]   Unsatisfied import package net.sf.orcc.ui_0.0.0.
[eclipse.buildScript] Bundle net.sf.orcc.cal:
[eclipse.buildScript]   Missing required plug-in org.objectweb.asm_5.0.1.
[eclipse.buildScript] Bundle net.sf.orcc.cal.ui:
[eclipse.buildScript]   Missing required plug-in net.sf.orcc.cal_2.3.1.
[eclipse.buildScript] Bundle net.sf.orcc.cal.tests:
[eclipse.buildScript]   Missing required plug-in net.sf.orcc.cal_2.3.1.
[eclipse.buildScript]   Missing required plug-in net.sf.orcc.cal.ui_2.3.1.

BUILD FAILED
/home/rob/code/orcc-working-dir/working/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/scripts/build.xml:35: The following error occurred while executing this line:
/home/rob/code/orcc-working-dir/working/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/scripts/build.xml:91: The following error occurred while executing this line:
/home/rob/code/orcc-working-dir/working/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/templates/headless-build/customTargets.xml:12: The following error occurred while executing this line:
/home/rob/code/orcc-working-dir/working/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/templates/headless-build/allElements.xml:16: The following error occurred while executing this line:
/home/rob/code/orcc-working-dir/working/eclipse.build/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/scripts/genericTargets.xml:111: Processing inclusion from feature net.sf.orcc: Bundle net.sf.orcc.cal_2.3.1.201412151048 failed to resolve.:
    Missing required plug-in org.objectweb.asm_5.0.1.

I'm sure this is user error (my error). What might that be?

@alorence
Copy link
Contributor

As far as I remember, this error is due to the missing plugin 'org.objectweb.asm' in older versions of eclipse. You should now use eclipse Luna instead of Kepler. Since you used the scripts to configure the compilation environment, you have to re-run orcc_eclipse_setup. This script have been updated on September 30 (89cf493).

If you already run orcc_eclipse_setup in the last 2 months, so the issue might be something else, but you should try to reinstall everything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants