Code Monkey home page Code Monkey logo

savant's People

Contributors

fridgebuzz avatar mfiume avatar sdumitriu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

savant's Issues

Windows uninstaller doesn't work

The version of launch4j in use contains a bug which causes an incomplete uninstaller jar to be written to disk. The latest version fixes this issue.

RPM package files permissions are too restrictive

The JARs needed by savant are included in folders with too strict permissions:

drw-r--r-- 2 root root    4096 21 apr 11.01 lib
drw-r--r-- 2 root root    4096 21 apr 11.01 plugins
-rw-r--r-- 1 root root 1747730 12 nov  2013 savant-core-2.0.5.jar
-rw-r--r-- 1 root root   19331 12 nov  2013 savant.png

Notice that lib and plugins don't have the execution bit set for other, so load will always fail for non-root. Setting those folders' permissions to 755 fixes the issue.

I didn't manage to find the spec file for the RPM in the source repository, but probably %defattr there needs to be adjusted like

%defattr (644, root, root, 755)

Or individual %attr on the affected directoies.

Build fails on Windows

error: illegal character: \187

This is caused by the fact that there are unicode characters, and Windows still uses a limited, non-UTF charset.

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.