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]