thomashan / zkgrails

Automatically exported from code.google.com/p/zkgrails
0 stars 0 forks source link

created ZUL under <plugin prj>/grails-app/zul/ doesn't get packaged into WAR #291

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Which version of ZKGrails you're using? On what operating system?
ZKGrails 2.0.4

Which version of Grails you're using?
2.0.4

What steps will reproduce the problem?
1. create a grails plugin project and install zkgrails plugin
2. do "grails create-zul" myView
3. create a grails application project and use in-place plugin settings in the 
BuildConfig.groovy to include above plugin
4. do "grails war" and discovered that myView.zul isn't appear anywhere in the 
WAR file 

What is the expected output? What do you see instead?

Please provide any additional information below. Attaching a test case to
reproduce it is preferable.

Original issue reported on code.google.com by nash.tsai@gmail.com on 24 Dec 2012 at 10:43

GoogleCodeExporter commented 8 years ago
Thanks for reporting.

It's already fixed by Issue 275.

Original comment by chanwit on 24 Dec 2012 at 12:32