scala-dist

打包Scala发行版的SBT项目。(SBT project that packages the Scala distribution)

  • 所有者: scala/scala-dist
  • 平台: Windows
  • 许可证: Apache License 2.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

The Scala 2.13.x Distribution

This project morphs the "org.scala-lang" % "scala-dist" % $version maven artifact
into a Scala $version distribution (zip, tar.gz, deb, rpm, and msi).

To build a distribution, run:

  • universal:packageBin - Builds the universal zip installer
  • universal-docs:packageBin - Builds the universal documentation zip
  • debian:packageBin - Builds the Debian DEB file. requires dpkg-deb
  • rpm:packageBin - Builds the yum RPM file. requires rpmbuild
  • windows:packageBin - Builds the Windows MSI. requires WiX 3.6

Alternatively, the s3Upload task's mappings are configured based on the platform
the installer is running on. On Windows, it builds the MSI; on another platform,
it'll create and upload the other packages in the above list. (Use s3Upload::mappings for a dry-run.)

The version of Scala to package is derived from the most recent git tag,
or you can specify it using -Dproject.version.

This packager only works for Scala 2.11+ releases,
as earlier ones did not publish the scala-dist artifact to maven.

Due to limited resources, the native packages are quite rudimentary.
We welcome new maintainers!

Legacy

If you're looking for the editor configurations that used to be in the tool-support directory, please see https://github.com/scala/scala-tool-support.
They were moved out because they no longer ship with the Scala distribution. (New maintainers are welcome on the scala-tool-support project!)

Windows VM

  • install Windows 7 professional N 64-bit, ensure network access to GitHub
  • install Oracle Java 6 JDK
  • install WiX v3.6 (reboot!)
  • download sbt launcher from xsbt.org to c:\users\jenkins\Downloads
  • install Git
  • configure the Jenkins master's tool locations for
    • HOME
    • JDK path
    • Git (path of git.exe)
    • sbt launch jar

Contributing

Please read the Scala Pull Request Policy
and sign the CLA.

The branching structure mimics that of scala/scala:
branches for 2.11.x, 2.12.x, 2.13.x, etc.

主要指标

概览
名称与所有者scala/scala-dist
主编程语言Scala
编程语言Scala (语言数: 3)
平台Windows
许可证Apache License 2.0
所有者活动
创建于2011-03-13 23:08:55
推送于2025-01-10 18:37:58
最后一次提交
发布数90
最新版本名称v2.13.16 (发布于 2025-01-10 10:35:30)
第一版名称v2.9.2-RC2 (发布于 2012-03-26 15:35:17)
用户参与
星数272
关注者数47
派生数229
提交数1.9k
已启用问题?
问题数35
打开的问题数2
拉请求数156
打开的拉请求数0
关闭的拉请求数34
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?