HelfenKannJeder / come2help

Project for recruiting and coordinating volunteer people.
http://come2.help/
GNU General Public License v3.0
3 stars 6 forks source link

build does not work due to jsondoc #26

Closed MariusKl closed 8 years ago

MariusKl commented 8 years ago

in branch feature_oauth2

andreas-eberle commented 8 years ago

It seems that jsondoc has a problem with the OAuth2ClientController class. There are also bean definitions and and @Configuration annotation in this class. Maybe this is something jsondoc can't handle.

If I move the OAuth2ClientController class to the configuration package, it works again. But I guess this is only because jsondoc does not scan this folder.

andreas-eberle commented 8 years ago

I moved the configuration part back to the configuration package. That fixed it for now. So when you want to reproduce it, you need to use an older state of the branch.

As it is "fixed" for me atm, I'm closing this.

MariusKl commented 8 years ago

Thanks! I already had a look on Wednesday but did not find the problem. Wanted to continue today but thanks to you I can do something else ;)