Hi,
Recently, i created a BUILD script for my project before checkin. The
project is working fine when run as debug more in Eclipse. But, when i
start the server using 'blaze run....', strangely it gives an error
message that query using '.startsWith(...)' is not supported in the
following code:
List<DiagnosticSetting> intermResults;
Query query = pm.newQuery(DiagnosticSetting.class);
query.setFilter(field + ".startsWith(pattern)");
query.declareParameters("String pattern");
intermResults = (List<DiagnosticSetting>) query.execute(pattern);
Is there anything wrong with my build script.
BUILD file:
https://mondrian.corp.google.com/file/13485557///depot/google3/java/com/google/diagnostictool/server/BUILD?smart_diff=1
Do we have any other reference to creating BUILD file for AppEngine
projects other than the code lad of AppEngine
Reference: http://wiki.corp.google.com/twiki/bin/view/Codelab/AppEngineJava
Regards
Jagga
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" 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?hl=en
-~----------~----~----~----~------~----~------~--~---