You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:45.186s
[INFO] Finished at: Tue Oct 21 15:06:49 CST 2014
[INFO] Final Memory: 10M/173M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project datumbox-framework: Could not resolve dependencies for project com.datumbox:datumbox-framework:jar:0.5.0: Could not find artifact lpsolve:lpsolve:jar:5.5.2.0 in central (http://repo.maven.apache.org/maven2) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
The text was updated successfully, but these errors were encountered:
Unfortunately maven does not have the latest jar files of lp_solve and moreover there are binaries that you must setup manually on your pc. Here is how:
Note that the lp_solve library is not crucial for the framework. It is required only if you use linear programming and at the moment the only algorithm that does is the DEA. Thus, even though it is not recommended, one can remove these classes and the rest of the code will run fine.
I used mvn to build the project .
my system information:
This is the error information.
The text was updated successfully, but these errors were encountered: