On Fri, 7 Oct 2005, Gilles Scokart wrote:

Can you post the POMs of the two projects?

Usually this happens when a plugin project uses itself to build itself.
Might also be because you define a dependency to the plugin AND the plugin
itself (using build/plugins/plugin).

-- Kenney

> I have written a code genrator that has an ant interface.  In order to test
> it, I have a separate module that use ant run.  In order to be able to call
> my owns task, I have to use the extensions.
>
> The problem is that I receive a cycle error.
>
> The structure is this :
> - I have my parent project with 2 modules : ant-generator and test.
> - test try to load the extension 'ant-generator' into the test module
>
> I regularly receive an error :
> [INFO] Reason: Edge between 'Vertex{label='org.nextmock:ant-generator'}' and
> 'Vertex{label='org.nextmock:ant-generator'}
> ' introduces to cycle in the graph org.nextmock:ant-generator -->
> org.nextmock:ant-generator
>
> But I don't see why there is a cycle.  It should not be a problem.
> generator can be built alone, but test or the parent project can not be
> build.  Why ?  Any idea ?
>
> Thanks,
>
> Gilles Scokart
>
> _________________________________________________________________
> Protégez votre boîte de réception: Phishing : comment l'identifier, le
> signaler et l'empêcher   http://www.fr.msn.be/security/phishing/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>

--
Kenney Westerhof
http://www.neonics.com
GPG public key: http://www.gods.nl/~forge/kenneyw.key

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to