Hello,

   - I have juste downloaded the .java sources of the project electric via 
   the svn repository:
   
svn --username USERNAME checkout 
https://svn.java.net/svn/electric~svn/trunk/electric

   - Then I have downloaded maven 
   from: https://maven.apache.org/download.cgi -> 
   apache-maven-3.3.9-bin.tar.gz 
   
<http://apache.mindstudios.com/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz>
   
I have set the variable: setenv MAVEN_OPTS -Xmx256M


   - And, as explained in the *README.txt* of the electric project, I would 
   need to execute the maven command to get the project electric compiled, 
   such as:
   

$ *mvn -DskipTests=true install*
*[INFO] Scanning for projects...*
*[ERROR] [ERROR] Some problems were encountered while processing the POMs:*
*[FATAL] Non-resolvable parent POM for 
com.sun.electric:electric:9.07-b-SNAPSHOT: Could not find artifact 
com.sun.electric:electric-parent:pom:6-SNAPSHOT and 'parent.relativePath' 
points at wrong local POM @ line 29, column 13*
* @ *
*[ERROR] The build could not read 1 project -> [Help 1]*
*[ERROR]   *
*[ERROR]   The project com.sun.electric:electric:9.07-b-SNAPSHOT 
(/home/220.2-Open_IC_design/users/ppaoli00/temp/electric/pom.xml) has 1 
error*
*[ERROR]     Non-resolvable parent POM for 
com.sun.electric:electric:9.07-b-SNAPSHOT: Could not find artifact 
com.sun.electric:electric-parent:pom:6-SNAPSHOT and 'parent.relativePath' 
points at wrong local POM @ line 29, column 13 -> [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*

*An extract of the pom.xml of the electricity project is:*



*<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>    
<modelVersion>4.0.0</modelVersion>    <parent>        
<artifactId>electric-parent</artifactId>        
<groupId>com.sun.electric</groupId>        <version>6-SNAPSHOT</version>    
    <relativePath>../pom/electric-parent/pom.xml</relativePath>    
</parent>    <artifactId>electric</artifactId>    
<version>9.07-b-SNAPSHOT</version>    <packaging>jar</packaging>*


*What is this project: **electric-parent:pom:6-SNAPSHOT** ?*

How can I solve my compilation issue ?

Thanks a lot !!

Pierre

-- 
You received this message because you are subscribed to the Google Groups 
"Electric VLSI Editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to