Skip to content

QUser, QRelationship, QMicropost classes not found during compilation #1

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

Closed
alfishe opened this issue Feb 25, 2016 · 2 comments
Closed

Comments

@alfishe
Copy link

alfishe commented Feb 25, 2016

Seems enhanced classes were developed to replace regular ones but never added to the repo
Commit 4f35f71 (Jan-29) was the last compilable. All further refactorings are broken then

@akirasosa
Copy link
Contributor

@alfishe
They will be automatically generated by annotation processor. If they were not generated, please try following.

mvn clean compile

Thanks,

@akirasosa
Copy link
Contributor

@alfishe
I confirmed that it happens in importing new project in Intellij IDEA.
micropostrepositoryimpl_java_-springboot-angular2-tutorial-__desktop_boot-app-_intellij_idea__minerva__iu-144_4199_23

I'm afraid that it is a problem of IDEA. But here is a work around.

  1. Do mvn clean compile
  2. Comment out some lines (line 184~206 was OK) on pom.xml and import changes
  3. Revert the pom.xml and import changes.

After that generated sources under target/generated-sources would be recognised by IDEA.

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