It is strange because we use the exact same version.
Maybe it is a temporary maven repository issue or something in your system
configuration

Can you checkout the code from github?
git clone git://github.com/dbpedia/extraction-framework.git

delete your .m2 folder
rm -rf ~/.m2

and try again?
mvn clean install


On Wed, Feb 20, 2013 at 2:03 PM, gaurav pant <golup...@gmail.com> wrote:

> Hi,
>
> @Morsey- I could not get command to install *maven-scala-plugin. *Don't
> know from where I can download it even. I have googled the same. I come
> across* *
> http://repository.atricore.org/m2-release-repository/org/scala-tools/maven-scala-plugin/2.15.2/maven-scala-plugin-2.15.2.pom
> But I don't know where should I put this.
>
> Also at man page of mvn i am not getting any help to install plugin.
>
> @Dimitris -- I am using maven3.
>
>
> Please help me.
>
>
> On Wed, Feb 20, 2013 at 4:48 PM, Dimitris Kontokostas 
> <jimk...@gmail.com>wrote:
>
>> Are you using Maven2 or Maven3?
>>
>> we use maven3
>> also remove your .m2 folder and try again
>>
>>
>> On Wed, Feb 20, 2013 at 1:13 PM, gaurav pant <golup...@gmail.com> wrote:
>>
>>> Thanks for your quick response..
>>>
>>> I have not in that step as I am getting error prior to that.Hence I have
>>> not prepared any download* or extraction* file till yet.
>>>
>>> I am following this documentation. *http://dbpedia.org/documentation*
>>> Here steps defined are as below.
>>>
>>>
>>> "
>>> $hg clone
>>> http://dbpedia.hg.sourceforge.net:8000/hgroot/dbpedia/extraction_framework
>>> $hg update dump
>>> $*mvn clean install*     *---> facing error here *
>>> $cd dump
>>> $../run download config=download.properties.
>>> file
>>> $../run extraction extraction.properties.file
>>> "
>>>
>>> I am getting error at mvn clean install and the errors are posted in
>>> previous mail. I have not executed any instruction after that till yet.
>>> Still the default files has been attached into previous mail.
>>>
>>> On Wed, Feb 20, 2013 at 4:29 PM, Dimitris Kontokostas <jimk...@gmail.com
>>> > wrote:
>>>
>>>> in the extraction instructions when we say download.properties.file &&
>>>> extraction.properties.file
>>>> we mean one of the existing download* & extraction* files or a new one
>>>> you create
>>>>
>>>>
>>>> On Wed, Feb 20, 2013 at 12:42 PM, gaurav pant <golup...@gmail.com>wrote:
>>>>
>>>>> Hi Dimitris,
>>>>>
>>>>> Thanks..
>>>>>
>>>>> If I am able to understand you than you are talking about files inside
>>>>> dump folder.If so than please find files from attachment else please
>>>>> elaborate bit please.
>>>>>
>>>>> Also I would like to update you that I am using *Mavae3.0.4*. I want
>>>>> to degrade it to 2X but can't able to do same in Ubuntu as *sudo
>>>>> apt-get remove mvn *OR *apt-get remove maven3* are unknown packages
>>>>> for ubuntu.
>>>>>
>>>>> Thanks for you valuable time.
>>>>>
>>>>>
>>>>> On Wed, Feb 20, 2013 at 3:09 PM, Dimitris Kontokostas <
>>>>> jimk...@gmail.com> wrote:
>>>>>
>>>>>> Can you send us your download.properties.file &&
>>>>>> extraction.properties.file?
>>>>>>
>>>>>> Cheers,
>>>>>> Dimitris
>>>>>>
>>>>>>
>>>>>> On Wed, Feb 20, 2013 at 10:27 AM, gaurav pant <golup...@gmail.com>wrote:
>>>>>>
>>>>>>> Hi Morsey/Julien/All,
>>>>>>>
>>>>>>> Thanks for all the support..
>>>>>>>
>>>>>>> I am *http://dbpedia.org/documentation* documentation for
>>>>>>> installation. The Instructions there are as follows.
>>>>>>>
>>>>>>> "
>>>>>>> $hg clone
>>>>>>> http://dbpedia.hg.sourceforge.net:8000/hgroot/dbpedia/extraction_framework
>>>>>>> $hg update dump
>>>>>>> $mvn clean install
>>>>>>> $cd dump
>>>>>>> $../run download config=download.properties.file
>>>>>>> $../run extraction extraction.properties.file
>>>>>>> "
>>>>>>>
>>>>>>> when  I am doing *"mvn clean install"* I am getting below error
>>>>>>> below errors.
>>>>>>>
>>>>>>> *with -e option(stack trace)  ===>*
>>>>>>> "
>>>>>>> [ERROR] Failed to execute goal
>>>>>>> org.scala-tools:maven-scala-plugin:2.15.2:compile (process-resources) on
>>>>>>> project core: wrap: org.apache.commons.exec.ExecuteException: Process
>>>>>>> exited with an error: 137(Exit value: 137) -> [Help 1]
>>>>>>> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
>>>>>>> execute goal org.scala-tools:maven-scala-plugin:2.15.2:compile
>>>>>>> (process-resources) on project core: wrap:
>>>>>>> org.apache.commons.exec.ExecuteException: Process exited with an error:
>>>>>>> 137(Exit value: 137)
>>>>>>>     at
>>>>>>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
>>>>>>>     at
>>>>>>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
>>>>>>>     at
>>>>>>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
>>>>>>>     at
>>>>>>> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
>>>>>>>     at
>>>>>>> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
>>>>>>>     at
>>>>>>> org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
>>>>>>>     at
>>>>>>> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
>>>>>>>     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
>>>>>>>     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
>>>>>>>     at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
>>>>>>>     at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
>>>>>>>     at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
>>>>>>>     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.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
>>>>>>>     at
>>>>>>> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
>>>>>>>     at
>>>>>>> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
>>>>>>>     at
>>>>>>> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
>>>>>>> Caused by: org.apache.maven.plugin.MojoExecutionException: wrap:
>>>>>>> org.apache.commons.exec.ExecuteException: Process exited with an error:
>>>>>>> 137(Exit value: 137)
>>>>>>>     at
>>>>>>> org_scala_tools_maven.ScalaMojoSupport.execute(ScalaMojoSupport.java:350)
>>>>>>>     at
>>>>>>> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
>>>>>>>     at
>>>>>>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
>>>>>>>     ... 19 more
>>>>>>> Caused by: org.apache.commons.exec.ExecuteException: Process exited
>>>>>>> with an error: 137(Exit value: 137)
>>>>>>>     at
>>>>>>> org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:346)
>>>>>>>     at
>>>>>>> org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:149)
>>>>>>>     at
>>>>>>> org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:136)
>>>>>>>     at
>>>>>>> org_scala_tools_maven_executions.JavaMainCallerByFork.run(JavaMainCallerByFork.java:80)
>>>>>>>     at
>>>>>>> org_scala_tools_maven.ScalaCompilerSupport.compile(ScalaCompilerSupport.java:124)
>>>>>>>     at
>>>>>>> org_scala_tools_maven.ScalaCompilerSupport.doExecute(ScalaCompilerSupport.java:80)
>>>>>>>     at
>>>>>>> org_scala_tools_maven.ScalaMojoSupport.execute(ScalaMojoSupport.java:342)
>>>>>>>     ... 21 more
>>>>>>> [ERROR]
>>>>>>> [ERROR] Re-run Maven using the -X switch to enable full debug
>>>>>>> logging.
>>>>>>> "
>>>>>>> and
>>>>>>>
>>>>>>> *with -X option ===>* Almost same error message as above.
>>>>>>>
>>>>>>> I am using  *Ubuntu 12.04.1 LTS* & *kernal 3.2.0-36-virtual*.
>>>>>>>
>>>>>>>
>>>>>>> Please help me out to resolve this installation problem.
>>>>>>>
>>>>>>> Thanks for your precious advices.
>>>>>>>
>>>>>>>
>>>>>>> On Tue, Feb 19, 2013 at 6:06 PM, Mohamed Morsey <
>>>>>>> mor...@informatik.uni-leipzig.de> wrote:
>>>>>>>
>>>>>>>>  Hi,
>>>>>>>>
>>>>>>>>
>>>>>>>> On 02/19/2013 10:51 AM, Julien Cojan wrote:
>>>>>>>>
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> International Chapters may have more recent dumps.
>>>>>>>> I added a column "last extraction" in
>>>>>>>> http://wiki.dbpedia.org/Internationalization/Chapters#p78033-2
>>>>>>>>
>>>>>>>> Julien
>>>>>>>>
>>>>>>>> ------------------------------
>>>>>>>>
>>>>>>>> *De: *"gaurav pant" <golup...@gmail.com> <golup...@gmail.com>
>>>>>>>> *À: *"Dimitris Kontokostas" <jimk...@gmail.com> <jimk...@gmail.com>,
>>>>>>>> "Mohamed Morsey" 
>>>>>>>> <mor...@informatik.uni-leipzig.de><mor...@informatik.uni-leipzig.de>,
>>>>>>>> dbpedia-discussion@lists.sourceforge.net
>>>>>>>> *Envoyé: *Mardi 19 Février 2013 07:14:51
>>>>>>>> *Objet: *Re: [Dbpedia-discussion] How to get DBpedia updated dump
>>>>>>>> for different languages
>>>>>>>>
>>>>>>>> Hi ,
>>>>>>>>
>>>>>>>> Thanks Mohamad & Dimitris for your great help...
>>>>>>>>
>>>>>>>> I have some more queries-
>>>>>>>>
>>>>>>>> 1-  Is there someway so that I can get just updated records or
>>>>>>>> dumps rather than whole dump for a particular language ( except 
>>>>>>>> English) ?
>>>>>>>>
>>>>>>>> 2- Can you suggest which of these dumps should I use for getting a
>>>>>>>> sort description of somethings(max 500 characters) and some specificity
>>>>>>>> like some accomplishment,Date of Birth,Birth place, Occupation if he 
>>>>>>>> is a
>>>>>>>> person or so on?
>>>>>>>>
>>>>>>>>
>>>>>>>> You can control the resulting data by activating/deactivating the
>>>>>>>> required extractors, e.g. for extracting the short description (short
>>>>>>>> abstract), you should activate the AbstractExtractor [1].
>>>>>>>> You can configure the extraction process through file [2].
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> Again big thanks for all the support.
>>>>>>>>
>>>>>>>>
>>>>>>>> [1]
>>>>>>>> http://dbpedia.hg.sourceforge.net/hgweb/dbpedia/extraction_framework/file/d5d2afdbce6b/core/src/main/scala/org/dbpedia/extraction/mappings/AbstractExtractor.scala
>>>>>>>> [2]
>>>>>>>> http://dbpedia.hg.sourceforge.net/hgweb/dbpedia/extraction_framework/file/d5d2afdbce6b/dump/extraction.default.properties
>>>>>>>>
>>>>>>>> --
>>>>>>>> Kind Regards
>>>>>>>> Mohamed Morsey
>>>>>>>> Department of Computer Science
>>>>>>>> University of Leipzig
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Regards
>>>>>>> Gaurav Pant
>>>>>>> +91-7709196607,+91-9405757794
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Kontokostas Dimitris
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Regards
>>>>> Gaurav Pant
>>>>> +91-7709196607,+91-9405757794
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Kontokostas Dimitris
>>>>
>>>
>>>
>>>
>>> --
>>> Regards
>>> Gaurav Pant
>>> +91-7709196607,+91-9405757794
>>>
>>
>>
>>
>> --
>> Kontokostas Dimitris
>>
>
>
>
> --
> Regards
> Gaurav Pant
> +91-7709196607,+91-9405757794
>



-- 
Kontokostas Dimitris
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Dbpedia-discussion mailing list
Dbpedia-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to