Giter VIP home page Giter VIP logo

Comments (7)

eduardoejp avatar eduardoejp commented on May 17, 2024 1

Hello, @fachammer .

I'll look into this issue, as it's not an error I was expecting to see.

I think I might have ran into it before, during the release process, as I was testing something on the Python compiler, but it was the first and only time I ever saw it, so I chalked it up to some weird one-off occurrence.

I'll try to replicate it and see how I can fix it.

from lux.

ahribellah avatar ahribellah commented on May 17, 2024 1

Just following up to say that this was also fixed for me on Win10 with the update.

from lux.

jcranch avatar jcranch commented on May 17, 2024

If it's any help, I have been able to replicate this issue, running the new release of Lux on Debian stable.

I am also keen to start experimenting with the language, and am grateful for the efforts in the recent release to make it easier to do so.

from lux.

ahribellah avatar ahribellah commented on May 17, 2024

I'm having this same issue on Windows 10. For more info, here's some of the log from the attempts to grab the repositories needed for the build. I followed the instructions in the getting started chapter.

Local successes:
  Local failures: 0: "com.github.luxlang:lux-jvm-0.6.0"
                  1: "com.github.luxlang:stdlib-0.6.0"
Remote successes:  0: "args4j:args4j-2.0.16"
                   1: "cglib:cglib-nodep-2.1_3"
                   2: "com.github.luxlang:lux-bootstrapper-0.6.0"
                   3: "com.github.luxlang:lux-jvm-0.6.0"
                   4: "com.github.luxlang:stdlib-0.6.0"
                   5: "com.google.code.findbugs:jsr305-1.3.9"
                   6: "com.google.guava:guava-14.0.1"
                   7: "com.google.javascript:closure-compiler-v20130603"
                   8: "com.google.protobuf:protobuf-java-2.4.1"
                   9: "javax.inject:javax.inject-1"
                  10: "junit:junit-3.8.1"
                  11: "junit:junit-4.1"
                  12: "junit:junit-4.11"
                  13: "junit:junit-4.4"
                  14: "org.apache.ant:ant-1.7.1"
                  15: "org.apache.ant:ant-launcher-1.7.1"
                  16: "org.clojure:clojure-1.6.0"
                  17: "org.clojure:clojurescript-0.0-2080"
                  18: "org.clojure:core.match-0.2.1"
                  19: "org.clojure:data.json-0.2.3"
                  20: "org.clojure:google-closure-library-0.0-20130212-95c19e7f0f5f"
                  21: "org.clojure:google-closure-library-third-party-0.0-20130212-95c19e7f0f5f"
                  22: "org.clojure:tools.reader-0.8.0"
                  23: "org.codehaus.janino:janino-3.0.11"
                  24: "org.easymock:easymock-2.2"
                  25: "org.easymock:easymockclassextension-2.2.1"
                  26: "org.hamcrest:hamcrest-core-1.3"
                  27: "org.json:json-20090211"
                  28: "org.mozilla:rhino-1.7R4"
                  29: "org.ow2.asm:asm-7.3.1"
                  30: "org.ow2.asm:asm-all-5.0.3"
                  31: "org.ow2.asm:asm-analysis-7.3.1"
                  32: "org.ow2.asm:asm-commons-7.3.1"
                  33: "org.ow2.asm:asm-test-7.3.1"
                  34: "org.ow2.asm:asm-tree-7.3.1"
                  35: "org.ow2.asm:asm-util-7.3.1"
                  36: "xml-apis:xml-apis-1.3.04"
 Remote failures:  0: "caja:caja-r4939"
                   1: "org.junit.jupiter:junit-jupiter-api-5.3.2"
                   2: "org.junit.jupiter:junit-jupiter-api-5.3.2"
                   3: "org.junit.jupiter:junit-jupiter-api-5.3.2"
                   4: "org.junit.jupiter:junit-jupiter-params-5.3.2"
                   5: "org.junit.jupiter:junit-jupiter-params-5.3.2"
                   6: "org.junit.jupiter:junit-jupiter-params-5.3.2"
                   7: "org.junit.jupiter:junit-jupiter-params-5.3.2"
                   8: "org.junit.jupiter:junit-jupiter-params-5.3.2"
                   9: "org.junit.jupiter:junit-jupiter-params-5.3.2"
                  10: "xerces:xercesImpl-2.9.0"

from lux.

eduardoejp avatar eduardoejp commented on May 17, 2024

Apologies for the delay.

I've been terribly busy this past week.

v0.6.2 should no longer exhibit this problem: https://github.com/LuxLang/lux/releases/tag/0.6.2

Also, please update your aedifex.jar file with the one in this release.

from lux.

eduardoejp avatar eduardoejp commented on May 17, 2024

@fachammer

I have a target folder but, first of all, there is no file target/jvm/program.jar, but there is a file called target/program.jar.

The correct path is target/program.jar, instead of target/jvm/program.jar.

I fixed that in the book.

Thanks for pointing it out!

from lux.

fachammer avatar fachammer commented on May 17, 2024

@eduardoejp I had to delete the target folder of the project where I was testing Lux before, but that is to be expected, I guess. After that, building with the new aedifex.jar seems to work now. Great!

from lux.

Related Issues (20)

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.