This has been asked elsewhere, but not here; see:
http://stackoverflow.com/questions/3324848/scala-on-google-app-engine-with-eclipse

A Scala-based GAE project causes the Eclipse plugin to freak out on
Scala sources, obviously because they're not Java sources. The
exception backtrace begins:

java.lang.NullPointerException
        at
com.google.appengine.eclipse.core.validators.java.JavaCompilationParticipant.validateCompilationUnit(JavaCompilationParticipant.java:
74)
        at
com.google.appengine.eclipse.core.validators.java.JavaCompilationParticipant.reconcile(JavaCompilationParticipant.java:
180)
        at org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation
$1.run(ReconcileWorkingCopyOperation.java:257)
...

In project Properties -> Google -> App Engine -> Validation, I've
tried adding all sorts of patterns to exclude these source files,
including **.scala, **/*.scala, and even simply **/* and **. Nothing
seems to prevent this exception, and it's quite annoying, as it causes
the Eclipse Error Log view to keep popping up. Is there a known issue
here with a possibly known fix?

Environment of the above: Eclipse Helios SR2 (3.6.2), Google Plugin
for Eclipse 2.2.1, GAE/J 1.4.3.

-- 
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 google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to