On 1 August 2013 18:42, Abdullah Nasser <anm...@hotmail.com> wrote:
> Dear JC,
>
> Many thanks for your response and your clarifications. I tried to run all
> commands that you had gave me , but unfortunately  return some errors  that
> I could not solve!!. For example I tried to replace:
>
> ../run download config=YourDownloadConfigFile
>
> By :
>
> ../clean-install-run download.minimal.properties

../clean-install-run download config=download.minimal.properties

>
> However, it does not work with me :( and it return this error:
>
>
> root@ubuntu:~/Applications/IntelliJ12/idea-IC-129.713/temp_extraction/extraction-framework/dump#
> ../clean-install-run download.minimal.properties
> [INFO] Scanning for projects...
> [INFO] Reactor build order:
> [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] Building Parent POM of the DBpedia framework
> [INFO]    task-segment: [clean, install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [clean:clean {execution: default-clean}]
> [INFO] Deleting file set:
> /home/anm/Applications/IntelliJ12/idea-IC-129.713/temp_extraction/extraction-framework/dump/../target
> (included: [**], excluded: [])
>
> [INFO] [scala:compile {execution: process-resources}]
> [INFO] Checking for multiple versions of scala
> [INFO] includes = [**/*.scala,**/*.java,]
> [INFO] excludes = []
> [WARNING] No source files found.
> [INFO] [scala:compile {execution: compile}]
> [INFO] Checking for multiple versions of scala
> [INFO] includes = [**/*.scala,**/*.java,]
> [INFO] excludes = []
> [WARNING] No source files found.
> [INFO] [scala:testCompile {execution: test-compile}]
> [INFO] Checking for multiple versions of scala
> [INFO] includes = [**/*.scala,**/*.java,]
> [INFO] excludes = []
> [WARNING] No source files found.
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing
> /home/anm/Applications/IntelliJ12/idea-IC-129.713/temp_extraction/extraction-framework/dump/../pom.xml
> to /root/.m2/repository/org/dbpedia/extraction/3.8/extraction-3.8.pom
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building DBpedia Core Libraries
> [INFO]    task-segment: [clean, install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [clean:clean {execution: default-clean}]
> [INFO] Deleting file set:
> /home/anm/Applications/IntelliJ12/idea-IC-129.713/temp_extraction/extraction-framework/core/target
> (included: [**], excluded: [])
>
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> /home/anm/Applications/IntelliJ12/idea-IC-129.713/temp_extraction/extraction-framework/core/src/main/resources
>
> [INFO] [scala:compile {execution: process-resources}]
> [INFO] Checking for multiple versions of scala
> [INFO] includes = [**/*.scala,**/*.java,]
> [INFO] excludes = []
> [INFO]
> /home/anm/Applications/IntelliJ12/idea-IC-129.713/temp_extraction/extraction-framework/core/src/main/java:-1:
> info: compiling
> [INFO]
> /home/anm/Applications/IntelliJ12/idea-IC-129.713/temp_extraction/extraction-framework/core/src/main/scala:-1:
> info: compiling
> [INFO] Compiling 207 source files to
> /home/anm/Applications/IntelliJ12/idea-IC-129.713/temp_extraction/extraction-framework/core/target/classes
> at 1375371073471
> [ERROR]
> /home/anm/Applications/IntelliJ12/idea-IC-129.713/temp_extraction/extraction-framework/core/src/main/scala/org/dbpedia/extraction/util/RichPath.scala:4:
> error: object file is not a member of package java.nio
> [INFO] import
> java.nio.file.{Path,Paths,Files,SimpleFileVisitor,FileVisitResult}
> [INFO]                 ^
> [ERROR]
> /home/anm/Applications/IntelliJ12/idea-IC-129.713/temp_extraction/extraction-framework/core/src/main/scala/org/dbpedia/extraction/util/RichPath.scala:5:
> error: object file is not a member of package java.nio
> [INFO] import java.nio.file.StandardOpenOption.{CREATE,APPEND}
> [INFO]                 ^
> [ERROR]
> /home/anm/Applications/IntelliJ12/idea-IC-129.713/temp_extraction/extraction-framework/core/src/main/scala/org/dbpedia/extraction/util/RichPath.scala:6:
> error: object file is not a member of package java.nio
> [INFO] import java.nio.file.attribute.BasicFileAttributes
> [INFO]                 ^
> [ERROR]
> /home/anm/Applications/IntelliJ12/idea-IC-129.713/temp_extraction/extraction-framework/core/src/main/scala/org/dbpedia/extraction/util/RichPath.scala:75:
> error: value getFileName is not a member of type parameter A
> [INFO]   def names(glob: String): List[String] =
> list(glob).map(_.getFileName.toString)
> [INFO]                                                            ^
> [ERROR] four errors found
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] wrap: org.apache.commons.exec.ExecuteException: Process exited with
> an error: 1(Exit value: 1)
>
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 50 seconds
> [INFO] Finished at: Thu Aug 01 16:31:57 BST 2013
> [INFO] Final Memory: 33M/339M
> [INFO]
> ------------------------------------------------------------------------


You need JDK 7 to compile DBpedia.


>
> and when I run the second command which is:
>
>
> ../run extract config=YourExtractConfigFile

../clean-install-run extraction config=extraction.default.properties

>
> I got :
>
>
>
> root@ubuntu:~/Applications/IntelliJ12/idea-IC-129.713/temp_extraction/extraction-framework/dump#
> ../run extract config=YourExtractConfigFile
>
> [INFO] Scanning for projects...
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building DBpedia Dump Extraction
> [INFO]    task-segment: [scala:run]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Preparing scala:run
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> /home/anm/Applications/IntelliJ12/idea-IC-129.713/temp_extraction/extraction-framework/dump/src/main/resources
>
> [INFO] [scala:compile {execution: process-resources}]
> [INFO] Checking for multiple versions of scala
> [INFO] includes = [**/*.scala,**/*.java,]
> [INFO] excludes = []
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [scala:compile {execution: compile}]
> [INFO] Checking for multiple versions of scala
> [INFO] includes = [**/*.scala,**/*.java,]
> [INFO] excludes = []
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> /home/anm/Applications/IntelliJ12/idea-IC-129.713/temp_extraction/extraction-framework/dump/src/test/resources
>
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] No sources to compile
> [INFO] [scala:testCompile {execution: test-compile}]
> [INFO] Checking for multiple versions of scala
> [INFO] includes = [**/*.scala,**/*.java,]
> [INFO] excludes = []
> [WARNING] No source files found.
> [INFO] [scala:run {execution: default-cli}]
> [INFO] Checking for multiple versions of scala
> [WARNING] Not mainClass or valid launcher found/define
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESSFUL
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 3 seconds
> [INFO] Finished at: Thu Aug 01 16:34:40 BST 2013
> [INFO] Final Memory: 23M/209M
> [INFO]
> ------------------------------------------------------------------------
>
> Moreover, Maven error such
>
> Caused by: java.io.FileNotFoundException:
> /home/release/wikipedia/wikipedias.csv (No such file or directory)
>
> I really spent very long time to solve it, but I can't . I tried to fix the
> error, but I couldn't and I searched on the Internet, then I found someone
> have the same problem and he asked Mr.Dimitris, then he answered him/her
> that he should run the following commands inside dump folder:
>
>
> $../run download config=YourDownloadConfigFile (to download the wikipedia
> dumps)
> $../run extract config=YourExtractConfigFile (to start extraction)
>
> and I have exchanged with what did advice me:
>
> ../clean-install-run download.minimal.properties
>
> I'm really sorry to distub you with me I'm new with DBpedia Extraction
> Framework and Ubuntu! I spent around month to run BEF in my machine but I
> couldn't :( :(
>
> Many thanks for your help in advance.
>
> With Regards,
> Abdullah
>
>
>> From: j...@sahnwaldt.de
>> Date: Thu, 1 Aug 2013 09:58:13 +0200
>> Subject: Re: [Dbpedia-discussion] An error occur , I could not solve it
>> To: jimk...@gmail.com
>> CC: anm...@hotmail.com; dbpedia-discussion@lists.sourceforge.net
>
>>
>> Hi Abdullah,
>>
>> first of all: Don't include dbpedia-discussion-mir...@googlegroups.com
>> in your list of recipient addresses. It's not necessary.
>>
>> Now to your questions:
>>
>> - Do NOT run the import launcher. You only need it to extract
>> abstracts, which is very complicated. Don't try that now, you always
>> do it later if you really want.
>> - replace YourDownloadConfigFile by the name of your download config
>> file, e.g. download.minimal.properties
>> - use ../clean-install-run instead of ../run
>>
>> In general: please read the Maven error messages carefully. In many
>> cases, you will be able to fix the error yourself. For example, your
>> sent an error log which contains this message:
>>
>> Caused by: java.io.FileNotFoundException:
>> /home/release/wikipedia/wikipedias.csv (No such file or directory)
>>
>> JC
>>
>> On 1 August 2013 07:36, Dimitris Kontokostas <jimk...@gmail.com> wrote:
>> > Hi Abdullah,
>> >
>> > There was a problem with one of the maven repos yesterday but it is
>> > fixed
>> > now. Can you try again?
>> >
>> > Dimitris
>> >
>> >
>> > On Thu, Aug 1, 2013 at 1:32 AM, Abdullah Nasser <anm...@hotmail.com>
>> > wrote:
>> >>
>> >> Dear Dimtris,
>> >>
>> >> I'm using IntelliJ IDEA 12.1.4 under Ubuntu OS, I'm trying to run
>> >> DBpedia
>> >> Extraction Framework I got this error :
>> >>
>> >> /usr/lib/jvm/java-7-openjdk-amd64/bin/java
>> >> -Dmaven.home=/usr/share/maven2
>> >> -Dclassworlds.conf=/usr/share/maven2/bin/m2.conf
>> >> -Didea.launcher.port=7532
>> >>
>> >> -Didea.launcher.bin.path=/home/anm/Applications/IntelliJ12/idea-IC-129.713/bin
>> >> -Dfile.encoding=UTF-8 -classpath
>> >>
>> >> /usr/share/maven2/boot/classworlds.jar:/home/anm/Applications/IntelliJ12/idea-IC-129.713/lib/idea_rt.jar
>> >> com.intellij.rt.execution.application.AppMain
>> >> org.codehaus.classworlds.Launcher --no-plugin-registry --fail-fast
>> >> --strict-checksums org.scala-tools:maven-scala-plugin:2.15.2:run
>> >> + Enabling strict checksum verification on all artifact downloads.
>> >> [INFO] Scanning for projects...
>> >> [INFO]
>> >>
>> >> ------------------------------------------------------------------------
>> >> [INFO] Building DBpedia Dump Extraction
>> >> [INFO] task-segment: [org.scala-tools:maven-scala-plugin:2.15.2:run]
>> >> [INFO]
>> >>
>> >> ------------------------------------------------------------------------
>> >> [INFO] Preparing scala:run
>> >> [INFO] [resources:resources {execution: default-resources}]
>> >> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> >> [INFO] skip non existing resourceDirectory
>> >>
>> >> /home/anm/Applications/IntelliJ12/idea-IC-129.713/extraction-framework/dump/src/main/resources
>> >> [INFO] [scala:compile {execution: process-resources}]
>> >> [INFO] Checking for multiple versions of scala
>> >> [INFO] includes = [**/*.scala,**/*.java,]
>> >> [INFO] excludes = []
>> >> [INFO] Nothing to compile - all classes are up to date
>> >> [INFO] [compiler:compile {execution: default-compile}]
>> >> [INFO] Nothing to compile - all classes are up to date
>> >> [INFO] [scala:compile {execution: compile}]
>> >> [INFO] Checking for multiple versions of scala
>> >> [INFO] includes = [**/*.scala,**/*.java,]
>> >> [INFO] excludes = []
>> >> [INFO] Nothing to compile - all classes are up to date
>> >> [INFO] [resources:testResources {execution: default-testResources}]
>> >> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> >> [INFO] skip non existing resourceDirectory
>> >>
>> >> /home/anm/Applications/IntelliJ12/idea-IC-129.713/extraction-framework/dump/src/test/resources
>> >> [INFO] [compiler:testCompile {execution: default-testCompile}]
>> >> [INFO] No sources to compile
>> >> [INFO] [scala:testCompile {execution: test-compile}]
>> >> [INFO] Checking for multiple versions of scala
>> >> [INFO] includes = [**/*.scala,**/*.java,]
>> >> [INFO] excludes = []
>> >> [WARNING] No source files found.
>> >> [INFO] [scala:run {execution: default-cli}]
>> >> [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:606)
>> >> 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:30)
>> >> at org.dbpedia.extraction.dump.sql.Import.main(Import.scala)
>> >> ... 6 more
>> >> [INFO]
>> >>
>> >> ------------------------------------------------------------------------
>> >> [ERROR] BUILD ERROR
>> >> [INFO]
>> >>
>> >> ------------------------------------------------------------------------
>> >> [INFO] wrap: org.apache.commons.exec.ExecuteException: Process exited
>> >> with
>> >> an error: 240(Exit value: 240)
>> >>
>> >> [INFO]
>> >>
>> >> ------------------------------------------------------------------------
>> >> [INFO] For more information, run Maven with the -e switch
>> >> [INFO]
>> >>
>> >> ------------------------------------------------------------------------
>> >> [INFO] Total time: 3 seconds
>> >> [INFO] Finished at: Wed Jul 31 22:11:14 BST 2013
>> >> [INFO] Final Memory: 24M/216M
>> >> [INFO]
>> >>
>> >> ------------------------------------------------------------------------
>> >>
>> >> Process finished with exit code 1
>> >>
>> >>
>> >> When I search on the Internet I found your solution:
>> >>
>> >> $../run download config=YourDownloadConfigFile (to download the
>> >> wikipedia
>> >> dumps)
>> >> $../run extract config=YourExtractConfigFile (to start extraction)
>> >>
>> >> But unfortunately it does not work with me it gave me the following
>> >> error:
>> >>
>> >>
>> >>
>> >> ../run download config=YourDownloadConfigFile
>> >> [INFO] Scanning for projects...
>> >> [INFO]
>> >>
>> >> ------------------------------------------------------------------------
>> >> [INFO] Building DBpedia Dump Extraction
>> >> [INFO] task-segment: [scala:run]
>> >> [INFO]
>> >>
>> >> ------------------------------------------------------------------------
>> >> [INFO] Preparing scala:run
>> >> Downloading:
>> >>
>> >> http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.3/maven-resources-plugin-2.3.pom
>> >> 4K downloaded (maven-resources-plugin-2.3.pom)
>> >> Downloading:
>> >>
>> >> http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.3/maven-resources-plugin-2.3.jar
>> >> 20K downloaded (maven-resources-plugin-2.3.jar)
>> >> Downloading:
>> >>
>> >> http://repo1.maven.org/maven2/org/apache/maven/shared/maven-filtering/1.0-beta-2/maven-filtering-1.0-beta-2.pom
>> >> 3K downloaded (maven-filtering-1.0-beta-2.pom)
>> >> Downloading:
>> >>
>> >> http://repo1.maven.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
>> >> 6K downloaded (maven-core-2.0.6.pom)
>> >> Downloading:
>> >>
>> >> http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-file/1.0-beta-2/wagon-file-1.0-beta-2.pom
>> >> 637b downloaded (wagon-file-1.0-beta-2.pom)
>> >> Downloading:
>> >>
>> >> http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-providers/1.0-beta-2/wagon-providers-1.0-beta-2.pom
>> >> 1K downloaded (wagon-providers-1.0-beta-2.pom)
>> >> Downloading:
>> >>
>> >> http://repo1.maven.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
>> >> 1K downloaded (maven-plugin-parameter-documenter-2.0.6.pom)
>> >> Downloading:
>> >>
>> >> http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-http-lightweight/1.0-beta-2/wagon-http-lightweight-1.0-beta-2.pom
>> >> 1K downloaded (wagon-http-lightweight-1.0-beta-2.pom)
>> >> Downloading:
>> >>
>> >> http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-http-shared/1.0-beta-2/wagon-http-shared-1.0-beta-2.pom
>> >> 845b downloaded (wagon-http-shared-1.0-beta-2.pom)
>> >> Downloading:
>> >>
>> >> http://repo1.maven.org/maven2/jtidy/jtidy/4aug2000r7-dev/jtidy-4aug2000r7-dev.pom
>> >> 1K downloaded (jtidy-4aug2000r7-dev.pom)
>> >> Downloading:
>> >>
>> >> http://repo1.maven.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
>> >> 2K downloaded (xml-apis-1.0.b2.pom)
>> >> Downloading:
>> >>
>> >> http://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
>> >> 1K downloaded (maven-reporting-api-2.0.6.pom)
>> >> Downloading:
>> >>
>> >> http://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
>> >> 1K downloaded (maven-reporting-2.0.6.pom)
>> >> Downloading:
>> >>
>> >> http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
>> >> 424b downloaded (doxia-sink-api-1.0-alpha-7.pom)
>> >> Downloading:
>> >>
>> >> http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
>> >> 3K downloaded (doxia-1.0-alpha-7.pom)
>> >> Downloading:
>> >>
>> >> http://repo1.maven.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
>> >> 1K downloaded (maven-error-diagnostics-2.0.6.pom)
>> >> Downloading:
>> >>
>> >> http://repo1.maven.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
>> >> 2K downloaded (commons-cli-1.0.pom)
>> >> Downloading:
>> >>
>> >> http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-ssh-external/1.0-beta-2/wagon-ssh-external-1.0-beta-2.pom
>> >> 1K downloaded (wagon-ssh-external-1.0-beta-2.pom)
>> >> Downloading:
>> >>
>> >> http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-ssh-common/1.0-beta-2/wagon-ssh-common-1.0-beta-2.pom
>> >> 851b downloaded (wagon-ssh-common-1.0-beta-2.pom)
>> >> Downloading:
>> >>
>> >> http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
>> >> 6K downloaded (plexus-interactivity-api-1.0-alpha-4.pom)
>> >> Downloading:
>> >>
>> >> http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-7/plexus-container-default-1.0-alpha-7.pom
>> >> 1K downloaded (plexus-container-default-1.0-alpha-7.pom)
>> >> Downloading:
>> >>
>> >> http://repo1.maven.org/maven2/plexus/plexus-containers/1.0.2/plexus-containers-1.0.2.pom
>> >> 471b downloaded (plexus-containers-1.0.2.pom)
>> >> Downloading:
>> >>
>> >> http://repo1.maven.org/maven2/plexus/plexus-root/1.0.3/plexus-root-1.0.3.pom
>> >> 5K downloaded (plexus-root-1.0.3.pom)
>> >> Downloading:
>> >>
>> >> http://repo1.maven.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.pom
>> >> 740b downloaded (plexus-utils-1.0.2.pom)
>> >> Downloading:
>> >>
>> >> http://repo1.maven.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
>> >> 1K downloaded (maven-plugin-descriptor-2.0.6.pom)
>> >> Downloading:
>> >>
>> >> http://repo1.maven.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
>> >> 1K downloaded (maven-monitor-2.0.6.pom)
>> >> Downloading:
>> >>
>> >> http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-ssh/1.0-beta-2/wagon-ssh-1.0-beta-2.pom
>> >> 1K downloaded (wagon-ssh-1.0-beta-2.pom)
>> >> Downloading:
>> >> http://repo1.maven.org/maven2/com/jcraft/jsch/0.1.27/jsch-0.1.27.pom
>> >> 965b downloaded (jsch-0.1.27.pom)
>> >> Downloading:
>> >>
>> >> http://repo1.maven.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom
>> >> 3K downloaded (classworlds-1.1.pom)
>> >> Downloading:
>> >>
>> >> http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.6/plexus-interpolation-1.6.pom
>> >> 2K downloaded (plexus-interpolation-1.6.pom)
>> >> Downloading:
>> >>
>> >> http://repo1.maven.org/maven2/org/apache/maven/shared/maven-filtering/1.0-beta-2/maven-filtering-1.0-beta-2.jar
>> >> Downloading:
>> >>
>> >> http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.6/plexus-interpolation-1.6.jar
>> >> 32K downloaded (maven-filtering-1.0-beta-2.jar)
>> >> 49K downloaded (plexus-interpolation-1.6.jar)
>> >> [INFO] [resources:resources {execution: default-resources}]
>> >> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> >> [INFO] skip non existing resourceDirectory
>> >>
>> >> /home/anm/Applications/IntelliJ12/idea-IC-129.713/extraction-framework/dump/src/main/resources
>> >> Downloading:
>> >>
>> >> http://repo1.maven.org/maven2/org/dbpedia/extraction/core/3.8/core-3.8.pom
>> >> [INFO] Unable to find resource 'org.dbpedia.extraction:core:pom:3.8' in
>> >> repository central (http://repo1.maven.org/maven2)
>> >> Downloading:
>> >>
>> >> http://repo1.maven.org/maven2/org/dbpedia/extraction/core/3.8/core-3.8.jar
>> >> [INFO] Unable to find resource 'org.dbpedia.extraction:core:jar:3.8' in
>> >> repository central (http://repo1.maven.org/maven2)
>> >> [INFO]
>> >>
>> >> ------------------------------------------------------------------------
>> >> [ERROR] BUILD ERROR
>> >> [INFO]
>> >>
>> >> ------------------------------------------------------------------------
>> >> [INFO] Failed to resolve artifact.
>> >>
>> >> Missing:
>> >> ----------
>> >> 1) org.dbpedia.extraction:core:jar:3.8
>> >>
>> >> Try downloading the file manually from the project website.
>> >>
>> >> Then, install it using the command:
>> >> mvn install:install-file -DgroupId=org.dbpedia.extraction
>> >> -DartifactId=core -Dversion=3.8 -Dpackaging=jar -Dfile=/path/to/file
>> >>
>> >> Alternatively, if you host your own repository you can deploy the file
>> >> there:
>> >> mvn deploy:deploy-file -DgroupId=org.dbpedia.extraction
>> >> -DartifactId=core -Dversion=3.8 -Dpackaging=jar -Dfile=/path/to/file
>> >> -Durl=[url] -DrepositoryId=[id]
>> >>
>> >> Path to dependency:
>> >> 1) org.dbpedia.extraction:dump:jar:3.8
>> >> 2) org.dbpedia.extraction:core:jar:3.8
>> >>
>> >> ----------
>> >> 1 required artifact is missing.
>> >>
>> >> for artifact:
>> >> org.dbpedia.extraction:dump:jar:3.8
>> >>
>> >> from the specified remote repositories:
>> >> central (http://repo1.maven.org/maven2)
>> >>
>> >>
>> >>
>> >> [INFO]
>> >>
>> >> ------------------------------------------------------------------------
>> >> [INFO] For more information, run Maven with the -e switch
>> >> [INFO]
>> >>
>> >> ------------------------------------------------------------------------
>> >> [INFO] Total time: 18 seconds
>> >> [INFO] Finished at: Wed Jul 31 23:20:51 BST 2013
>> >> [INFO] Final Memory: 9M/117M
>> >> [INFO]
>> >>
>> >> ------------------------------------------------------------------------
>> >>
>> >>
>> >
>> >
>> >
>> > --
>> > Kontokostas Dimitris
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > Get your SQL database under version control now!
>> > Version control is standard for application code, but databases havent
>> > caught up. So what steps can you take to put your SQL databases under
>> > version control? Why should you start doing it? Read more to find out.
>> >
>> > http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
>> > _______________________________________________
>> > Dbpedia-discussion mailing list
>> > Dbpedia-discussion@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion
>> >

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
Dbpedia-discussion mailing list
Dbpedia-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to