Giter Site home page Giter Site logo

federicopecora / meta-csp-framework Goto Github PK

View Code? Open in Web Editor NEW
12.0 12.0 4.0 12.85 MB

The Meta-CSP Framework: a Java API for meta-constraint reasoning

Home Page: http://metacsp.org

License: MIT License

Makefile 0.01% Shell 0.03% Java 99.93% Smalltalk 0.04%

meta-csp-framework's People

Contributors

annamannucci avatar dexter-v avatar federicopecora avatar iranmansoori avatar sebastianstock avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

meta-csp-framework's Issues

latest commit breaks compilation

You forgot to commit org.metacsp.throwables.InvalidActivityException.

This is caused by revision r316:

/home/martin/ros-fuerte/race/race/meta_csp_framework/src/main/java/org/metacsp/m
eta/simplePlanner/SimpleOperator.java:26: error: cannot find symbol
import org.metacsp.throwables.InvalidActivityException;
                             ^
  symbol:   class InvalidActivityException
  location: package org.metacsp.throwables
/home/martin/ros-fuerte/race/race/meta_csp_framework/src/main/java/org/metacsp/m
eta/simplePlanner/SimplePlanner.java:31: error: package 
org.metacsp.multi.fuzzySetActivity does not exist
import org.metacsp.multi.fuzzySetActivity.FuzzySetActivityNetworkSolver;
                                         ^
/home/martin/ros-fuerte/race/race/meta_csp_framework/src/main/java/org/metacsp/m
eta/simplePlanner/SimpleOperator.java:44: error: cannot find symbol
                if (a != null && a.equals(head)) throw new InvalidActivityException(a);
                                                           ^
  symbol:   class InvalidActivityException
  location: class SimpleOperator

Original issue reported on code.google.com by [email protected] on 16 Sep 2014 at 9:52

Gradle version parsing fails for gradle version "1.0-milestone-9"

The gradle version I'm using is "1.0-milestone-9" (it's the one that ships with 
the old rosjava version we're using). Now the build.gradle file thinks that the 
subversion string is "0-milestone-9", and  Integer.parseInt("0-milestone-9") 
fails of course. The output is:

================================================================================
Using Gradle version: 1.0-milestone-9(major) 1 (minor) 0-milestone-9

FAILURE: Build failed with an exception.

* Where:
Build file '/home/martin/ros-fuerte/race/race/meta_csp_framework/build.gradle' 
line: 11

* What went wrong:
A problem occurred evaluating root project 'meta-csp-framework'.
> For input string: "0-milestone-9"

* Exception is:
[...]
Caused by: java.lang.NumberFormatException: For input string: "0-milestone-9"
================================================================================


This bug was introduced in SVN revision 256 ("Updated gradle build file (Gradle 
version checking). --F:").

A quick fix would be to fix the parsing; in the long term, maybe it would be a 
good idea to include the gradle wrapper in the repository:

http://www.gradle.org/docs/current/userguide/gradle_wrapper.html

That way, you would have full control over which gradle version is used to 
compile the meta csp framework, so no more messing around with version numbers.

Oh, and this issue is breaking the current RACE builds. :-)

Original issue reported on code.google.com by [email protected] on 4 Apr 2014 at 2:40

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.