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 - failing plugin compilation
Summary: failing plugin compilation
Status: RESOLVED WONTFIX
Alias: None
Product: groovy
Classification: Unclassified
Component: Grails (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-11 00:16 UTC by Lukas Jungmann
Modified: 2012-04-25 15:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.