Git Product home page Git Product logo

chrysalix's Introduction

#Chrysalix Projects

Chrysalix is a set of libraries offering pluggable support for transforming data from one form to another.

Get Involved

Have a question? Want to find out more about Chrysalix? Hop into our IRC chat room at irc.freenode.net#chrysalix and talk to our community of contributors and users.

Contribute fixes and features

Chrysalix is open source, and we welcome anybody that wants to participate and contribute! If you want to fix a bug or make any changes, just submit them via a pull-request from your fork. Also, make sure to read our developer documentation.

Reporting Bugs and Requesting Enhancements

If you want to report a bug or request an enhancement, please log a new issue in the GitHub issue tracker describing the bug or new feature.

Building Chrysalix

We use Maven to build our software. The following command compiles all the code, installs the JARs into your local Maven repository, and runs all of the unit tests:

$ mvn clean install

Running all of the tests may take a while so, alternatively, you can specify -Dskip.integration.tests=true to skip all integration tests, which generally take longer to run:

$ mvn clean install -Dskip.integration.tests=true

You may also skip unit tests by adding -Dskip.unit.tests=false:

$ mvn clean install -Dskip.unit.tests=true

chrysalix's People

Contributors

blafond avatar elvisisking avatar jpav avatar nickboldt avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

chrysalix's Issues

FocusTree Icons Needed To Construct Tree Not Found Running GUI Test

The GuiTestModelContentProvider constructs a FocusTree that uses a ModelContentProvider. The FocusTree construction fails because the following icons cannot be found:

  • add.gif
  • collapseall.gif
  • copy.gif
  • delete.png
  • duplicate.gif
  • maximize.gif
  • minimize.gif

I've copied those icons over to the org.polyglotter.eclipse.test fragment just so the GUI test can run. Maybe things could be written so that the icons did not have to be copied over.

Change FocusTree Node Name, Type, and Value Layout

Move the lines containing the node name, type, and value up one line. The name would then be on the same line as the node index. Since the node index is left-justified there will be plenty of room for the name. And the node index is usually only one or two characters. Making the node has small as possible is a good thing as there could be many nodes in the model.

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.