walkmod-core icon indicating copy to clipboard operation
walkmod-core copied to clipboard

Walkmod cycles on my project

Open jwgmeligmeyling opened this issue 5 years ago • 5 comments

Both with the Maven plugin and with the command line tool, Walkmod keeps cycling on my project, logging endlessly the following statements:

 INFO [main] - ** MODULE /Users/jgmeligmeyling/git/athena-hibernate-test/domain [ok] **
 INFO [main] - ** MODULE /Users/jgmeligmeyling/git/athena-hibernate-test/domain [ok] **
 INFO [main] - ** MODULE /Users/jgmeligmeyling/git/athena-hibernate-test/domain [ok] **
 INFO [main] - ** MODULE /Users/jgmeligmeyling/git/athena-hibernate-test/domain [ok] **
 INFO [main] - ** MODULE /Users/jgmeligmeyling/git/athena-hibernate-test/domain [ok] **
 INFO [main] - ** MODULE /Users/jgmeligmeyling/git/athena-hibernate-test/domain [ok] **
 INFO [main] - ** MODULE /Users/jgmeligmeyling/git/athena-hibernate-test/domain [ok] **
 INFO [main] - ** MODULE /Users/jgmeligmeyling/git/athena-hibernate-test/domain [ok] **
 INFO [main] - ** MODULE /Users/jgmeligmeyling/git/athena-hibernate-test/domain [ok] **
 INFO [main] - ** MODULE /Users/jgmeligmeyling/git/athena-hibernate-test/domain [ok] **
 INFO [main] - ** MODULE /Users/jgmeligmeyling/git/athena-hibernate-test/domain [ok] **
 INFO [main] - ** MODULE /Users/jgmeligmeyling/git/athena-hibernate-test/domain [ok] **

Any idea what could cause this or how I can dive in to this problem?

jwgmeligmeyling avatar Mar 30 '19 12:03 jwgmeligmeyling

Hi!

Could you share the config files or the repo?

El El sáb, 30 mar 2019 a las 13:25, Jan-Willem Gmelig Meyling < [email protected]> escribió:

Both with the Maven plugin and with the command line tool, Walkmod keeps cycling on my project, logging endlessly the following statements:

INFO [main] - ** MODULE /Users/jgmeligmeyling/git/athena-hibernate-test/domain [ok] ** INFO [main] - ** MODULE /Users/jgmeligmeyling/git/athena-hibernate-test/domain [ok] ** INFO [main] - ** MODULE /Users/jgmeligmeyling/git/athena-hibernate-test/domain [ok] ** INFO [main] - ** MODULE /Users/jgmeligmeyling/git/athena-hibernate-test/domain [ok] ** INFO [main] - ** MODULE /Users/jgmeligmeyling/git/athena-hibernate-test/domain [ok] ** INFO [main] - ** MODULE /Users/jgmeligmeyling/git/athena-hibernate-test/domain [ok] ** INFO [main] - ** MODULE /Users/jgmeligmeyling/git/athena-hibernate-test/domain [ok] ** INFO [main] - ** MODULE /Users/jgmeligmeyling/git/athena-hibernate-test/domain [ok] ** INFO [main] - ** MODULE /Users/jgmeligmeyling/git/athena-hibernate-test/domain [ok] ** INFO [main] - ** MODULE /Users/jgmeligmeyling/git/athena-hibernate-test/domain [ok] ** INFO [main] - ** MODULE /Users/jgmeligmeyling/git/athena-hibernate-test/domain [ok] ** INFO [main] - ** MODULE /Users/jgmeligmeyling/git/athena-hibernate-test/domain [ok] **

Any idea what could cause this or how I can dive in to this problem?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/walkmod/walkmod-core/issues/86, or mute the thread https://github.com/notifications/unsubscribe-auth/AJo3Q9OBHcOaETc6esIel0bxseHk1SbWks5vb1fTgaJpZM4cTtms .

-- Raquel Pau

"Education is the most powerful weapon which you can use to change the world*"*

Nelson Mandela

octopatch avatar Mar 30 '19 12:03 octopatch

Im not using a config yet, just running the command. I do have a multi module maven project though, which could contribute to the problem.

jwgmeligmeyling avatar Mar 30 '19 12:03 jwgmeligmeyling

Ok. In this case it is preferable to integrate it as a plugin (maven or gradle) because then it is integrated in the build lifecycle, otherwise it requires to compile the module that needs to process and, could raise, depending in the module dependencies, infinite executions.

You can checkout examples about how to configure walkmod for different setups in https://github.com/rpau/walkmod-examples

El El sáb, 30 mar 2019 a las 13:46, Jan-Willem Gmelig Meyling < [email protected]> escribió:

Im not using a config yet, just running the command. I do have a multi module maven project though, which could contribute to the problem.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/walkmod/walkmod-core/issues/86#issuecomment-478242651, or mute the thread https://github.com/notifications/unsubscribe-auth/AJo3Q-wl70w2VblEcm9cxC5CGKgFlf_Mks5vb1yugaJpZM4cTtms .

-- Raquel Pau

"Education is the most powerful weapon which you can use to change the world*"*

Nelson Mandela

octopatch avatar Mar 30 '19 12:03 octopatch

I have the same problem using the Maven plugin on my project, It also keeps outputting the same log line.

jwgmeligmeyling avatar Mar 30 '19 18:03 jwgmeligmeyling

Which version of the plugin are you using?

El El sáb, 30 mar 2019 a las 19:32, Jan-Willem Gmelig Meyling < [email protected]> escribió:

I have the same problem using the Maven plugin on my project, It also keeps outputting the same log line.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/walkmod/walkmod-core/issues/86#issuecomment-478275124, or mute the thread https://github.com/notifications/unsubscribe-auth/AJo3Q7oofNX58KoItZqC05_6Yp3Q5ot8ks5vb63LgaJpZM4cTtms .

-- Raquel Pau

"Education is the most powerful weapon which you can use to change the world*"*

Nelson Mandela

octopatch avatar Mar 30 '19 18:03 octopatch