AskNowQA / AutoSPARQL

Warning: Not working at the moment. Maintainer on parental leave. AutoSPARQL allows to create SPARQL queries over RDF knowledge bases from natural language with low effort.
http://aksw.org/Projects/AutoSPARQL.html
GNU General Public License v3.0
91 stars 54 forks source link

GWT Module org.dllearner.autosparql.Application not found in project sources or resources. #16

Closed ziodave closed 10 years ago

ziodave commented 10 years ago

Hello,

I just updated the sources and tried to compile following the steps in the readme, in the autosparql folder:

$ mvn install -N

but I get the following failure:

[INFO] --- gwt-maven-plugin:2.3.0:compile (default) @ autosparql ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10:02.703s
[INFO] Finished at: Sat Jun 28 21:23:49 IDT 2014
[INFO] Final Memory: 36M/185M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:gwt-maven-plugin:2.3.0:compile (default) on project autosparql: GWT Module org.dllearner.autosparql.Application not found in project sources or resources. -> [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/MojoExecutionException

Any idea how to fix this?

KonradHoeffner commented 10 years ago

Just tested and compiled. Closing the issue for now.

[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building autosparql-parent 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]     
[INFO] --- maven-install-plugin:2.4:install (default-install) @ autosparql-parent ---
[INFO] Installing /home/konrad/projekte/java/autosparql/pom.xml to /home/konrad/.m2/repository/org/aksw/autosparql/autosparql-parent/1.0-SNAPSHOT/autosparql-parent-1.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.413 s
[INFO] Finished at: 2014-09-12T13:17:07+02:00
[INFO] Final Memory: 5M/153M
[INFO] ------------------------------------------------------------------------