Git Product home page Git Product logo

Comments (9)

uncovery avatar uncovery commented on June 19, 2024

Same in all others ./src folders btw.

from blockmap.

piegamesde avatar piegamesde commented on June 19, 2024

GitHub tells me the file type is "Symbolic Link". I downloaded the repository and unzipped into a test folder, and they correctly showed up as broken symbolic links. This is because they point to the build/generated-resources directory which does not exist until some resources actually got generated.

from blockmap.

uncovery avatar uncovery commented on June 19, 2024

hmmm I just did a pull (I'm on windows) and tried a compile and the compiler complains that the directory is not there. There is a file however with that name "generated-sources"

from blockmap.

piegamesde avatar piegamesde commented on June 19, 2024

This is strange. The normal behavior should be that the broken symlink folder just gets ignored until it's not broken anymore. If you create the target folders manually, does this help?

BlockMap-internal/build/generated-resources/internal-main
BlockMap-internal/build/generated-resources/internal-test
BlockMap-internal/build/generated-resources/core-main
BlockMap-internal/build/generated-resources/gui-main
BlockMap-internal/build/generated-resources/standalone-main
BlockMap-internal/build/generated-resources/other

If so, I'll try to create a Gradle task that will mkdir those folders before compiling.

from blockmap.

uncovery avatar uncovery commented on June 19, 2024

well compile does not complain anymore if I manually create the generated-resources folders.

from blockmap.

uncovery avatar uncovery commented on June 19, 2024

Oh I misread the above. Let me trythis.

from blockmap.

uncovery avatar uncovery commented on June 19, 2024

Ok, tried that now, netbeans complains the instant you open the project. You have to create all the /src/generated-resource to get it to load without error. Even if it tried, it cannot even create those folders since a file with the same name already exists. So any script would have to delete that file first before creating the actual folder.

from blockmap.

piegamesde avatar piegamesde commented on June 19, 2024

Apparently, Eclipse does too. I now removed the symlinks so gradle regenerate eclipse should fix everything.

from blockmap.

uncovery avatar uncovery commented on June 19, 2024

Can confirm, this is fixed now. Thanks!

from blockmap.

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.