Java Project can't build in fleet but it can build success by terminal
Answered
My work project is a java project, using maven as package manager.
Because of it's my work project, so I can put screenshot on this post.
Please sign in to leave a comment.
Maven build was print "java:ERROR:package xxxxxx does not exist; file: xxxxx"
My IDEA also can build this java project and run it.
>Maven build was print "java:ERROR:package xxxxxx does not exist; file: xxxxx"
Do you have error when building the project by Maven from the command line? Please note that Fleet takes the configuration and project structure (dependencies, compiler settings etc) from Maven. So in order to succesfully build the project in Fleet, the Maven build must also be successful. Based on the error - there could be a problem with dependencies configuration in Maven. Please verify this.
Yes, building the project by Maven without any error. I just rollback fleet version from 1.15.69 to 1.14.78 to fix this problem.
Can you provide a project to check? You can upload privately at https://uploads.jetbrains.com and tell the upload id.