In Eclipse, go to Project / Properties menu. Go to Google / App Engine / ORM setting. It probably is set to src/ (using this setting DataNucleus puts all class files on its classpath). Instead restrict the folders (or patterns) to just the folders or file name patterns for your files that need enhancing. Hopefully, you've put them in one or just a couple of packages or named them with a common naming scheme so the fix is then trivial. If you have tons of classes you may still run in to problems, but it solved my issues. Hope it helps.
On Apr 8, 8:04 pm, dreamy <[email protected]> wrote: > As you said, when Enhance classes is little ,there is OK, but when > Enhance classes has many many(ex: 200 classes) ,the same problem is > appear. > > how to do with it? -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
