dice-group / LD2NL

Linked Data to Natural Language
GNU Affero General Public License v3.0
11 stars 6 forks source link

Error in test cases while building LD2NL project #2

Closed AparnaSivaprasad closed 10 months ago

AparnaSivaprasad commented 3 years ago

Hello,

I am getting the following error while executing 'mvn clean install' in LD2NL. error I have also added the test report for the failing test cases below. org.aksw.sparql2nl.SPARQL2NLTest.txt

I am working with a Windows 10 system and using Java version 1.8.0_271 and Maven version 3.6.3. Please help me with this issue.

renespeck commented 3 years ago

Hi, thanks for the report.

Any need to install the application?

Please try: mvn clean compile

AparnaSivaprasad commented 3 years ago

Thanks for your reply. 'mvn clean compile' builds the code successfully. I previously used the install command since it was mentioned in the Setup section in OWL2NL wiki. However, the test cases still fail if 'mvn clean verify' is executed.