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

Fixed issue #37, NullPointerException when generating views #38

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

amexboy
Copy link

@amexboy amexboy commented Jan 9, 2015

Fix for #37. I installed the plugin as an inplace plugin and fixed issues #37! There were two problems with the plugin when running from my system.

  • The first problem was on scripts/_NgGenerate.groovy:4 that scaffoldingPluginDir was provided as a string and it was supposed to accessing a variable.
  • The second problem was causing NullPointerException on every line that cp was accessed. The variable wasn't being set properly. First thing the name of the plugin for hibernate had to have the version appended and (I couldn't figure out why,) but cp wasn't being bind properly

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

Successfully merging this pull request may close these issues.

2 participants