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 184895 - Grails plug-in dependencies (libs) not added to the Classpath
Summary: Grails plug-in dependencies (libs) not added to the Classpath
Status: RESOLVED DUPLICATE of bug 206199
Alias: None
Product: groovy
Classification: Unclassified
Component: Grails (show other bugs)
Version: 6.x
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
: 206553 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-04-24 01:26 UTC by dcastro
Modified: 2012-05-17 06:49 UTC (History)
1 user (show)

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 dcastro 2010-04-24 01:26:22 UTC
Which obviously means no code completion, etc. etc.

It appears that only libraries added into the libs/ directory are added to the class path.  Other deps would be nice too.
Comment 1 Martin Janicek 2011-12-05 16:14:41 UTC
Moving to Grails component
Comment 2 Martin Janicek 2012-01-09 07:33:47 UTC
*** Bug 206553 has been marked as a duplicate of this bug. ***
Comment 3 athompson 2012-04-04 17:49:23 UTC
Has this already been fixed?  I think it might have been...
Comment 4 Martin Janicek 2012-04-05 07:15:25 UTC
I'm not sure. I have made some changes in classpath loading, but nothing directly focused to this one. On the other hand this works for me the whole time and I've never seen any reproducible scenario.
I'll close the ticket as WORKSFORME, but feel free to reopen it if you get into this again..
Comment 5 athompson 2012-05-15 14:40:54 UTC
Actually, it looks like it was mostly fixed, but libs added via inline plugins still aren't working.  That one might be a bit trickier.
Comment 6 Martin Janicek 2012-05-16 07:35:27 UTC
Does inline plugins mean plugins from the BuildConfig file?
Comment 7 athompson 2012-05-16 17:39:31 UTC
yup, such as:  grails.plugin.location.'core-plugin'="../CorePlugin"
Comment 8 athompson 2012-05-16 17:41:54 UTC
...so any compiled classes/libs added by CorePlugin is not accessible.
Comment 9 Martin Janicek 2012-05-17 06:49:42 UTC
Thanks, I just want to confirm that it's a duplicate of the issue 206199. Anyway I'm planning to fix the problem soon, so stay in touch ;]

*** This bug has been marked as a duplicate of bug 206199 ***