jdaugherty opened a new issue, #188:
URL: https://github.com/apache/grails-intellij-plugin/issues/188
Running Compile or Make for a Grails 2 project gives different classes than
Grails wrapper does. This makes Grails project to misbehave when using classes
from IntelliJ out dir.
Full javap output of asset.pipeline.AssetsController in a stock "grails
create-app" application (Grails 2.4.4, JDK 1.8.0_20) attached.
Difference in annotations is as follows.
Annotations in "target" directory:
```
...
#8 = Utf8 Lgrails/artefact/Enhanced;
...
#13 = Utf8
Lorg/codehaus/groovy/grails/plugins/metadata/GrailsPlugin;
...
RuntimeVisibleAnnotations:
0: #8(#9=s#10,#11=[s#12])
1: #13(#14=s#15,#9=s#16)
```
Annotations in "out" directory:
```
...
#8 = Utf8 Lgrails/artefact/Enhanced;
...
RuntimeVisibleAnnotations:
0: #8(#9=s#10,#11=[s#12])
```
---
*Imported from
[IDEA-136644](https://youtrack.jetbrains.com/issue/IDEA-136644) · Type: Bug ·
Votes: 1*
*Comments, attachments, dates and reporter are not part of the export —
follow the link above for the full history.*
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]