This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 155193

Summary: failing plugin compilation
Product: groovy Reporter: Lukas Jungmann <jungi>
Component: GrailsAssignee: Martin Janicek <mjanicek>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Lukas Jungmann 2008-12-11 00:16:14 UTC
-have a grails project with some domain classes and controllers only
-put it to some VCS
-check it out (use -P in case of cvs)
-open project in the IDE
-go to a plugin manager and install some plugin - ie. testing

=> plugin installation fails in compilation phase because of missing src/groovy directory in grails app after checkout
Comment 1 Petr Hejl 2008-12-11 10:01:22 UTC
I think it is not general problem, but problem with VCS that prunes empty directories (like CVS with -P). I'm not sure
what we can do about that.

Lukas, do you have any idea how (if) this has been solved in other areas?
Comment 2 Martin Janicek 2012-04-25 15:19:36 UTC
I'm closing this ticket since there is nothing we could do about it. The actual problem is version system itself, not grails support.