-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Walkmod cycles on my project #86
Comments
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
<#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
|
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. |
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
<#86 (comment)>,
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
|
I have the same problem using the Maven plugin on my project, It also keeps outputting the same log line. |
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
<#86 (comment)>,
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
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Both with the Maven plugin and with the command line tool, Walkmod keeps cycling on my project, logging endlessly the following statements:
Any idea what could cause this or how I can dive in to this problem?
The text was updated successfully, but these errors were encountered: