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

sbt do not recognize command #11

Open
Anuragbio opened this issue Mar 2, 2018 · 2 comments
Open

sbt do not recognize command #11

Anuragbio opened this issue Mar 2, 2018 · 2 comments

Comments

@Anuragbio
Copy link

Anuragbio commented Mar 2, 2018

The execution of the program is explained in closed issues number 4.

@drknnetz
Copy link

I viewed close issue #4 and I get the following issue:
]$ ./sbt package-dist
Getting org.scala-sbt sbt 0.12.0-RC3 ...

:: problems summary ::
:::: WARNINGS
module not found: org.scala-sbt#sbt;0.12.0-RC3

    ==== local: tried

      /home/dkennetz/.ivy2/local/org.scala-sbt/sbt/0.12.0-RC3/ivys/ivy.xml

    ==== typesafe-ivy-releases: tried

      http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt/0.12.0-RC3/ivys/ivy.xml

    ==== Maven Central: tried

      http://repo1.maven.org/maven2/org/scala-sbt/sbt/0.12.0-RC3/sbt-0.12.0-RC3.pom

    ==== sonatype-snapshots: tried

      https://oss.sonatype.org/content/repositories/snapshots/org/scala-sbt/sbt/0.12.0-RC3/sbt-0.12.0-RC3.pom

            ::::::::::::::::::::::::::::::::::::::::::::::

            ::          UNRESOLVED DEPENDENCIES         ::

            ::::::::::::::::::::::::::::::::::::::::::::::

            :: org.scala-sbt#sbt;0.12.0-RC3: not found

            ::::::::::::::::::::::::::::::::::::::::::::::

:::: ERRORS
Server access Error: Connection reset url=http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt/0.12.0-RC3/ivys/ivy.xml

:: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
unresolved dependency: org.scala-sbt#sbt;0.12.0-RC3: not found
Error during sbt execution: Error retrieving required libraries
(see /home/dkennetz/.sbt/boot/update.log for complete log)
Error: Could not retrieve sbt 0.12.0-RC3

When I view any of the http addressed it posts in the top portion, none of them exist.
Thanks for the help,
Dennis

@cascoamarillo
Copy link

cascoamarillo commented Apr 5, 2018

Hi,
Sorry, but similar problem here. Following issue #4

$ ./sbt package-dist OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=384M; support was removed in 8.0 [info] Set current project to default-52c6fe (in build file:/home/user/AgIn/bin/) [error] Not a valid command: package-dist [error] Not a valid project ID: package-dist [error] Expected ':' [error] Not a valid key: package-dist (similar: package-bin, package-src, package-doc) [error] package-dist [error] ^

Then, looking for similar syntax:

`$ ./sbt
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=384M; support was removed in 8.0
[info] Set current project to default-52c6fe (in build file:/home/user/AgIn/bin/)

Display all 243 possibilities? (y or n)

package
package-bin package-doc package-src
packaged-artifacts`

Any idea what I'm doing wrong? Thanks

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

3 participants