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

building scalatags: build.sbt can't find fullOptJS, example, scalatagsJS #202

Open
hartmut27 opened this issue Apr 21, 2020 · 1 comment

Comments

@hartmut27
Copy link

hartmut27 commented Apr 21, 2020

I cant find a solution for a this problem occuring when running sbt on the scalatags project itself, after a git clone of this repository.

e.g. build.sbt:11: error: not found: value fullOptJS

Do You have a hint which way I could go to solve this? Thx.

/home/hape/scalatags/build.sbt:11: error: not found: value fullOptJS
  (resources in Compile) += (fullOptJS in (example, Compile)).value.data,
                             ^
/home/hape/scalatags/build.sbt:11: error: not found: value example
  (resources in Compile) += (fullOptJS in (example, Compile)).value.data,
                                           ^
/home/hape/scalatags/build.sbt:12: error: not found: value scalatagsJS
  (resources in Compile) += (doc in (scalatagsJS, Compile)).value,
                                     ^
/home/hape/scalatags/build.sbt:15: error: not found: value scalatagsJS
      (doc in (scalatagsJS, Compile)).value,
               ^

full log:

hape@hplinux:~/scalatags$ sbt
[info] [launcher] getting org.scala-sbt sbt 1.2.8  (this may take some time)...
:: loading settings :: url = jar:file:/usr/share/sbt/bin/sbt-launch.jar!/org/apache/ivy/core/settings/ivysettings.xml
:: loading settings :: url = jar:file:/usr/share/sbt/bin/sbt-launch.jar!/org/apache/ivy/core/settings/ivysettings.xml
:: loading settings :: url = jar:file:/usr/share/sbt/bin/sbt-launch.jar!/org/apache/ivy/core/settings/ivysettings.xml
:: loading settings :: url = jar:file:/usr/share/sbt/bin/sbt-launch.jar!/org/apache/ivy/core/settings/ivysettings.xml
:: loading settings :: url = jar:file:/usr/share/sbt/bin/sbt-launch.jar!/org/apache/ivy/core/settings/ivysettings.xml
:: loading settings :: url = jar:file:/usr/share/sbt/bin/sbt-launch.jar!/org/apache/ivy/core/settings/ivysettings.xml
:: loading settings :: url = jar:file:/usr/share/sbt/bin/sbt-launch.jar!/org/apache/ivy/core/settings/ivysettings.xml
:: loading settings :: url = jar:file:/usr/share/sbt/bin/sbt-launch.jar!/org/apache/ivy/core/settings/ivysettings.xml
:: retrieving :: org.scala-sbt#boot-app
        confs: [default]
        80 artifacts copied, 0 already retrieved
[info] [launcher] getting Scala 2.12.7 (for sbt)...
:: retrieving :: org.scala-sbt#boot-scala
        confs: [default]
        5 artifacts copied, 0 already retrieved
[info] Loading settings for project scalatags-build from build.sbt,metals.sbt ...
[info] Loading project definition from /home/hape/scalatags/project
/home/hape/scalatags/build.sbt:11: error: not found: value fullOptJS
  (resources in Compile) += (fullOptJS in (example, Compile)).value.data,
                             ^
/home/hape/scalatags/build.sbt:11: error: not found: value example
  (resources in Compile) += (fullOptJS in (example, Compile)).value.data,
                                           ^
/home/hape/scalatags/build.sbt:12: error: not found: value scalatagsJS
  (resources in Compile) += (doc in (scalatagsJS, Compile)).value,
                                     ^
/home/hape/scalatags/build.sbt:15: error: not found: value scalatagsJS
      (doc in (scalatagsJS, Compile)).value,
               ^
[error] sbt.compiler.EvalException: Type error in expression
[error] sbt.compiler.EvalException: Type error in expression
[error] Use 'last' for the full log.
Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore? 
@sake92
Copy link
Contributor

sake92 commented Sep 24, 2020

This repo doesnt support sbt anymore (except for docs).. Please use the mill build now! :)

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