[Geoserver-devel] Cycle

Hi, I am getting a "cyclic reference" could someone help, it driving me crazy :cry:

C:\projects\1.4.x>mvn compile
[INFO] Scanning for projects...
[INFO] ----------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ----------------------------------------------------------------------------
[INFO] The projects in the reactor contain a cyclic reference: Edge between 'Vertex{label='org.openplans:geoserver'}' an
d 'Vertex{label='org.openplans:geoserver'}' introduces to cycle in the graph org.openplans:geoserver --> org.openplans:g
eoserver
[INFO] ----------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ----------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Fri Mar 31 09:38:52 CAT 2006
[INFO] Final Memory: 1M/2M
[INFO] ----------------------------------------------------------------------------

Clint Lewis wrote:

Hi, I am getting a "cyclic reference" could someone help, it driving me crazy :cry:

C:\projects\1.4.x>mvn compile
[INFO] Scanning for projects...
[INFO] ----------------------------------------------------------------------------

[ERROR] BUILD FAILURE
[INFO] ----------------------------------------------------------------------------

[INFO] The projects in the reactor contain a cyclic reference: Edge between 'Vertex{label='org.openplans:geoserver'}' an
d 'Vertex{label='org.openplans:geoserver'}' introduces to cycle in the graph org.openplans:geoserver --> org.openplans:g
eoserver
[INFO] ----------------------------------------------------------------------------

[INFO] For more information, run Maven with the -e switch
[INFO] ----------------------------------------------------------------------------

[INFO] Total time: < 1 second
[INFO] Finished at: Fri Mar 31 09:38:52 CAT 2006
[INFO] Final Memory: 1M/2M
[INFO] ----------------------------------------------------------------------------

Hi Clint,

I had a quick look and I think this is happening because in the root pom.xml file, there is a dependency:

  <dependency>
             <groupId>org.openplans</groupId>
             <artifactId>geoserver</artifactId>
               <version>1.0-SNAPSHOT</version>
               <type>jar</type>
               <scope>compile</scope>
           </dependency>

Which makes this pom dependent on itself if you dont have a jar in the repository. Can you explain the purpose of this dependency?

-Justin

Clint Lewis wrote:

Clint Lewis wrote:

Hi, I am getting a "cyclic reference" could someone help, it driving me crazy :cry:

C:\projects\1.4.x>mvn compile
[INFO] Scanning for projects...
[INFO] ----------------------------------------------------------------------------

[ERROR] BUILD FAILURE
[INFO] ----------------------------------------------------------------------------

[INFO] The projects in the reactor contain a cyclic reference: Edge between 'Vertex{label='org.openplans:geoserver'}' an
d 'Vertex{label='org.openplans:geoserver'}' introduces to cycle in the graph org.openplans:geoserver --> org.openplans:g
eoserver
[INFO] ----------------------------------------------------------------------------

[INFO] For more information, run Maven with the -e switch
[INFO] ----------------------------------------------------------------------------

[INFO] Total time: < 1 second
[INFO] Finished at: Fri Mar 31 09:38:52 CAT 2006
[INFO] Final Memory: 1M/2M
[INFO] ----------------------------------------------------------------------------

-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Hi Justin,

You were write I dont need that dependancy, it must have slipped in by mistake :-[ so I removed it and "booom :slight_smile: " cyclic reference gone..

Thanks again..

Justin Deoliveira wrote:

Hi Clint,

I had a quick look and I think this is happening because in the root pom.xml file, there is a dependency:

<dependency>
            <groupId>org.openplans</groupId>
            <artifactId>geoserver</artifactId>
              <version>1.0-SNAPSHOT</version>
              <type>jar</type>
              <scope>compile</scope>
          </dependency>

Which makes this pom dependent on itself if you dont have a jar in the repository. Can you explain the purpose of this dependency?

-Justin

Clint Lewis wrote:

Clint Lewis wrote:

Hi, I am getting a "cyclic reference" could someone help, it driving me crazy :cry:

C:\projects\1.4.x>mvn compile
[INFO] Scanning for projects...
[INFO] ----------------------------------------------------------------------------

[ERROR] BUILD FAILURE
[INFO] ----------------------------------------------------------------------------

[INFO] The projects in the reactor contain a cyclic reference: Edge between 'Vertex{label='org.openplans:geoserver'}' an
d 'Vertex{label='org.openplans:geoserver'}' introduces to cycle in the graph org.openplans:geoserver --> org.openplans:g
eoserver
[INFO] ----------------------------------------------------------------------------

[INFO] For more information, run Maven with the -e switch
[INFO] ----------------------------------------------------------------------------

[INFO] Total time: < 1 second
[INFO] Finished at: Fri Mar 31 09:38:52 CAT 2006
[INFO] Final Memory: 1M/2M
[INFO] ----------------------------------------------------------------------------

-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel