Re: [jaxodraw-discuss] Installation problem
JaxoDraw: Feynman Diagrams made easy!
Brought to you by:
lukas_theussl
From: Pablo S. <psa...@if...> - 2018-10-22 08:22:17
|
Hello, thanks for the suggestion! Yes, using the binaries is perfect for me. It was just long time ago since my last jaxodraw installation ad forgot about it. I was just following the instructions in the webpage and thought I had to go through all the procedure ... Now it's working! Pablo On Fri, Oct 19, 2018 at 7:21 PM Lukas Theussl <lth...@gm...> wrote: > > Dear Pablo, > > Unfortunately, the jaxodraw binaries were never deployed to the maven > central repository, you will have to build and install the pom file > yourself: > > svn checkout https://svn.code.sf.net/p/jaxodraw/code/tags/pom/3.0/ > jaxodraw-pom > cd jaxodraw-pom/ > mvn install > > Then go back to the main source code: > > mvn -DskipTests clean package > > (I had to skip the tests because of some failure that I didn't investigate) > > You will find the executable jar file in the target/ folder. > > > However, is there a specific reason you want to build it yourself and > not use the pre-compiled binary? The source code is unmaintained since a > long time now. > > Cheers, > -Lukas > > > > Am 19.10.18 um 11:58 schrieb Pablo Sanchez: > > Hello, > > I am Pablo and I am trying to install the latest version of the program > > (jaxodraw-2.1-0-src.tar.gz source file) on Ubuntu 16.04. > > I installed already java (java version "1.8.0_191") and Maven 3 (Apache > > Maven 3.3.9) as prerequisites. > > After unpacking and, once in the jaxodraw-2.1-0/ directory, I type "mvn > > package" after what I get the message copied below. > > Particularly, it seems to me that the link > > " > https://repo.maven.apache.org/maven2/net/sf/jaxodraw/pom/3.0/pom-3.0.pom" > > is broken. > > > > What could I do? > > > > Thanks in advance for your help, > > Pablo > > > > [INFO] Scanning for projects... > > Downloading: > > https://repo.maven.apache.org/maven2/net/sf/jaxodraw/pom/3.0/pom-3.0.pom > > [ERROR] [ERROR] Some problems were encountered while processing the POMs: > > [FATAL] Non-resolvable parent POM for net.sf.jaxodraw:jaxodraw:2.1-0: > > Could not find artifact net.sf.jaxodraw:pom:pom:3.0 in central > > (https://repo.maven.apache.org/maven2) and 'parent.relativePath' points > > at wrong local POM @ line 6, column 11 > > @ > > [ERROR] The build could not read 1 project -> [Help 1] > > [ERROR] > > [ERROR] The project net.sf.jaxodraw:jaxodraw:2.1-0 > > (/home/jsegovia/Programs/jaxodraw-2.1-0/pom.xml) has 1 error > > [ERROR] Non-resolvable parent POM for > > net.sf.jaxodraw:jaxodraw:2.1-0: Could not find artifact > > net.sf.jaxodraw:pom:pom:3.0 in central > > (https://repo.maven.apache.org/maven2) and 'parent.relativePath' points > > at wrong local POM @ line 6, column 11 -> [Help 2] > > [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/ProjectBuildingException > > [ERROR] [Help 2] > > > http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException > > > > > > > > > > Avís - Aviso - Legal Notice - (LOPD) -http://legal.ifae.es > > <http://legal.ifae.es/> > > > > > > _______________________________________________ > > jaxodraw-discuss mailing list > > jax...@li... > > https://lists.sourceforge.net/lists/listinfo/jaxodraw-discuss > > > > > _______________________________________________ > jaxodraw-discuss mailing list > jax...@li... > https://lists.sourceforge.net/lists/listinfo/jaxodraw-discuss > -- Avís - Aviso - Legal Notice - (LOPD) - http://legal.ifae.es <http://legal.ifae.es/> |