Skip to content
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

Copying messages should be INFO level at most, probably debug #935

Open
elharo opened this issue Nov 28, 2024 · 2 comments
Open

Copying messages should be INFO level at most, probably debug #935

elharo opened this issue Nov 28, 2024 · 2 comments

Comments

@elharo
Copy link

elharo commented Nov 28, 2024

[INFO] Executing tasks
[WARNING] [echo] Copying Source for Tests......
[WARNING] [echo] Making /Users/elharo/spotbugs-maven-plugin/target/it-src-spotbugs
[INFO] [mkdir] Created dir: /Users/elharo/spotbugs-maven-plugin/target/it-src-spotbugs
[WARNING] [echo] Copying to /Users/elharo/spotbugs-maven-plugin/target/it-src-spotbugs
[WARNING] [echo] from /Users/elharo/spotbugs-maven-plugin/SpotBugs
[WARNING] [echo] for *spotbugsTestCases/src/java/A.java, *spotbugsTestCases/src/java/Use.java, **spotbugsTestCases/src/java/annotations/*.java

Moot if we just get rid of ant

@elharo elharo changed the title Copying messages shoujld be INFO level at most, probabluy debug Copying messages should be INFO level at most, probably debug Nov 28, 2024
@hazendaz
Copy link
Member

ok Ant is also being used by Groovy as well when it runs, that has come up before as it needs to fork. Groovy is not my primary language and if not for jenkins, I wouldn't have any groovy knowledge other than this program. Looking at the pom, I don't off hand see any real reason to keep ant there, there are other ways to accomplish that in smarter ways. Will look into seeing what I can do there.

@hazendaz
Copy link
Member

hazendaz commented Dec 1, 2024

cleanup as been done but still ant for now so keeping this open until I switch it over to resources plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants