Hi

I have made
hg update dump

Success on
mvn install

but fail on
mvn scala:run
in dump directory

It say /home/release/wikipedia/wikipedias.csv (No such file or directory)

Can give me more light ? Thanks

dell:/home/william/Downloads/02a1dff9e208/dump # mvn scala:run
[INFO] Scanning for projects...
[INFO]

[INFO]
------------------------------------------------------------------------
[INFO] Building DBpedia Dump Extraction 3.8
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] >>> maven-scala-plugin:2.15.2:run (default-cli) @ dump >>>
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ dump
---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/home/william/Downloads/02a1dff9e208/dump/src/main/resources
[INFO]
[INFO] --- maven-scala-plugin:2.15.2:compile (process-resources) @ dump ---
[INFO] Checking for multiple versions of scala
[INFO] includes = [**/*.scala,**/*.java,]
[INFO] excludes = []
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ dump ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-scala-plugin:2.15.2:compile (compile) @ dump ---
[INFO] Checking for multiple versions of scala
[INFO] includes = [**/*.scala,**/*.java,]
[INFO] excludes = []
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources)
@ dump ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/home/william/Downloads/02a1dff9e208/dump/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @
dump ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-scala-plugin:2.15.2:testCompile (test-compile) @ dump ---
[INFO] Checking for multiple versions of scala
[INFO] includes = [**/*.scala,**/*.java,]
[INFO] excludes = []
[WARNING] No source files found.
[INFO]
[INFO] <<< maven-scala-plugin:2.15.2:run (default-cli) @ dump <<<
[INFO]
[INFO] --- maven-scala-plugin:2.15.2:run (default-cli) @ dump ---
[INFO] Checking for multiple versions of scala
[INFO] launcher 'import' selected => org.dbpedia.extraction.dump.sql.Import
parsing /home/release/wikipedia/wikipedias.csv
java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at
org_scala_tools_maven_executions.MainHelper.runMain(MainHelper.java:161)
        at
org_scala_tools_maven_executions.MainWithArgsInFile.main(MainWithArgsInFile.java:26)
Caused by: java.io.FileNotFoundException:
/home/release/wikipedia/wikipedias.csv (No such file or directory)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:138)
        at scala.io.Source$.fromFile(Source.scala:91)
        at scala.io.Source$.fromFile(Source.scala:76)
        at org.dbpedia.extraction.util.WikiInfo$.fromFile(WikiInfo.scala:26)
        at
