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 170067 - Grails appengine support
Summary: Grails appengine support
Status: NEW
Alias: None
Product: groovy
Classification: Unclassified
Component: Grails (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-07 20:10 UTC by _ tball
Modified: 2013-09-04 09:01 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Screen shot showing error highlighting and jdo jar inclusion in project (201.05 KB, image/png)
2009-08-07 20:32 UTC, _ tball
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ tball 2009-08-07 20:10:53 UTC
After installing the Grails app-engine plugin and creating a domain class, the JDO references are highlighted as errors, even though the app builds and runs.  
I cannot find a way to add a project classpath entry for the jdo2-api-2.3-ea.jar distributed with the appengine distribution and packaged with my webapp -- 
not even adding a classpathentry to the project's .classpath file helped.  I'll attach a screen shot showing the error and jar inclusion.
Comment 1 _ tball 2009-08-07 20:32:34 UTC
Created attachment 85985 [details]
Screen shot showing error highlighting and jdo jar inclusion in project
Comment 2 Petr Hejl 2009-09-23 15:05:22 UTC
Unfortunately plugin uses non-standard location of libraries (out of the lib and/or plugin's lib).

Copy appengine/lib/user/*.jar and appengine/lib/user/orm/*.jar to
.grails/version/projects/YourProject/plugins/app-engine-x.y/lib as a workaround.