Question about building locally #595
Replies: 5 comments 8 replies
-
How does it fail? My guess without an error message is that if the sources change since the last release then the version number needs to be bumped. |
Beta Was this translation helpful? Give feedback.
-
What happens if you try to build without any changes at all? |
Beta Was this translation helpful? Give feedback.
-
Then you probably need to post a full build log as @jonahgraham previously suggested above: Without more detailed info it's impossible for anybody here to identify what the issue might be. |
Beta Was this translation helpful? Give feedback.
-
Ah, sorry, didn't notice the attachment. |
Beta Was this translation helpful? Give feedback.
-
I solved the problem, thank you all. I imported this project using eclipse. As long as I modify the code (just add comments or delete blank lines), other things will be imported and modified, causing the class path calculation to fail. It does seem a bit strange. I used vscode to manage this project and there was no such problem. |
Beta Was this translation helpful? Give feedback.
-
When the eclipse-plugins plug-in is built locally using “mvn clean verify”, why does the build fail when there is only one change in the code, even if only one line of comments is added?
Beta Was this translation helpful? Give feedback.
All reactions