Coder Social home page Coder Social logo

release_tools's Introduction

Welcome to the Jolie open source project!

What's Jolie?

Jolie is a service-oriented programming language, designed to offer native abstractions for the development of microservices. See our website for more information and installation instructions.

Have you made something in or for Jolie? Please submit it to our awesome Jolie list!

Documentation ๐Ÿ“”

See https://docs.jolie-lang.org/ for documentation on how to program with Jolie.

For documentation on the interpreter, see https://github.com/jolie/jolie/wiki/Interpreter-documentation.

Roadmap ๐Ÿ“ˆ

You can check our roadmap to see what's staged for the next release.

Contributing ๐Ÿ’ป

Jolie is an open source project based on community effort. Contributions and constructive discussions are always welcome, and we encourage you to join us! There are many ways in which you can contribute, including coding, improving our documentation, helping out with newcomers, or even event organisation.

Interested in contributing? Please check our contribution and organisation guide.

All interactions regarding the Jolie open source project are expected to follow the code of conduct.

Our contributors ๐Ÿ‘

Thank you to all our contributors!

Code status ๐Ÿง

Language grade: Java Java CI

Get in touch ๐Ÿ‘‹

Discussions can take place over different media.

Discord

Join our Discord server

Join our Discord server.

release_tools's People

Contributors

bmaschio avatar ezbob avatar fmontesi avatar klag avatar thesave avatar xpicox avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

ezbob xpicox

release_tools's Issues

OS X 10.11, El Capitan installation not possible with SIP enabled.

It is not possible to install Jolie as described on the webpage in OS X 10.11, El Capitan. This is due to Apple having made 'usr/lib/' protected with System Integrity Protection (SIP) and users are not able to write to it even using sudo. Jolie can be installed as before if SIP is disabled.

Disableing SIP:

Start Mac in recovery mode - when starting up hold: cmd + r

In recovery mode open terminal (under utilities)

In terminal run command: csrutil disable

Then restart computer

Then Jolie can be installed as before

[Windows] broken path launching the installer from disks different from C:

Under Windows, launching the installer "java -jar jolie-x.x.x.jar" from a disk that is different from the one where the OS is installed (or better, if the TEMPs path is set on another disk) , say C:, the installer breaks:

jolie.InterpreterException: jolie.lang.parse.ParserException: /C:/Users/user/AppData/Local/Temp/jolie_installer_tmp3819762671738887644/installer.ol:24: error: File not found: console.iol. Found token type STRING, token content console.iol
        at jolie.Interpreter.buildOOIT(Interpreter.java:1270)
        at jolie.Interpreter.init(Interpreter.java:1037)
        at jolie.Interpreter.run(Interpreter.java:1112)
        at jolie.Jolie.main(Jolie.java:59)
Caused by: jolie.lang.parse.ParserException: /C:/Users/user/AppData/Local/Temp/jolie_installer_tmp3819762671738887644/installer.ol:24: error: File not found: console.iol. Found token type STRING, token content console.iol
        at jolie.lang.parse.AbstractParser.throwException(AbstractParser.java:197)
        at jolie.lang.parse.OLParser.parseInclude(OLParser.java:714)
        at jolie.lang.parse.OLParser._parse(OLParser.java:202)
        at jolie.lang.parse.OLParser.parse(OLParser.java:183)
        at jolie.Interpreter.buildOOIT(Interpreter.java:1218)
        ... 3 more

The problem seems to be on that /C:/Users/user/AppData/Local/Temp/jolie_installer_tmp3819762671738887644/installer.ol:24: that tries to reach another disk passing by the "root".

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.