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

.classpath file not generated with Eclipse 2021-03 #6

Open
basinilya opened this issue Jun 25, 2021 · 0 comments
Open

.classpath file not generated with Eclipse 2021-03 #6

basinilya opened this issue Jun 25, 2021 · 0 comments

Comments

@basinilya
Copy link

basinilya commented Jun 25, 2021

I'm importing https://github.com/bbottema/outlook-message-parser 0afe0fc4b2bb5aa8d961193f7fbdfd645f654a45
When the plugin is not installed I get the regular lifecycle mapping prompt for assertj-assertions-generator-maven-plugin and the assertion classes are not generated.

To fix this I installed m2e-assertj versio 0.60 to Eclipse 2021-03. After doing a clean re-import of the project I see that even though the assertion classes were generated in target/ no .classpath file was generated and the dialog appears saying:

Test source folder 'src/test/java' in project 'outlook-message-parser' must have an output folder that is not also used for main sources

Also, there's the problem marker:

The project was not built since its build path is incomplete. Cannot find the class file for java.lang.Throwable. Fix the build path then try building this project	outlook-message-parser

The bin/ folder is created and all regular java sources are compiled into it, not target. The root source folder is src/, not src/main/java

Had to go back to Oxygen.3a Release (4.7.3a)

@basinilya basinilya changed the title .classpath file not generated when this plugin installed .classpath file not generated with Eclipse 2021-03 Jun 25, 2021
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

1 participant