Giter Club home page Giter Club logo

Comments (4)

wetneb avatar wetneb commented on May 27, 2024

This is likely caused by switching between different branches which did or did not include the change to package classes as .jar files instead of bare .class files. Sadly running ./refine clean does not clean up any .class files left over (because the new configuration does not produce them there, so mvn doesn't see it as needing cleaning up).
Assuming you don't have any important untracked files in your clone, you could run git clean -fdx to remove them all, and run OpenRefine again, which should hopefully solve the problem.

from openrefine.

tfmorris avatar tfmorris commented on May 27, 2024

You also may just need to refresh your server build. The errors are coming from something added relatively recently which requires support on the backend.

The end to end tests are run on every PR, so they are unlikely to be broken without anyone noticing.

from openrefine.

steve-kasica avatar steve-kasica commented on May 27, 2024

Thanks @wetneb and @tfmorris. Running git clean -fdx fixed it. I thought I was going crazy. I kept pulling from the upstream master branch and running ./refine clean.

from openrefine.

thadguidry avatar thadguidry commented on May 27, 2024

Another neat git command that I particularly use and can help (depending on if you are OK to delete untracked files) is git reset --hard @{u} which helps HEAD get back to a previous state quickly. Besides --hard there's other modes, like default --mixed, depending on what you need. But if you want to blow away changes and reset the branch to match upstream @{u} then it's a great way.

--hard
Resets the index and working tree. Any changes to tracked files in the working tree since are discarded. Any untracked files or directories in the way of writing any tracked files are simply deleted.
https://git-scm.com/docs/git-reset#Documentation/git-reset.txt---hard

from openrefine.

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.