Giter Site home page Giter Site logo

scala-ide-product's Introduction

This project builds an Eclipse bundle, with the Scala IDE pre-installed and higher memory settings. This is aimed as a fast-track to get started with Scala, when people are not experienced with Eclipse or don't want to install and setup their own IDE.

Besides the Scala IDE, the following software is also pre-installed:

  • Scala worksheet
  • Java Development Tools
  • m2eclipse and m2eclipse-scala

Note that this project does not build the Scala IDE. It packages the latest Scala IDE version that has been published in the public, stable, update site.

Building

The packaged update site location, and the build id need to be configured before running the actual build. This is done using the configure profile.

mvn --non-recursive -Pconfigure -P<build_profile> -Dversion.tag=<tag> process-resources

After that, the normal build can be run

mvn -Dtycho.localArtifacts=ignore -P<build_profile> \
    -Dversion.tag=<major.miror-version> -Djarsigner.storepass=******** \
    -Djarsigner.keypass=******** \
    -Djarsigner.keystore=<pathTo/typesafe-keystore/typesafe.keystore> \
    clean package

For example, to package using the 2.10 version of the Scala IDE, the version tag 3.0 tag, run the following two commands:

$ mvn --non-recursive -Pconfigure -Pscala-2.10.x \
    -Dversion.tag=3.0.0-vfinal process-resources
    
$ mvn -Dtycho.localArtifacts=ignore -Pscala-2.10.x \
    -Dversion.tag=3.0.0-vfinal -Djarsigner.storepass=******** \
    -Djarsigner.keypass=******** \
    -Djarsigner.keystore=<pathTo/typesafe-keystore/typesafe.keystore> \
    clean package

The resulting products are in org.scala-ide.product/target/products/. Currently, there are six platform-dependent archives (Windows, Linux and Mac, for 32 and 64 bits).

Issue tracker

You can report issues on the Typesfe Stack Assembla space, using the Packaging component.

Contact

This project is maintained by the Typesafe Scala IDE team.

scala-ide-product's People

Contributors

dragos avatar kiritsuku avatar wpopielarski avatar skyluc avatar huitseeker avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.