Hi Carsten,
Thanks for your help. I pulled down the latest and tried again, but got
the same error. I then tried Maven 3.3.3 based on your suggestion, and was
able to proceed much further in the build, but failed here:
[exec] [INFO] --- maven-install-plugin:2.4:install (default-install) @
reactor ---
[exec] [INFO] Installing /Users/kggilmer/dev/repos/felix/pom.xml to
/Users/kggilmer/.m2/repository/org/apache/felix/reactor/1/reactor-1.pom
[exec] [INFO]
------------------------------------------------------------------------
[exec] [INFO] Reactor Summary:
[exec] [INFO]
[exec] [INFO] OBR Maven Plugin ...................................
SUCCESS [ 1.982 s]
[exec] [INFO] Maven Bundle Plugin ................................
SUCCESS [ 10.995 s]
[exec] [INFO] Descriptor Generator Implementation ................
SUCCESS [ 1.583 s]
[exec] [INFO] Annotations for SCR ................................
SUCCESS [ 0.528 s]
[exec] [INFO] Annotations for DS .................................
SUCCESS [ 0.422 s]
[exec] [INFO] Maven SCR Plugin ...................................
SUCCESS [ 23.161 s]
[exec] [INFO] SCR Ant Task .......................................
SUCCESS [ 4.246 s]
[exec] [INFO] Bnd SCR Plugin .....................................
SUCCESS [ 5.267 s]
[exec] [INFO] Maven SCR Plugin/Task support reactor ..............
SUCCESS [ 0.050 s]
[exec] [INFO] Maven OSGi Plugin ..................................
SUCCESS [ 0.559 s]
[exec] [INFO] Apache Felix .......................................
SUCCESS [ 0.004 s]
[exec] [INFO]
------------------------------------------------------------------------
[exec] [INFO] BUILD SUCCESS
[exec] [INFO]
------------------------------------------------------------------------
[exec] [INFO] Total time: 49.302 s
[exec] [INFO] Finished at: 2015-07-27T11:04:17-07:00
[exec] [INFO] Final Memory: 91M/854M
[exec] [INFO]
------------------------------------------------------------------------
[exec] [INFO] Scanning for projects...
[exec] [ERROR] [ERROR] Some problems were encountered while processing
the POMs:
[exec] [ERROR] Child module
/Users/kggilmer/dev/repos/felix/dependencymanager/pom.xml of
/Users/kggilmer/dev/repos/felix/pom.xml does not exist @
[exec] @
[exec] [ERROR] The build could not read 1 project -> [Help 1]
[exec] [ERROR]
[exec] [ERROR] The project org.apache.felix:reactor:1
(/Users/kggilmer/dev/repos/felix/pom.xml) has 1 error
[exec] [ERROR] Child module
/Users/kggilmer/dev/repos/felix/dependencymanager/pom.xml of
/Users/kggilmer/dev/repos/felix/pom.xml does not exist
[exec] [ERROR]
[exec] [ERROR] To see the full stack trace of the errors, re-run Maven
with the -e switch.
[exec] [ERROR] Re-run Maven using the -X switch to enable full debug
logging.
[exec] [ERROR]
[exec] [ERROR] For more information about the errors and possible
solutions, please read the following articles:
[exec] [ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
Is this a known issue?
thx
ken
On Sun, Jul 26, 2015 at 11:16 PM, Carsten Ziegeler <[email protected]>
wrote:
> Am 27.07.15 um 04:31 schrieb Ken Gilmer:
> > Hi, starting fresh I followed this guide:
> > http://felix.apache.org/documentation/development/building-felix.html.
> I'm
> > building on a Mac with Java 7 and Maven 2.2.1 (as required). Here is the
> > error after running build_run.sh:
> >
> > [exec] [ERROR] BUILD FAILURE
> > [exec] [INFO]
> > ------------------------------------------------------------------------
> > [exec] [INFO] The projects in the reactor contain a cyclic
> reference:
> > Edge between
> > 'Vertex{label='org.apache.felix:org.apache.felix.scr.annotations'}' and
> > 'Vertex{label='org.apache.felix:org.apache.felix.scr.generator'}'
> > introduces to cycle in the graph
> > org.apache.felix:org.apache.felix.scr.generator -->
> > org.apache.felix:org.apache.felix.scr.annotations -->
> > org.apache.felix:org.apache.felix.scr.generator
> >
> > Any ideas on how to resolve?
> >
>
> I've updated the pom's, please try again. Although I'm not quiet sure if
> it fixes your problem.
> If it doesn't I suggest to use a newer maven version.
>
> Regards
> Carsten
> --
> Carsten Ziegeler
> Adobe Research Switzerland
> [email protected]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>