org.dbpedia.extraction.util.ConfigUtils$.parseLanguages(ConfigUtils.scala:43)
        at org.dbpedia.extraction.dump.sql.Import$.main(Import.scala:26)
        at org.dbpedia.extraction.dump.sql.Import.main(Import.scala)
        ... 6 more
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 2.135s
[INFO] Finished at: Sat Sep 15 04:32:08 SGT 2012
[INFO] Final Memory: 11M/149M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.scala-tools:maven-scala-plugin:2.15.2:run (default-cli) on project
dump: wrap: org.apache.commons.exec.ExecuteException: Process exited with
an error: 240(Exit value: 240) -> [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


On Sat, Sep 15, 2012 at 3:00 AM, William Kisman <[email protected]> wrote:

> Hi,
>
> Okay, noted thanks :)
>
>
> On Sat, Sep 15, 2012 at 2:55 AM, Dimitris Kontokostas 
> <[email protected]>wrote:
>
>> Hi William,
>>
>> We are under active development/structural changes and for dump-based
>> extraction the dump branch is the stable one.
>> This should change soon, but till then, try switching to the dump branch
>> (hg update dump).
>>
>> Best,
>> Dimitris
>>
>> On Fri, Sep 14, 2012 at 9:48 PM, William Kisman <[email protected]> wrote:
>>
>>> Hi
>>>
>>> I am trying to install the DEF, when running the mvn install in the
>>> extraction directory. It does not build successfully, can point some light ?
>>>
>>> Thanks.
>>>
>>>
>>> [INFO] Scanning for projects...
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Reactor Build Order:
>>> [INFO]
>>> [INFO] Parent POM of the DBpedia framework
>>> [INFO] DBpedia Core Libraries
>>> [INFO] DBpedia Server
>>> [INFO] DBpedia Dump Extraction
>>> [INFO] DBpedia Scripts
>>> [INFO] Live extraction
>>> [INFO] Wiktionary Dump
>>> [INFO]
>>>
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Parent POM of the DBpedia framework 3.8
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO]
>>> [INFO] --- maven-scala-plugin:2.15.2:compile (process-resources) @
>>> extraction ---
>>> [INFO] Checking for multiple versions of scala
>>> [INFO] includes = [**/*.scala,**/*.java,]
>>> [INFO] excludes = []
>>> [WARNING] No source files found.
>>> [INFO]
>>> [INFO] --- maven-scala-plugin:2.15.2:compile (compile) @ extraction ---
>>> [INFO] Checking for multiple versions of scala
>>> [INFO] includes = [**/*.scala,**/*.java,]
>>> [INFO] excludes = []
>>> [WARNING] No source files found.
>>> [INFO]
>>> [INFO] --- maven-scala-plugin:2.15.2:testCompile (test-compile) @
>>> extraction ---
>>> [INFO] Checking for multiple versions of scala
>>> [INFO] includes = [**/*.scala,**/*.java,]
>>> [INFO] excludes = []
>>> [WARNING] No source files found.
>>> [INFO]
>>> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
>>> extraction ---
>>> [INFO] Installing /home/william/Downloads/extraction_framework/pom.xml
>>> to /root/.m2/repository/org/dbpedia/extraction/3.8/extraction-3.8.pom
>>> [INFO]
>>>
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building DBpedia Core Libraries 3.8
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO]
>>> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
>>> core ---
>>> [debug] execute contextualize
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> /home/william/Downloads/extraction_framework/core/src/main/resources
>>> [INFO]
>>> [INFO] --- maven-scala-plugin:2.15.2:compile (process-resources) @ core
>>> ---
>>> [INFO] Checking for multiple versions of scala
>>> [INFO] includes = [**/*.scala,**/*.java,]
>>> [INFO] excludes = []
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO]
>>> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ core
>>> ---
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO]
>>> [INFO] --- maven-scala-plugin:2.15.2:compile (compile) @ core ---
>>> [INFO] Checking for multiple versions of scala
>>> [INFO] includes = [**/*.scala,**/*.java,]
>>> [INFO] excludes = []
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO]
>>> [INFO] --- maven-resources-plugin:2.5:testResources
>>> (default-testResources) @ core ---
>>> [debug] execute contextualize
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 18 resources
>>> [INFO]
>>> [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile)
>>> @ core ---
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO]
>>> [INFO] --- maven-scala-plugin:2.15.2:testCompile (test-compile) @ core
>>> ---
>>> [INFO] Checking for multiple versions of scala
>>> [INFO] includes = [**/*.scala,**/*.java,]
>>> [INFO] excludes = []
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO]
>>> [INFO] --- maven-surefire-plugin:2.10:test (default-test) @ core ---
>>> [INFO] Tests are skipped.
>>> [INFO]
>>> [INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ core ---
>>> [INFO]
>>> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ core
>>> ---
>>> [INFO] Installing
>>> /home/william/Downloads/extraction_framework/core/target/core-3.8.jar to
>>> /root/.m2/repository/org/dbpedia/extraction/core/3.8/core-3.8.jar
>>> [INFO] Installing
>>> /home/william/Downloads/extraction_framework/core/pom.xml to
>>> /root/.m2/repository/org/dbpedia/extraction/core/3.8/core-3.8.pom
>>> [INFO]
>>>
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building DBpedia Server 3.8
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO]
>>> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
>>> server ---
>>> [debug] execute contextualize
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 1 resource
>>> [INFO]
>>> [INFO] --- maven-scala-plugin:2.15.2:compile (process-resources) @
>>> server ---
>>> [INFO] Checking for multiple versions of scala
>>> [INFO] includes = [**/*.scala,**/*.java,]
>>> [INFO] excludes = []
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO]
>>> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
>>> server ---
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO]
>>> [INFO] --- maven-scala-plugin:2.15.2:compile (compile) @ server ---
>>> [INFO] Checking for multiple versions of scala
>>> [INFO] includes = [**/*.scala,**/*.java,]
>>> [INFO] excludes = []
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO]
>>> [INFO] --- maven-resources-plugin:2.5:testResources
>>> (default-testResources) @ server ---
>>> [debug] execute contextualize
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> /home/william/Downloads/extraction_framework/server/src/test/resources
>>> [INFO]
>>> [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile)
>>> @ server ---
>>> [INFO] No sources to compile
>>> [INFO]
>>> [INFO] --- maven-scala-plugin:2.15.2:testCompile (test-compile) @ server
>>> ---
>>> [INFO] Checking for multiple versions of scala
>>> [INFO] includes = [**/*.scala,**/*.java,]
>>> [INFO] excludes = []
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO]
>>> [INFO] --- maven-surefire-plugin:2.10:test (default-test) @ server ---
>>> [INFO] Tests are skipped.
>>> [INFO]
>>> [INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ server ---
>>> [INFO]
>>> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ server
>>> ---
>>> [INFO] Installing
>>> /home/william/Downloads/extraction_framework/server/target/server-3.8.jar
>>> to /root/.m2/repository/org/dbpedia/extraction/server/3.8/server-3.8.jar
>>> [INFO] Installing
>>> /home/william/Downloads/extraction_framework/server/pom.xml to
>>> /root/.m2/repository/org/dbpedia/extraction/server/3.8/server-3.8.pom
>>> [INFO]
>>>
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building DBpedia Dump Extraction 3.8
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO]
>>> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
>>> dump ---
>>> [debug] execute contextualize
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> /home/william/Downloads/extraction_framework/dump/src/main/resources
>>> [INFO]
>>> [INFO] --- maven-scala-plugin:2.15.2:compile (process-resources) @ dump
>>> ---
>>> [INFO] Checking for multiple versions of scala
>>> [INFO] includes = [**/*.scala,**/*.java,]
>>> [INFO] excludes = []
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO]
>>> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ dump
>>> ---
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO]
>>> [INFO] --- maven-scala-plugin:2.15.2:compile (compile) @ dump ---
>>> [INFO] Checking for multiple versions of scala
>>> [INFO] includes = [**/*.scala,**/*.java,]
>>> [INFO] excludes = []
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO]
>>> [INFO] --- maven-resources-plugin:2.5:testResources
>>> (default-testResources) @ dump ---
>>> [debug] execute contextualize
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> /home/william/Downloads/extraction_framework/dump/src/test/resources
>>> [INFO]
>>> [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile)
>>> @ dump ---
>>> [INFO] No sources to compile
>>> [INFO]
>>> [INFO] --- maven-scala-plugin:2.15.2:testCompile (test-compile) @ dump
>>> ---
>>> [INFO] Checking for multiple versions of scala
>>> [INFO] includes = [**/*.scala,**/*.java,]
>>> [INFO] excludes = []
>>> [WARNING] No source files found.
>>> [INFO]
>>> [INFO] --- maven-surefire-plugin:2.10:test (default-test) @ dump ---
>>> [INFO] Tests are skipped.
>>> [INFO]
>>> [INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ dump ---
>>> [INFO]
>>> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ dump
>>> ---
>>> [INFO] Installing
>>> /home/william/Downloads/extraction_framework/dump/target/dump-3.8.jar to
>>> /root/.m2/repository/org/dbpedia/extraction/dump/3.8/dump-3.8.jar
>>> [INFO] Installing
>>> /home/william/Downloads/extraction_framework/dump/pom.xml to
>>> /root/.m2/repository/org/dbpedia/extraction/dump/3.8/dump-3.8.pom
>>> [INFO]
>>>
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building DBpedia Scripts 3.8
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO]
>>> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
>>> scripts ---
>>> [debug] execute contextualize
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> /home/william/Downloads/extraction_framework/scripts/src/main/resources
>>> [INFO]
>>> [INFO] --- maven-scala-plugin:2.15.2:compile (process-resources) @
>>> scripts ---
>>> [INFO] Checking for multiple versions of scala
>>> [INFO] includes = [**/*.scala,**/*.java,]
>>> [INFO] excludes = []
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO]
>>> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
>>> scripts ---
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO]
>>> [INFO] --- maven-scala-plugin:2.15.2:compile (compile) @ scripts ---
>>> [INFO] Checking for multiple versions of scala
>>> [INFO] includes = [**/*.scala,**/*.java,]
>>> [INFO] excludes = []
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO]
>>> [INFO] --- maven-resources-plugin:2.5:testResources
>>> (default-testResources) @ scripts ---
>>> [debug] execute contextualize
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> /home/william/Downloads/extraction_framework/scripts/src/test/resources
>>> [INFO]
>>> [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile)
>>> @ scripts ---
>>> [INFO] No sources to compile
>>> [INFO]
>>> [INFO] --- maven-scala-plugin:2.15.2:testCompile (test-compile) @
>>> scripts ---
>>> [INFO] Checking for multiple versions of scala
>>> [INFO] includes = [**/*.scala,**/*.java,]
>>> [INFO] excludes = []
>>> [WARNING] No source files found.
>>> [INFO]
>>> [INFO] --- maven-surefire-plugin:2.10:test (default-test) @ scripts ---
>>> [INFO] Tests are skipped.
>>> [INFO]
>>> [INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ scripts ---
>>> [INFO]
>>> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
>>> scripts ---
>>> [INFO] Installing
>>> /home/william/Downloads/extraction_framework/scripts/target/scripts-3.8.jar
>>> to /root/.m2/repository/org/dbpedia/extraction/scripts/3.8/scripts-3.8.jar
>>> [INFO] Installing
>>> /home/william/Downloads/extraction_framework/scripts/pom.xml to
>>> /root/.m2/repository/org/dbpedia/extraction/scripts/3.8/scripts-3.8.pom
>>> [INFO]
>>>
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Live extraction 3.8
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO]
>>> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
>>> live ---
>>> [debug] execute contextualize
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> /home/william/Downloads/extraction_framework/live/src/main/resources
>>> [INFO]
>>> [INFO] --- maven-scala-plugin:2.15.2:compile (process-resources) @ live
>>> ---
>>> [INFO] Checking for multiple versions of scala
>>> [INFO] includes = [**/*.scala,**/*.java,]
>>> [INFO] excludes = []
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO]
>>> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ live
>>> ---
>>> [INFO] Compiling 109 source files to
>>> /home/william/Downloads/extraction_framework/live/target/classes
>>> [INFO] -------------------------------------------------------------
>>> [ERROR] COMPILATION ERROR :
>>> [INFO] -------------------------------------------------------------
>>> [ERROR]
>>> /home/william/Downloads/extraction_framework/live/src/main/java/org/dbpedia/helper/CoreUtil.java:[16,0]
>>> error: cannot find symbol
>>> [ERROR]  class
>>> /home/william/Downloads/extraction_framework/live/src/main/java/org/dbpedia/helper/Triple.java:[14,0]
>>> error: cannot find symbol
>>> [ERROR]  class
>>> /home/william/Downloads/extraction_framework/live/src/main/java/org/dbpedia/helper/Triple.java:[93,30]
>>> error: cannot find symbol
>>> [ERROR]  class Triple
>>> /home/william/Downloads/extraction_framework/live/src/main/java/org/dbpedia/helper/CoreUtil.java:[141,15]
>>> error: cannot find symbol
>>> [INFO] 4 errors
>>> [INFO] -------------------------------------------------------------
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Reactor Summary:
>>> [INFO]
>>> [INFO] Parent POM of the DBpedia framework ............... SUCCESS
>>> [0.959s]
>>> [INFO] DBpedia Core Libraries ............................ SUCCESS
>>> [1.453s]
>>> [INFO] DBpedia Server .................................... SUCCESS
>>> [0.138s]
>>> [INFO] DBpedia Dump Extraction ........................... SUCCESS
>>> [0.120s]
>>> [INFO] DBpedia Scripts ................................... SUCCESS
>>> [0.079s]
>>> [INFO] Live extraction ................................... FAILURE
>>> [3.652s]
>>> [INFO] Wiktionary Dump ................................... SKIPPED
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] BUILD FAILURE
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Total time: 6.602s
>>> [INFO] Finished at: Sat Sep 15 02:37:17 SGT 2012
>>> [INFO] Final Memory: 28M/338M
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [ERROR] Failed to execute goal
>>> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
>>> (default-compile) on project live: Compilation failure: Compilation failure:
>>> [ERROR]
>>> /home/william/Downloads/extraction_framework/live/src/main/java/org/dbpedia/helper/CoreUtil.java:[16,0]
>>> error: cannot find symbol
>>> [ERROR] class
>>> [ERROR]
>>> /home/william/Downloads/extraction_framework/live/src/main/java/org/dbpedia/helper/Triple.java:[14,0]
>>> error: cannot find symbol
>>> [ERROR] class
>>> [ERROR]
>>> /home/william/Downloads/extraction_framework/live/src/main/java/org/dbpedia/helper/Triple.java:[93,30]
>>> error: cannot find symbol
>>> [ERROR] class Triple
>>> [ERROR]
>>> /home/william/Downloads/extraction_framework/live/src/main/java/org/dbpedia/helper/CoreUtil.java:[141,15]
>>> error: cannot find symbol
>>> [ERROR] -> [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/MojoFailureException
>>> [ERROR]
>>> [ERROR] After correcting the problems, you can resume the build with the
>>> command
>>> [ERROR]   mvn <goals> -rf :live
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Got visibility?
>>> Most devs has no idea what their production app looks like.
>>> Find out how fast your code is with AppDynamics Lite.
>>> http://ad.doubleclick.net/clk;262219671;13503038;y?
>>> http://info.appdynamics.com/FreeJavaPerformanceDownload.html
>>> _______________________________________________
>>> Dbpedia-discussion mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion
>>>
>>>
>>
>>
>> --
>> Kontokostas Dimitris
>>
>
>
------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Dbpedia-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to