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

scalaxb installed via cs creates an exception when run, scopt dependency appears incorrect #387

Open
aappddeevv opened this issue Aug 12, 2016 · 0 comments

Comments

@aappddeevv
Copy link

aappddeevv commented Aug 12, 2016

Installed scalaxb via conscript 0.4.4. When run, I get an exception based on scopt:

$ scalaxb 
java.lang.NoClassDefFoundError: scopt/OptionParser
    at scalaxb.compiler.Main$.start(Main.scala:50)
    at scalaxb.compiler.SbtApp.run(SbtApp.scala:8)
    at xsbt.boot.Launch$$anonfun$run$1.apply(Launch.scala:109)
    at xsbt.boot.Launch$.withContextLoader(Launch.scala:128)
    at xsbt.boot.Launch$.run(Launch.scala:109)
    at xsbt.boot.Launch$$anonfun$apply$1.apply(Launch.scala:35)
    at xsbt.boot.Launch$.launch(Launch.scala:117)
    at xsbt.boot.Launch$.apply(Launch.scala:18)
    at xsbt.boot.Boot$.runImpl(Boot.scala:41)
    at xsbt.boot.Boot$.main(Boot.scala:17)
    at xsbt.boot.Boot.main(Boot.scala)
Caused by: java.lang.ClassNotFoundException: scopt.OptionParser
    at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 11 more
Error during sbt execution: java.lang.NoClassDefFoundError: scopt/OptionParser
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

1 participant