Closed stellarspot closed 5 years ago
Please fix README.md as well:
I updated the README to not mention jar libraries which are installed by maven and removed the building RelEx by Ant chapter.
I have a question about the 'vagrant' user used in the install-ubuntu-dependencies script. Is it still used in somewhere?
I have a question about the 'vagrant' user used in the install-ubuntu-dependencies script. Is it still used in somewhere?
I don't have an answer on this question, @linas, do you know?
vagrant
As far as I know, no one uses this. I think it was intended to make things easy/easier for Windows users.
one used to be able to run the unit tests, by saying ant test
-- how will this work with maven? Does it still work?
Yes, maven mvn test
runs unit tests. But as far as I see project structure should be corrected to run them. @stellarspot , have you tried mvn test
?
@stellarspot , have you tried
mvn test
?
Just forgot about tests. I updated the test to run them using Maven:
How about this: I'll merge now, if more changes are needed a new pull req. OK?
Proposed changes to use maven as the only one build tool for RelEx:
The http://github.com/opencog/relex/archive/master.zip should be updated together with the current fix because Docker file uses it to build RelEx.