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

Need more info/explanation of this issue. #10

Open
spundun opened this issue Aug 24, 2013 · 0 comments
Open

Need more info/explanation of this issue. #10

spundun opened this issue Aug 24, 2013 · 0 comments

Comments

@spundun
Copy link

spundun commented Aug 24, 2013

In https://github.com/raymyers/haml4grails/blob/master/scripts/_Events.groovy

You have commented that

In the war target, packageApp runs immediately before compilegsp,

  • Thus at eventPackagingEnd, we convert all haml files to gsp.
  • Unfortunately, packageApp also runs when we call "grail run-app",
  • so we will have .gsp files created throughout the view folder.
  • Currently seeking a work around for this. -- RM, 05/08/2010

I'm not sure what the problem is. Is PackagingEnd event triggered twice when running "grails run-app" ? or is it only triggered once? If it's triggered once then that's a good behavior right? What does "so we will have .gsp files created throughout the view folder." mean? Isn't that what we want?

Btw I'm trying to investigate this error message I'm getting when I run "grails run-app" : "Error Exception occurred trigger event [PackagingEnd]: com.cadrlife.jhaml.JHamlBatchConverter (Use --stacktrace to see the full trace)"

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