Giter VIP home page Giter VIP logo

Comments (4)

itohro avatar itohro commented on September 10, 2024

Thanks for reporting this. Could you please let us know what version of JDK/Maven are you building with? I build in Mac OSX (El Capitan) and cannot reproduce this.

As for the referenced issue, I see the NullPointerException is thrown in different place in the stack trace, so I suspect it is a different problem.

One another thing, could you please confirm if you made any changes to eclipse-collections-code-generator/src/main/resources/impl/block/factory/primitivePredicates.stg? The error suggests something went wrong while parsing this file.

from eclipse-collections.

willkil avatar willkil commented on September 10, 2024

Hi.

No, I had not modified anything because I was simply trying to create the source jars at the time.

Here's my OSX mvn --version output:

Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 2014-12-14T11:29:23-06:00)
Maven home: /opt/local/share/java/maven32
Java version: 1.8.0_51, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_51.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.11.6", arch: "x86_64", family: "mac"

On Windows:

Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T10:41:47-06:00)
Maven home: C:\Program Files\Java\apache-maven-3.3.9
Java version: 1.8.0_92, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.8.0_92\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "dos"

You could be correct that this issue is unrelated to file system case sensitivity, but you should double check that your FS is indeed case insensitive before ruling out this out. In particular, a networked FS may be case sensitive and OSX's hfs can be configured case sensitive.

from eclipse-collections.

willkil avatar willkil commented on September 10, 2024

Well this is interesting. The build succeeds in a ram disk on the same OSX machine, using the exact same JDK and maven, regardless of whether the ram disk is configured case sensitive or case insensitive. But the build still has the same failure when run on the main file system, even when I've freshly cloned the git repo. I also tried mvn clean and rm -rf ~/.m2, but each build behaves consistently.

from eclipse-collections.

willkil avatar willkil commented on September 10, 2024

I've confirmed this is caused by something on my local system. The build is fine outside some directories, but always fails in the same way in certain subdirectories.

from eclipse-collections.

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.